- Trier
- https://volker-raschek.de
- Joined on
2021-06-09
Block a user
ansible (0.3.0-rockylinux-9)
Installation
docker pull git.cryptic.systems/volker.raschek/ansible:0.3.0-rockylinux-9sha256:bec635cf8a01dbb37ee30187d4fb059fb92377e5a4e77b96c307b41cbe870033
Images
| Digest | OS / Arch | Size |
|---|---|---|
| f259b6c6c6 | linux/amd64 | 234 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-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 passlib # 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