ansible (sha256:09a20726610125b71ad8ac57f31836f5d55dbe773a06fbd85b618e484e8db0d6)
Installation
docker pull git.cryptic.systems/volker.raschek/ansible@sha256:09a20726610125b71ad8ac57f31836f5d55dbe773a06fbd85b618e484e8db0d6
sha256:09a20726610125b71ad8ac57f31836f5d55dbe773a06fbd85b618e484e8db0d6
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 16:37:59 +02:00
Versions (4)
View all
Container
1
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