Namespace
cytopia
Image / Tag
ansible:2.12-azure-0.50-manifest-linux-amd64
Content Digest
sha256:448c49bfb7fb15ca0eeebcaec34e1f3d35a104c3e4af74a44afa78ab9ee60e61
Details
Created

2023-02-01 11:54:50 UTC

Size

164 MB

Content Digest
Labels
  • maintainer
  • org.opencontainers.image.authors
  • org.opencontainers.image.created
    2023-02-01 11:50:13+00:00
  • org.opencontainers.image.description
    Ansible 2.12 azure
  • 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.12 azure
  • org.opencontainers.image.revision
    0373bad4067ebafa9be8bfc77785ced0d83aad53
  • org.opencontainers.image.source
    https://github.com/cytopia/docker-ansible
  • org.opencontainers.image.title
    Ansible 2.12 azure
  • org.opencontainers.image.url
    https://github.com/cytopia/docker-ansible
  • org.opencontainers.image.vendor
    cytopia
  • org.opencontainers.image.version
    2.12

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 - 1.63% (2.68 MB)

[#001] sha256:6b403535ccb31e9fc0a5a3fcce7283d8aa3fdb3bd37cffb0abd5a20c87820e84 - 7.88% (12.9 MB)

[#002] sha256:0b9a93c289a40b5a76042bd71967945a4d18fa28db3da4d68b367b34fdcfcb83 - 31.22% (51.2 MB)

[#003] sha256:478bb6006123969f8b9d66453efe452ca199c0b3aca3983dd2e3f5dfeb17bf59 - 0.0% (6.96 KB)

[#004] sha256:fe6891abb57685758323c70aa481957e3b8c288f72b14d3c38f97b4cadde0074 - 19.39% (31.8 MB)

[#005] sha256:8dcb14eace1cee7ad33f5834bd160e4b5e245bf1e0079c9e25bf34e0e255f16c - 0.0% (93 Bytes)

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

[#007] sha256:be12a31bd13f3b401bec92c3fda92679637084712d9b220707e0b401585692e4 - 8.87% (14.5 MB)

[#008] sha256:86b35102be018a592d4a99c87f8a270e8e733d7ecf3020c45a11a181f6f14549 - 0.25% (416 KB)

[#009] sha256:d8e6afca060fdd9ab72361cbef587547111397f0e8e2f921ff5f1a9fe313524b - 4.1% (6.72 MB)

[#010] sha256:00829dffc20f6f0bc5feaf8ab7d754ad1b0f8a56fd8d6f7867549f851042f3d8 - 0.0% (1.94 KB)

[#011] sha256:497df992951322f0b0f9d4d9d06fd90f268e95d84b7e4e634c06b679d17fde0b - 26.66% (43.7 MB)

[#012] sha256:cedb6b3ff3f30dbac27a82309cec36aea8d1ce2970e9953fa242a48bb64f6635 - 0.0% (379 Bytes)


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:47:39 UTC

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

2023-02-01 10:47:40 UTC

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

2023-02-01 10:47:41 UTC

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

2023-02-01 10:47:42 UTC

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

2023-02-01 10:47:43 UTC

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

2023-02-01 10:47:44 UTC

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

2023-02-01 10:47:45 UTC

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

2023-02-01 10:47:46 UTC

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

2023-02-01 10:47:47 UTC

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

2023-02-01 10:47:48 UTC

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

2023-02-01 10:47:49 UTC

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

2023-02-01 10:47:52 UTC

|1 VERSION=2.12 /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:48:12 UTC

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

2023-02-01 10:48:16 UTC

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

2023-02-01 10:48:53 UTC

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

2023-02-01 10:48:56 UTC

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

2023-02-01 10:48:59 UTC

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

2023-02-01 10:49:02 UTC

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

2023-02-01 10:49:04 UTC

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

2023-02-01 10:49:07 UTC

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

2023-02-01 10:49:10 UTC

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

2023-02-01 11:30:48 UTC

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

2023-02-01 11:31:10 UTC

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

2023-02-01 11:31:13 UTC

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

2023-02-01 11:31:16 UTC

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

2023-02-01 11:31:20 UTC

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

2023-02-01 11:31:23 UTC

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

2023-02-01 11:31:26 UTC

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

2023-02-01 11:31:29 UTC

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

2023-02-01 11:31:33 UTC

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

2023-02-01 11:31:36 UTC

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

2023-02-01 11:31:39 UTC

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

2023-02-01 11:31:43 UTC

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

2023-02-01 11:31:46 UTC

|1 VERSION=2.12 /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:51 UTC

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

2023-02-01 11:32:10 UTC

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

2023-02-01 11:32:15 UTC

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

2023-02-01 11:32:18 UTC

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

2023-02-01 11:32:21 UTC

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

2023-02-01 11:32:25 UTC

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

2023-02-01 11:32:28 UTC

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

2023-02-01 11:32:31 UTC

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

2023-02-01 11:32:35 UTC

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

2023-02-01 11:32:38 UTC

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

2023-02-01 11:32:42 UTC

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

2023-02-01 11:52:57 UTC

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

2023-02-01 11:53:01 UTC

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

2023-02-01 11:53:04 UTC

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

2023-02-01 11:53:08 UTC

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

2023-02-01 11:53:12 UTC

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

2023-02-01 11:53:15 UTC

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

2023-02-01 11:53:19 UTC

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

2023-02-01 11:53:22 UTC

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

2023-02-01 11:53:26 UTC

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

2023-02-01 11:53:29 UTC

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

2023-02-01 11:53:33 UTC

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

2023-02-01 11:54:11 UTC

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

2023-02-01 11:54:18 UTC

/bin/sh -c #(nop) COPY file:9414c7a70977920fa1dcb9730fb7f08a1ee9856479b5a3926644da32f300bcdd in /usr/bin/az

2023-02-01 11:54:22 UTC

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

2023-02-01 11:54:27 UTC

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

2023-02-01 11:54:31 UTC

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

2023-02-01 11:54:36 UTC

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

2023-02-01 11:54:41 UTC

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

2023-02-01 11:54:45 UTC

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

2023-02-01 11:54:50 UTC

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

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