Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dudecalledbro/molecule-debian12-ansible
Molecule Container Debian 12
https://github.com/dudecalledbro/molecule-debian12-ansible
ansible docker molecule testing
Last synced: 4 days ago
JSON representation
Molecule Container Debian 12
- Host: GitHub
- URL: https://github.com/dudecalledbro/molecule-debian12-ansible
- Owner: DudeCalledBro
- License: mit
- Created: 2024-04-22T19:15:52.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-04T17:55:24.000Z (4 months ago)
- Last Synced: 2024-10-17T02:27:02.174Z (20 days ago)
- Topics: ansible, docker, molecule, testing
- Language: Dockerfile
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Molecule Container - Debian 12
[![CI](https://github.com/DudeCalledBro/molecule-debian12-ansible/actions/workflows/ci.yml/badge.svg)](https://github.com/DudeCalledBro/molecule-debian12-ansible/actions/workflows/ci.yml)
This repository is used to build Debian 12 (Bookworm) Docker images for Ansible [Molecule](https://ansible.readthedocs.io/projects/molecule/).
## Tags
- `latest`: [Debian 12 Upstream](https://hub.docker.com/_/debian) with Python 3.x
## Build
This image is build scheduled with GitHub Actions and will be pushed to DockerHub. The image will also be rebuilt, if the `main` branch is updated. If you need to build the image locally, ensure [Docker](https://docs.docker.com/engine/installation/) is installed and execute the following:
```bash
docker build -t molecule-debian12-ansible:latest .
```## License
Copyright © 2024 Niclas Spreng
Licensed under the [MIT license](LICENSE).