2026-03-13 17:13:31 UTC
51.4 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:61254a502902280aa7caa832f8b3ed5c96aa04faf42ab0ba23ff17638f910f21 - 6.08% (3.12 MB)
[#001] sha256:404aa4ee6d860428e93b84fdfb073464bbed98dc3242c3c12e871870897057ef - 26.2% (13.5 MB)
[#002] sha256:02bf7f01eb79f0a7b37855188200bf42b758adbec2c2c7eca23a88b59de91f1b - 36.57% (18.8 MB)
[#003] sha256:ddd72359abe0e9a8f8031fc33b9759a835e12b79a4495b9c463add2ad0314423 - 0.01% (6.01 KB)
[#004] sha256:b45ccc8a11e57333cfd6d7281ecf93b7ab4dc186042f681b87fda6db18cfd4f6 - 31.13% (16 MB)
[#005] sha256:99f0553a3200c3820cf24f8990f5985bb9b0cf63d7f7e1bb46371b124d3d49e3 - 0.0% (94 Bytes)
ADD alpine-minirootfs-3.17.10-aarch64.tar.gz / # buildkit
2024-09-06 12:02:06 UTC (buildkit.dockerfile.v0)CMD ["/bin/sh"]
2026-03-13 17:08:35 UTC (buildkit.dockerfile.v0)ARG VERSION=2.8
2026-03-13 17:08:35 UTC (buildkit.dockerfile.v0)LABEL maintainer=cytopia <[email protected]>
2026-03-13 17:08:35 UTC (buildkit.dockerfile.v0)LABEL org.opencontainers.image.authors=cytopia <[email protected]>
2026-03-13 17:08:35 UTC (buildkit.dockerfile.v0)LABEL org.opencontainers.image.vendor=cytopia
2026-03-13 17:08:35 UTC (buildkit.dockerfile.v0)LABEL org.opencontainers.image.licenses=MIT
2026-03-13 17:08:35 UTC (buildkit.dockerfile.v0)LABEL org.opencontainers.image.url=https://github.com/cytopia/docker-ansible
2026-03-13 17:08:35 UTC (buildkit.dockerfile.v0)LABEL org.opencontainers.image.documentation=https://github.com/cytopia/docker-ansible
2026-03-13 17:08:35 UTC (buildkit.dockerfile.v0)LABEL org.opencontainers.image.source=https://github.com/cytopia/docker-ansible
2026-03-13 17:08:35 UTC (buildkit.dockerfile.v0)LABEL org.opencontainers.image.ref.name=Ansible 2.8 base
2026-03-13 17:08:35 UTC (buildkit.dockerfile.v0)LABEL org.opencontainers.image.title=Ansible 2.8 base
2026-03-13 17:08:35 UTC (buildkit.dockerfile.v0)LABEL org.opencontainers.image.description=Ansible 2.8 base
2026-03-13 17:08:35 UTC (buildkit.dockerfile.v0)RUN |1 VERSION=2.8 /bin/sh -c set -eux && apk add --no-cache libgcc py3-pip python3 yaml && find /usr/lib/ -name '__pycache__' -print0 | xargs -0 -n1 rm -rf && find /usr/lib/ -name '*.pyc' -print0 | xargs -0 -n1 rm -rf && ln -sf /usr/bin/python3 /usr/bin/python # buildkit
2026-03-13 17:12:35 UTC (buildkit.dockerfile.v0)COPY /usr/lib/python3.10/site-packages/ /usr/lib/python3.10/site-packages/ # buildkit
2026-03-13 17:12:35 UTC (buildkit.dockerfile.v0)COPY /usr/bin/ansible* /usr/bin/ # buildkit
2026-03-13 17:13:31 UTC (buildkit.dockerfile.v0)RUN |1 VERSION=2.8 /bin/sh -c set -eux && python3 -m compileall -j 0 /usr/lib/python3.10 # buildkit
2026-03-13 17:13:31 UTC (buildkit.dockerfile.v0)WORKDIR /data
2026-03-13 17:13:31 UTC (buildkit.dockerfile.v0)CMD ["/bin/sh"]
Please be careful as this will not just delete the reference but also the actual content!
For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.