Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dudecalledbro/molecule-rockylinux9-ansible
Molecule Container Rockylinux 9
https://github.com/dudecalledbro/molecule-rockylinux9-ansible
ansible docker molecule testing
Last synced: 4 days ago
JSON representation
Molecule Container Rockylinux 9
- Host: GitHub
- URL: https://github.com/dudecalledbro/molecule-rockylinux9-ansible
- Owner: DudeCalledBro
- License: mit
- Created: 2024-07-08T20:56:50.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-08T21:02:17.000Z (6 months ago)
- Last Synced: 2024-11-01T08:42:11.796Z (about 2 months ago)
- Topics: ansible, docker, molecule, testing
- Language: Dockerfile
- Homepage:
- Size: 1.95 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 - Rockylinux 9
[![CI](https://github.com/DudeCalledBro/molecule-rockylinux9-ansible/actions/workflows/ci.yml/badge.svg)](https://github.com/DudeCalledBro/molecule-rockylinux9-ansible/actions/workflows/ci.yml)
This repository is used to build Rockylinux 9 Docker images for Ansible [Molecule](https://ansible.readthedocs.io/projects/molecule/).
## Tags
- `latest`: [Rockylinux 9 Upstream](https://hub.docker.com/_/rockylinux) with Python 3.x
## Build
This image build is 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-rockylinux9-ansible:latest .
```## License
Copyright © 2024 Niclas Spreng
Licensed under the [MIT license](LICENSE).