Namespace
cytopia
Image / Tag
ansible:latest-tools-release-0.51-manifest-linux-amd64
Content Digest
sha256:d495b791b6749cf6df9ff868e9d440d1ddad6cf0d04d52d18aacd8407a43fc48
Details
Created

2023-04-05 11:40:33 UTC

Size

102 MB

Content Digest
Labels
  • maintainer
  • org.opencontainers.image.authors
  • org.opencontainers.image.created
    2023-04-05 11:39:38+00:00
  • org.opencontainers.image.description
    Ansible latest tools
  • 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 tools
  • org.opencontainers.image.revision
    30d3e38a1308110895051b78e37e121b73d556fb
  • org.opencontainers.image.source
    https://github.com/cytopia/docker-ansible
  • org.opencontainers.image.title
    Ansible latest tools
  • org.opencontainers.image.url
    https://github.com/cytopia/docker-ansible
  • org.opencontainers.image.vendor
    cytopia
  • org.opencontainers.image.version
    latest

Environment
MY_GID

1000

MY_GROUP

ansible

MY_UID

1000

MY_USER

ansible

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:f56be85fc22e46face30e2c3de3f7fe7c15f8fd7c4e5add29d7f64b87abdaa09 - 3.16% (3.22 MB)

[#001] sha256:552a93f25940dc5dc79064a3c0c5d84ce34bbc3e93a8e5f750c377285cca6d9e - 13.32% (13.6 MB)

[#002] sha256:86bf503d02eafa688bb0e9b8371784aaca38e787f756de861b248530f11d672c - 40.16% (41 MB)

[#003] sha256:6555d99771a2200a2cae1a8f300671839451d815303d42789a33bc981328503a - 0.0% (1.37 KB)

[#004] sha256:6bf173f98e7ff919a10f628fa21654decb1feeaab39076883106ba740c0e5c94 - 27.83% (28.4 MB)

[#005] sha256:7e8472198e9f65ba3ebf3de0d452da61aefc5eba30aecc3cff41e8e98c8a378f - 0.0% (93 Bytes)

[#006] sha256:84e419ec094bf0e512f4d8d3187804159ac4bcd3fa472fdd13e4135d3277e6f2 - 0.0% (1.26 KB)

[#007] sha256:257f08590fc3869e945e4f355572c316a316c789ee1722d8275eb823574b2874 - 11.71% (11.9 MB)

[#008] sha256:f41430e2efce3518acdf6cb6e79a2780e27196e224c208a5afea2ddf12b0fd85 - 0.4% (416 KB)

[#009] sha256:e8fa73fc416470fd9cc0a113a0d0ed2a9748111db6d3fb29a3a605f94df53590 - 3.43% (3.5 MB)

[#010] sha256:2105ae04d7fa542c4d530d61274db38526f58a87bb4e42fc4b867a2db4baea83 - 0.0% (1.94 KB)


History
2023-03-29 18:19:24 UTC

/bin/sh -c #(nop) ADD file:9a4f77dfaba7fd2aa78186e4ef0e7486ad55101cefc1fabbc1b385601bb38920 in /

2023-03-29 18:19:24 UTC

/bin/sh -c #(nop) CMD ["/bin/sh"]

2023-04-05 11:07:39 UTC

/bin/sh -c #(nop) ARG VERSION

2023-04-05 11:07:40 UTC

/bin/sh -c #(nop) LABEL maintainer=cytopia <[email protected]>

2023-04-05 11:07:41 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=cytopia <[email protected]>

2023-04-05 11:07:42 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=cytopia

2023-04-05 11:07:43 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=MIT

2023-04-05 11:07:44 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/cytopia/docker-ansible

2023-04-05 11:07:45 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://github.com/cytopia/docker-ansible

2023-04-05 11:07:46 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/cytopia/docker-ansible

2023-04-05 11:07:47 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=Ansible latest base

2023-04-05 11:07:48 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Ansible latest base

2023-04-05 11:07:49 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.description=Ansible latest base

2023-04-05 11:07:52 UTC

|1 VERSION=latest /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

2023-04-05 11:08:03 UTC

/bin/sh -c #(nop) COPY dir:cbee57b5ca3b5a3fb0fbe4341385bc9753d01780f7c8eaf6009da33b4f25116c in /usr/lib/python3.10/site-packages/

2023-04-05 11:08:05 UTC

/bin/sh -c #(nop) COPY multi:da49ed2e6cd0db92a629737667de36a1fefb847abac89ab464ca1986d3549f5a in /usr/bin/

2023-04-05 11:08:29 UTC

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

2023-04-05 11:08:31 UTC

/bin/sh -c #(nop) WORKDIR /data

2023-04-05 11:08:33 UTC

/bin/sh -c #(nop) CMD ["/bin/sh"]

2023-04-05 11:08:34 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2023-04-05 11:07:00+00:00

2023-04-05 11:08:36 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.name=ansible

2023-04-05 11:08:37 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=30d3e38a1308110895051b78e37e121b73d556fb

2023-04-05 11:08:39 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=latest

2023-04-05 11:39:40 UTC

/bin/sh -c #(nop) ARG VERSION

2023-04-05 11:39:51 UTC

/bin/sh -c #(nop) LABEL maintainer=cytopia <[email protected]>

2023-04-05 11:39:52 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=cytopia <[email protected]>

2023-04-05 11:39:54 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=cytopia

2023-04-05 11:39:55 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=MIT

2023-04-05 11:39:57 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/cytopia/docker-ansible

2023-04-05 11:39:58 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://github.com/cytopia/docker-ansible

2023-04-05 11:40:00 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/cytopia/docker-ansible

2023-04-05 11:40:01 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=Ansible latest tools

2023-04-05 11:40:03 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Ansible latest tools

2023-04-05 11:40:04 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.description=Ansible latest tools

2023-04-05 11:40:06 UTC

/bin/sh -c #(nop) ENV MY_USER=ansible MY_GROUP=ansible MY_UID=1000 MY_GID=1000

2023-04-05 11:40:08 UTC

|1 VERSION=latest /bin/sh -c set -eux && addgroup -g ${MY_GID} ${MY_GROUP} && adduser -h /home/ansible -s /bin/bash -G ${MY_GROUP} -D -u ${MY_UID} ${MY_USER} && mkdir /home/ansible/.gnupg && chown ansible:ansible /home/ansible/.gnupg && chmod 0700 /home/ansible/.gnupg && mkdir /home/ansible/.ssh && chown ansible:ansible /home/ansible/.ssh && chmod 0700 /home/ansible/.ssh

2023-04-05 11:40:10 UTC

|1 VERSION=latest /bin/sh -c set -eux && apk add --no-cache bash git gnupg jq openssh-client

2023-04-05 11:40:19 UTC

/bin/sh -c #(nop) COPY dir:91755c862ae08eba42f68f23b6f13a66f0c0a1ce424ccd1a0517ef9e9f3beadb in /usr/lib/python3.10/site-packages/

2023-04-05 11:40:21 UTC

/bin/sh -c #(nop) COPY file:4c44e0b2e2af69fdf51cbbb0f65948ae2265e47fbf906b051d4b14faf0f9c9ec in /usr/bin/yq

2023-04-05 11:40:22 UTC

/bin/sh -c #(nop) COPY file:32c4234942fedb960290ff1d5537d62f8e2f44dae985496722a355fc9ffa113e in /docker-entrypoint.sh

2023-04-05 11:40:24 UTC

/bin/sh -c #(nop) WORKDIR /data

2023-04-05 11:40:25 UTC

/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]

2023-04-05 11:40:27 UTC

/bin/sh -c #(nop) CMD ["/bin/bash"]

2023-04-05 11:40:28 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2023-04-05 11:39:38+00:00

2023-04-05 11:40:30 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.name=ansible

2023-04-05 11:40:31 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=30d3e38a1308110895051b78e37e121b73d556fb

2023-04-05 11:40:33 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=latest

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