Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/znerol/molecule-docker
Prebuilt docker images for ansible/molecule
https://github.com/znerol/molecule-docker
Last synced: 25 days ago
JSON representation
Prebuilt docker images for ansible/molecule
- Host: GitHub
- URL: https://github.com/znerol/molecule-docker
- Owner: znerol
- License: mit
- Created: 2019-05-04T09:23:00.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-03-30T23:57:37.000Z (7 months ago)
- Last Synced: 2024-04-16T00:33:50.505Z (7 months ago)
- Language: Makefile
- Size: 32.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Prebuilt images for ansible/molecule
====================================This repository provides a `Makefile` which simplifies creation of pre-built
docker images for [ansible/molecule](https://github.com/ansible/molecule).The `Makefile` provides an implicit rule with the prefix `image/` where the
suffix will be used as the tag name. E.g. `make image/myuser/myimage:debian`
will produce a docker image `myuser/myimage` with the tag `debian`.The source repository is derived from the `tag` part of the target image. In
order to custamize the source image, specify the `FROM` parameter. E.g., `make
image/myuser/myimage:ubuntu-xenial FROM=ubuntu:xenial` will produce an image
from a specific source tag.