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