Sign inSign up

pryx/debops

By pryx

•Updated 6 months ago

Image
0

846

pryx/debops repository overview

⁠DebOps Docker Image

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⁠.

⁠Usage

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.

⁠Versioning

Image tags correspond to DebOps releases:

Image tagDebOps version
latestmaster branch
v3.2.0DebOps 3.2.0

⁠Building locally

# 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 .

Tag summary

Content type

Image

Digest

sha256:10622be24…

Size

355.7 MB

Last updated

6 months ago

docker pull pryx/debops