- Trier
- https://volker-raschek.de
- Joined on
2021-06-09
Block a user
ansible (latest-rockylinux-8)
Installation
docker pull git.cryptic.systems/volker.raschek/ansible:latest-rockylinux-8sha256:2bad966b140863207eedabe4c7414183fd9fb17c070c420af3579e430e196c10
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 5dff5f0a4e | linux/amd64 | 280 MiB |
Image Layers ( linux/amd64)
| 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
Versions (10)
View all
0.3.0-rockylinux-9
2026-02-02
0.3.0-rockylinux-8
2026-02-02
0.3.0-archlinux
2026-02-02
0.2.0-rockylinux-8
2025-08-11
0.2.0-rockylinux-9
2025-08-11