Namespace
cytopia
Image / Tag
ansible:2.20-manifest-linux-arm64
Content Digest
sha256:16f3fdaf9cf76665542fa971634d8c9f86ca50d2e2628aa5b481a8d164f247b8
Details
Created

2026-03-22 02:16:54 UTC

Size

106 MB

Content Digest
Labels
  • maintainer
  • org.opencontainers.image.authors
  • org.opencontainers.image.created
    2026-03-22 02:06:54+00:00
  • org.opencontainers.image.description
    Ansible 2.20 base
  • org.opencontainers.image.documentation
    https://github.com/cytopia/docker-ansible
  • org.opencontainers.image.licenses
    MIT
  • org.opencontainers.image.name
    ansible
  • org.opencontainers.image.ref.name
    Ansible 2.20 base
  • org.opencontainers.image.revision
    e53d07865dc6bdd48784e5e5e7203e93170b74f7
  • org.opencontainers.image.source
    https://github.com/cytopia/docker-ansible
  • org.opencontainers.image.title
    Ansible 2.20 base
  • org.opencontainers.image.url
    https://github.com/cytopia/docker-ansible
  • org.opencontainers.image.vendor
    cytopia
  • org.opencontainers.image.version
    2.20

Environment
PATH

/opt/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

VIRTUAL_ENV

/opt/venv


Layers

[#000] sha256:d8ad8cd72600f46cc068e16c39046ebc76526e41051f43a8c249884b200936c0 - 3.77% (4 MB)

[#001] sha256:6a0483871baa59ea03e2747aef12413fdaa6e3aa857103c27bf31d7dfb6893b4 - 9.8% (10.4 MB)

[#002] sha256:d13542b6d9efbd861a944aa11a6e4794159f5c35164f495d578f33ab00e6de54 - 82.66% (87.7 MB)

[#003] sha256:a122e0f3252a12591c6bc8b792ced7c70f763eaac3157b16d4a2d0199d8d548b - 3.77% (4 MB)

[#004] sha256:818ada1f6e11f47508dd9a5039193c48a322e67aa6165d458f751627e5c46c18 - 0.0% (94 Bytes)


History
2026-01-28 01:18:09 UTC (buildkit.dockerfile.v0)

ADD alpine-minirootfs-3.23.3-aarch64.tar.gz / # buildkit

2026-01-28 01:18:09 UTC (buildkit.dockerfile.v0)

CMD ["/bin/sh"]

2026-03-22 02:06:59 UTC (buildkit.dockerfile.v0)

ARG VERSION=2.20

2026-03-22 02:06:59 UTC (buildkit.dockerfile.v0)

ENV VIRTUAL_ENV=/opt/venv

2026-03-22 02:06:59 UTC (buildkit.dockerfile.v0)

ENV PATH=/opt/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2026-03-22 02:06:59 UTC (buildkit.dockerfile.v0)

LABEL maintainer=cytopia <[email protected]>

2026-03-22 02:06:59 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.authors=cytopia <[email protected]>

2026-03-22 02:06:59 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.vendor=cytopia

2026-03-22 02:06:59 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.licenses=MIT

2026-03-22 02:06:59 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.url=https://github.com/cytopia/docker-ansible

2026-03-22 02:06:59 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.documentation=https://github.com/cytopia/docker-ansible

2026-03-22 02:06:59 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.source=https://github.com/cytopia/docker-ansible

2026-03-22 02:06:59 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.ref.name=Ansible 2.20 base

2026-03-22 02:06:59 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.title=Ansible 2.20 base

2026-03-22 02:06:59 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.description=Ansible 2.20 base

2026-03-22 02:06:59 UTC (buildkit.dockerfile.v0)

RUN |1 VERSION=2.20 /bin/sh -c set -eux && apk add --no-cache libgcc 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-22 02:16:37 UTC (buildkit.dockerfile.v0)

COPY /opt/venv /opt/venv # buildkit

2026-03-22 02:16:54 UTC (buildkit.dockerfile.v0)

RUN |1 VERSION=2.20 /bin/sh -c set -eux && python3 -m compileall -j 0 /usr/lib/python3.12 # buildkit

2026-03-22 02:16:54 UTC (buildkit.dockerfile.v0)

WORKDIR /data

2026-03-22 02:16:54 UTC (buildkit.dockerfile.v0)

CMD ["/bin/sh"]

Danger Zone
Delete Tag

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.

Delete