Namespace
cytopia
Image / Tag
ansible:2.14-0.59-manifest-linux-amd64
Content Digest
sha256:e0e92424ba958fedd887feb4746ad16c592cd1d0a0ed32aa7930540f44980284
Details
Created

2026-03-17 13:18:27 UTC

Size

97.7 MB

Content Digest
Labels
  • maintainer
  • org.opencontainers.image.authors
  • org.opencontainers.image.created
    2026-03-17 13:17:09+00:00
  • org.opencontainers.image.description
    Ansible 2.14 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.14 base
  • org.opencontainers.image.revision
    f9d8be17fc57bcbb130934d47969bd3f979b5a89
  • org.opencontainers.image.source
    https://github.com/cytopia/docker-ansible
  • org.opencontainers.image.title
    Ansible 2.14 base
  • org.opencontainers.image.url
    https://github.com/cytopia/docker-ansible
  • org.opencontainers.image.vendor
    cytopia
  • org.opencontainers.image.version
    2.14

Environment
PATH

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

VIRTUAL_ENV

/opt/venv


Layers

[#000] sha256:589002ba0eaed121a1dbf42f6648f29e5be55d5c8a6ee0f8eaa0285cc21ac153 - 3.77% (3.68 MB)

[#001] sha256:720c0afe9d74d944777e9cb35f751d1b00366e008595e2367f0540c299e2f83f - 10.71% (10.5 MB)

[#002] sha256:ce44e2782f412f3f54556b5bd57e18088b3d478c72c6aa2947e54f35e8c3921c - 81.43% (79.6 MB)

[#003] sha256:e0a4d04b7430f2b6c9ef67943157aead53d6217f01ee3eca0e32156b2951efc3 - 4.09% (4 MB)

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


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

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

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

CMD ["/bin/sh"]

2026-03-17 13:17:10 UTC (buildkit.dockerfile.v0)

ARG VERSION=2.14

2026-03-17 13:17:10 UTC (buildkit.dockerfile.v0)

ENV VIRTUAL_ENV=/opt/venv

2026-03-17 13:17:10 UTC (buildkit.dockerfile.v0)

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

2026-03-17 13:17:10 UTC (buildkit.dockerfile.v0)

LABEL maintainer=cytopia <[email protected]>

2026-03-17 13:17:10 UTC (buildkit.dockerfile.v0)

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

2026-03-17 13:17:10 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.vendor=cytopia

2026-03-17 13:17:10 UTC (buildkit.dockerfile.v0)

LABEL org.opencontainers.image.licenses=MIT

2026-03-17 13:17:10 UTC (buildkit.dockerfile.v0)

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

2026-03-17 13:17:10 UTC (buildkit.dockerfile.v0)

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

2026-03-17 13:17:10 UTC (buildkit.dockerfile.v0)

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

2026-03-17 13:17:10 UTC (buildkit.dockerfile.v0)

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

2026-03-17 13:17:10 UTC (buildkit.dockerfile.v0)

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

2026-03-17 13:17:10 UTC (buildkit.dockerfile.v0)

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

2026-03-17 13:17:10 UTC (buildkit.dockerfile.v0)

RUN |1 VERSION=2.14 /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-17 13:18:26 UTC (buildkit.dockerfile.v0)

COPY /opt/venv /opt/venv # buildkit

2026-03-17 13:18:27 UTC (buildkit.dockerfile.v0)

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

2026-03-17 13:18:27 UTC (buildkit.dockerfile.v0)

WORKDIR /data

2026-03-17 13:18:27 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