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:v25
sha256:af2ab9025b713f9d73b3af59ceada8031debf244fb1264259e996292a0512188

Image 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
Details
Container
2026-05-17 06:14:12 +02:00
2
OCI / Docker
linux/amd64
267 MiB
Versions (4) View all
v27 2026-06-09
latest 2026-06-09
v26 2026-05-27
v25 2026-05-17