ansible (sha256:5dff5f0a4e3e56dd3c972fad48c65dabf751796e9d1b710f28123771a3e12a0e)
Installation
docker pull git.cryptic.systems/volker.raschek/ansible@sha256:5dff5f0a4e3e56dd3c972fad48c65dabf751796e9d1b710f28123771a3e12a0e
sha256:5dff5f0a4e3e56dd3c972fad48c65dabf751796e9d1b710f28123771a3e12a0e
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 && dnf remove --assumeyes epel-release && dnf install --assumeyes 'dnf-command(config-manager)' && dnf config-manager --set-enabled ha && dnf install --assumeyes python3-boto3 python3-botocore && dnf clean all # buildkit |
RUN /bin/sh -c alternatives --set python3 /usr/bin/python3.12 && curl --fail --silent --location https://bootstrap.pypa.io/get-pip.py --output get-pip.py && python3 get-pip.py && pip install 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
2025-05-08 15:29:50 +02:00
Versions (4)
View all
Container
0
OCI / Docker
linux/amd64
280 MiB
0.1.5-rockylinux-8
2025-05-08
0.1.5-archlinux
2025-05-08
latest-rockylinux-8
2025-05-08
latest-archlinux
2025-05-08