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

2026-03-17 13:17:22 UTC

Size

65.5 MB

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

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 - 5.62% (3.68 MB)

[#001] sha256:d1fd3292d9b687430f6bcc19c663f3e0f3800c000bd97c73e5d4753e595c3d99 - 15.97% (10.5 MB)

[#002] sha256:65509fb0fad93a63614644a86f24e40fe8eb74aeef8fbd7179192f6cd7c5da3c - 72.31% (47.4 MB)

[#003] sha256:6e3560653bf4d626a6934be9aa9fadb678004cd87960088b5bed4543d6f5d4bb - 6.1% (4 MB)

[#004] sha256:813f07665d712eb5605d25eda32195346251b51308eefeed98ef146eb7c24009 - 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:16:52 UTC (buildkit.dockerfile.v0)

ARG VERSION=latest

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

ENV VIRTUAL_ENV=/opt/venv

2026-03-17 13:16:52 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:16:52 UTC (buildkit.dockerfile.v0)

LABEL maintainer=cytopia <[email protected]>

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

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

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

LABEL org.opencontainers.image.vendor=cytopia

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

LABEL org.opencontainers.image.licenses=MIT

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

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

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

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

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

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

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

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

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

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

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

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

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

RUN |1 VERSION=latest /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:17:21 UTC (buildkit.dockerfile.v0)

COPY /opt/venv /opt/venv # buildkit

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

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

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

WORKDIR /data

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