Namespace
cytopia
Image / Tag
ansible:latest-tools-0.50-manifest-linux-amd64
Content Digest
sha256:6637319e174d07b9ac3707eea2f172c83dde7f89d983cba4057e77ac78c075d9
Details
Created

2023-02-01 11:31:25 UTC

Size

106 MB

Content Digest
Labels
  • maintainer
  • org.opencontainers.image.authors
  • org.opencontainers.image.created
    2023-02-01 11:30:30+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
    0373bad4067ebafa9be8bfc77785ced0d83aad53
  • 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.52% (2.68 MB)

[#001] sha256:3fee4dc4ee3f11290b27bd3df8c398c813e121a826df6b37b7f26dbac898fa7c - 12.16% (12.9 MB)

[#002] sha256:6152d176b479543a012d9069932ecdea417b4f788f39282464310fdc86edbb0c - 38.74% (41.2 MB)

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

[#004] sha256:c75ee463c90e11fb4e1a17e12312d58d36403442dcffae16502922aa177e6e93 - 26.18% (27.8 MB)

[#005] sha256:72612adb31c2b3909e812a00338920d4ec33abab1228e9ffb399f3bddf0cad49 - 0.0% (93 Bytes)

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

[#007] sha256:ea9d29d4772a5cb3dc219b65187d9f39d0095ec7097319e5280afce857e2991b - 13.68% (14.5 MB)

[#008] sha256:cd34653c1bd9072526a2717279febe807cadc6ed250b61f0766d535bac6088ce - 0.38% (416 KB)

[#009] sha256:55ea0a348166ba21981f2d1f72edc50d636a39f595f6c1c8d048f0e9c87a61c4 - 6.33% (6.72 MB)

[#010] sha256:12828953cb42feef5b111707bdf52886a7110212068f6f030e7e90945e3fbbec - 0.0% (1.94 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"]

2023-02-01 10:45:16 UTC

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

2023-02-01 10:45:17 UTC

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

2023-02-01 10:45:18 UTC

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

2023-02-01 10:45:19 UTC

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

2023-02-01 10:45:20 UTC

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

2023-02-01 10:45:21 UTC

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

2023-02-01 10:45:22 UTC

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

2023-02-01 10:45:23 UTC

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

2023-02-01 10:45:24 UTC

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

2023-02-01 10:45:25 UTC

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

2023-02-01 10:45:26 UTC

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

2023-02-01 10:45:29 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

2023-02-01 10:45:40 UTC

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

2023-02-01 10:45:43 UTC

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

2023-02-01 10:46:10 UTC

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

2023-02-01 10:46:12 UTC

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

2023-02-01 10:46:14 UTC

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

2023-02-01 10:46:15 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2023-02-01 10:44:33+00:00

2023-02-01 10:46:17 UTC

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

2023-02-01 10:46:18 UTC

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

2023-02-01 10:46:20 UTC

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

2023-02-01 11:30:32 UTC

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

2023-02-01 11:30:44 UTC

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

2023-02-01 11:30:45 UTC

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

2023-02-01 11:30:47 UTC

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

2023-02-01 11:30:48 UTC

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

2023-02-01 11:30:50 UTC

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

2023-02-01 11:30:51 UTC

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

2023-02-01 11:30:52 UTC

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

2023-02-01 11:30:54 UTC

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

2023-02-01 11:30:55 UTC

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

2023-02-01 11:30:57 UTC

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

2023-02-01 11:30:58 UTC

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

2023-02-01 11:31:00 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-02-01 11:31:03 UTC

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

2023-02-01 11:31:11 UTC

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

2023-02-01 11:31:13 UTC

/bin/sh -c #(nop) COPY file:16917fcb1c46d9a6741d7205cd3b368244f2503d0bc9fc1d91298a5aebeebf76 in /usr/bin/yq

2023-02-01 11:31:15 UTC

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

2023-02-01 11:31:16 UTC

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

2023-02-01 11:31:18 UTC

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

2023-02-01 11:31:19 UTC

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

2023-02-01 11:31:21 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2023-02-01 11:30:30+00:00

2023-02-01 11:31:22 UTC

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

2023-02-01 11:31:23 UTC

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

2023-02-01 11:31:25 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