test-ansible/ansible-runner (v25)
Published 2026-05-17 06:14:12 +02:00 by KlSchlitzohr
Installation
docker pull git.thebread.dev/klschlitzohr/test-ansible/ansible-runner:v25sha256:af2ab9025b713f9d73b3af59ceada8031debf244fb1264259e996292a0512188Image layers
| ARG RELEASE |
| ARG LAUNCHPAD_BUILD_ARCH |
| LABEL org.opencontainers.image.version=24.04 |
| ADD file:8ce1caf246e7c778bca84c516d02fd4e83766bb2c530a0fffa8a351b560a2728 in / |
| CMD ["/bin/bash"] |
| RUN apt-get update && apt-get install -y python3 python3-pip python3-venv openssh-client git nodejs && rm -rf /var/lib/apt/lists/* |
| RUN python3 -m venv /opt/ansible-venv |
| RUN pip install --no-cache-dir --upgrade pip && pip install --no-cache-dir ansible-core && ansible-galaxy collection install community.docker |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.version | 24.04 |