Namespace
cytopia
Image / Tag
ansible:latest-tools-0.45-manifest-linux-amd64
Content Digest
sha256:374c923900c43f687f67bb43398103c3630d1d9f03eabe1298ad3ef5f879dadd
Details
Created

2022-11-18 10:16:21 UTC

Size

104 MB

Content Digest
Labels
  • maintainer
  • org.opencontainers.image.authors
  • org.opencontainers.image.created
    2022-11-18 10:15:03+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
    16ea7b731eeb56e2870e670fdc4d924a5b835000
  • 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:ca7dd9ec2225f2385955c43b2379305acd51543c28cf1d4e94522b3d94cce3ce - 2.56% (2.68 MB)

[#001] sha256:f8ed8212a2f04f78908c9ebad4b88e2b4b46b3c779c6761685c6f6a1f43afe89 - 12.35% (12.9 MB)

[#002] sha256:7d4944ec1fa27d62f8070ed1a3934a738106c252da2ae5cd76820c1fc6c14551 - 38.16% (39.9 MB)

[#003] sha256:52f1ec89df8d03cd086d964c40e017ee899b5c61dfd4cc20fd8efbe0e076bc77 - 0.0% (1.37 KB)

[#004] sha256:f4d08bfffc4ec869c9fe345098115c4b795344f7a0b56020dd643446d4eb6623 - 26.23% (27.4 MB)

[#005] sha256:34843a020aa4dfd30dfea8291e0d576d644a9d5cd747f4ad65e54d891efdb2b1 - 0.0% (93 Bytes)

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

[#007] sha256:3ecdc1448f549899a9d48756284d28652f4c2d66ec08ed5dce33253208da76e6 - 13.91% (14.5 MB)

[#008] sha256:3dcb025d7665eddc1ab6bf771ba1a7b733ce95ee5bd1fe073d091cb634a6afa7 - 0.37% (401 KB)

[#009] sha256:15e98c14a6042f05d8b9d1c5b9ea994403f497523877d936af7f86aa9e7ebfbb - 6.4% (6.69 MB)

[#010] sha256:a5f8469fd04d33bae317bb6adfef241cde47531ccc34e3ea12a4f52dfd005135 - 0.0% (1.66 KB)


History
2022-11-12 04:19:23 UTC

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

2022-11-12 04:19:23 UTC

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

2022-11-18 09:46:55 UTC

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

2022-11-18 09:46:56 UTC

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

2022-11-18 09:46:57 UTC

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

2022-11-18 09:46:58 UTC

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

2022-11-18 09:46:59 UTC

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

2022-11-18 09:47:00 UTC

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

2022-11-18 09:47:01 UTC

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

2022-11-18 09:47:02 UTC

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

2022-11-18 09:47:03 UTC

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

2022-11-18 09:47:04 UTC

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

2022-11-18 09:47:05 UTC

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

2022-11-18 09:47:08 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 -s /usr/bin/python3 /usr/bin/python

2022-11-18 09:47:20 UTC

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

2022-11-18 09:47:22 UTC

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

2022-11-18 09:48:00 UTC

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

2022-11-18 09:48:02 UTC

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

2022-11-18 09:48:04 UTC

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

2022-11-18 09:48:05 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-11-18 09:46:11+00:00

2022-11-18 09:48:06 UTC

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

2022-11-18 09:48:08 UTC

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

2022-11-18 09:48:09 UTC

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

2022-11-18 10:15:05 UTC

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

2022-11-18 10:15:20 UTC

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

2022-11-18 10:15:22 UTC

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

2022-11-18 10:15:24 UTC

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

2022-11-18 10:15:27 UTC

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

2022-11-18 10:15:29 UTC

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

2022-11-18 10:15:31 UTC

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

2022-11-18 10:15:33 UTC

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

2022-11-18 10:15:35 UTC

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

2022-11-18 10:15:37 UTC

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

2022-11-18 10:15:39 UTC

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

2022-11-18 10:15:42 UTC

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

2022-11-18 10:15:44 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

2022-11-18 10:15:48 UTC

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

2022-11-18 10:16:01 UTC

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

2022-11-18 10:16:04 UTC

/bin/sh -c #(nop) COPY file:23d4fd15166cfc44274386323bdabe140346d914ef5bcdb757a7c4de0d134c5e in /usr/bin/yq

2022-11-18 10:16:06 UTC

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

2022-11-18 10:16:08 UTC

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

2022-11-18 10:16:10 UTC

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

2022-11-18 10:16:12 UTC

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

2022-11-18 10:16:14 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-11-18 10:15:03+00:00

2022-11-18 10:16:16 UTC

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

2022-11-18 10:16:19 UTC

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

2022-11-18 10:16:21 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