Disclaimer: This is an unofficial Docker image and is not affiliated with or endorsed by the DebOps project. Original Dockerfile created by Maciej Delmanowski and the DebOps project.
A Docker image for running DebOps on Debian 12 (Bookworm).
Code available on Github: Pryx/debops-docker.
docker run --rm -it -v /path/to/your/project:/home/ansible/src/controller pryx/debops
On startup, the entrypoint checks for a DebOps project at /home/ansible/src/controller.
If found, it installs any Ansible collections listed in ansible/collections/requirements.yml
before dropping into the shell. If no project is found, it starts normally without any setup.
Image tags correspond to DebOps releases:
| Image tag | DebOps version |
|---|---|
latest | master branch |
v3.2.0 | DebOps 3.2.0 |
# Build using DebOps master
docker build -t debops .
# Build a specific DebOps release
docker build --build-arg DEBOPS_VERSION=v3.2.0 -t debops:v3.2.0 .
Content type
Image
Digest
sha256:10622be24…
Size
355.7 MB
Last updated
6 months ago
docker pull pryx/debops