https://github.com/znerol/molecule-docker
Prebuilt docker images for ansible/molecule
https://github.com/znerol/molecule-docker
Last synced: 23 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 (about 7 years ago)
- Default Branch: main
- Last Pushed: 2024-09-18T20:04:34.000Z (over 1 year ago)
- Last Synced: 2025-01-27T06:28:19.743Z (over 1 year ago)
- Language: Makefile
- Size: 35.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.