• Joined on 2024-11-14

dev-ansible-runner (latest)

Published 2026-04-04 21:41:10 +03:00 by Adm

Installation

docker pull 10.10.10.1:8083/adm/dev-ansible-runner:latest
sha256:9affb8892d1f2e918e0862793927c877d53f460fde172dc196ddade65a397e27

Image Layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=24.04
ADD file:3f78aa860931e0853077f09eb31eddbeeef8a9dd70977305b4876aa176770721 in /
CMD ["/bin/bash"]
ENV DEBIAN_FRONTEND=noninteractive
RUN /bin/sh -c apt-get update -qq && apt-get install -y --no-install-recommends openssh-client rsync git curl python3 python3-pip && pip3 install --no-cache-dir ansible --break-system-packages && curl -fsSL https://deb.nodesource.com/setup_22.x | bash - && apt-get install -y nodejs && rm -rf /var/lib/apt/lists/* # buildkit
RUN /bin/sh -c ansible --version && node --version && rsync --version # buildkit

Labels

Key Value
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.version 24.04
Details
Container
2026-04-04 21:41:10 +03:00
1
OCI / Docker
linux/amd64
210 MiB
Versions (1) View all
latest 2026-04-04