test-ansible/ansible-runner (v26)
Published 2026-05-27 21:12:05 +02:00 by KlSchlitzohr
Installation
docker pull git.thebread.dev/klschlitzohr/test-ansible/ansible-runner:v26sha256:e1276f6eaf548b155b559e96965fcb7d8b4490a4f0eb762647f993e61f1bc650Image 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 |