Markus Pesch volker.raschek

ansible (sha256:207e2a361dcf1cf4369e9f57bc058e676e8f9e018e3b70e50199d87411324d36)

Published 2025-08-11 16:45:54 +02:00 by volker.raschek in volker.raschek/ansible-docker

Installation

docker pull git.cryptic.systems/volker.raschek/ansible@sha256:207e2a361dcf1cf4369e9f57bc058e676e8f9e018e3b70e50199d87411324d36
sha256:207e2a361dcf1cf4369e9f57bc058e676e8f9e018e3b70e50199d87411324d36

Image Layers

ADD layer.tar.xz / # buildkit
CMD ["/bin/bash"]
RUN /bin/sh -c dnf update --assumeyes && dnf install --assumeyes bash-completion sudo && dnf install --assumeyes epel-release && dnf install --assumeyes ansible-core && dnf install --assumeyes python3.12 python3-boto3 python3-botocore && dnf remove --assumeyes epel-release && dnf clean all # buildkit
RUN /bin/sh -c ln --symbolic --force /usr/bin/python3.12 /usr/bin/python3 && curl --fail --silent --location https://bootstrap.pypa.io/get-pip.py --output get-pip.py && python3 get-pip.py && pip install ansible-lint boto3 # buildkit
RUN /bin/sh -c mkdir --parents /etc/ansible # buildkit
RUN /bin/sh -c echo -e "[local]\nlocalhost ansible_connection=local" > /etc/ansible/hosts # buildkit
RUN /bin/sh -c rm --recursive --force /lib/systemd/system/systemd*udev* && rm --recursive --force /lib/systemd/system/getty.target # buildkit
VOLUME [/sys/fs/cgroup /tmp /run]
Details
Container
2025-08-11 16:45:54 +02:00
1
OCI / Docker
linux/amd64
227 MiB
Versions (7) View all
0.2.0-rockylinux-8 2025-08-11
0.2.0-rockylinux-9 2025-08-11
0.2.0-archlinux 2025-08-11
0.1.5-rockylinux-8 2025-05-08
0.1.5-archlinux 2025-05-08