Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dudecalledbro/molecule-debian11-ansible

Molecule Container Debian 11
https://github.com/dudecalledbro/molecule-debian11-ansible

ansible docker molecule testing

Last synced: 4 days ago
JSON representation

Molecule Container Debian 11

Awesome Lists containing this project

README

        

# Molecule Container - Debian 11

[![CI](https://github.com/DudeCalledBro/molecule-debian11-ansible/actions/workflows/ci.yml/badge.svg)](https://github.com/DudeCalledBro/molecule-debian11-ansible/actions/workflows/ci.yml)

This repository is used to build Debian 11 (Bullseye) Docker images for Ansible [Molecule](https://ansible.readthedocs.io/projects/molecule/).

## Tags

- `latest`: [Debian 11 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-debian11-ansible:latest .
```

## License

Copyright © 2024 Niclas Spreng

Licensed under the [MIT license](LICENSE).