Namespace
cytopia
Image / Tag
ansible:latest-tools-release-0.48-manifest-linux-arm64
Content Digest
sha256:f0e4afe66d84b47c2d5cd737c0193e21fd4e31b638b2a0bb6150351adf3ce6f7
Details
Created

2022-12-02 05:39:01 UTC

Size

103 MB

Content Digest
Labels
  • maintainer
  • org.opencontainers.image.authors
  • org.opencontainers.image.created
    2022-12-02 05:37:12+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
    7f0a9b04639ba2307649d3a0a5153e2d14a03b4c
  • 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:6875df1f535433e5affe18ecfde9acb7950ab5f76887980ff06c5cdd48cf98f4 - 2.5% (2.58 MB)

[#001] sha256:1084f940d00df2919cee15c523f4a29de652e58a3822f915ad25375ab526a148 - 12.56% (13 MB)

[#002] sha256:b380cfcf692d51d0293e08ce503384c71ba1df6114f4b31e9e30f0e3ab9444be - 37.91% (39.1 MB)

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

[#004] sha256:9fa0c03c25fff18840ddb69e9fdfd2f127c5fa9d5575bb6b9d9007b1ebbece32 - 26.51% (27.4 MB)

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

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

[#007] sha256:6ac249ceb3a4cc412c86cdcf0184b4a185294005b956f28cf67e5996e0354023 - 14.01% (14.5 MB)

[#008] sha256:87207a97cbd4241cc73a0ec556674319b9c7c291d69896f241885e34b50df40e - 0.38% (401 KB)

[#009] sha256:4fbc6b936eb35f0278fdc54a0879f5c7dc48285c51cb1dae7a712e1775a0d816 - 6.12% (6.31 MB)

[#010] sha256:11fbfa6ee6c7d0fc73ad5f05d0e2c71dac377d105a1d49a84344687543b59470 - 0.0% (1.94 KB)


History
2022-11-12 03:39:38 UTC

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

2022-11-12 03:39:38 UTC

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

2022-12-02 05:13:15 UTC

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

2022-12-02 05:13:16 UTC

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

2022-12-02 05:13:17 UTC

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

2022-12-02 05:13:18 UTC

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

2022-12-02 05:13:19 UTC

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

2022-12-02 05:13:20 UTC

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

2022-12-02 05:13:21 UTC

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

2022-12-02 05:13:22 UTC

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

2022-12-02 05:13:23 UTC

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

2022-12-02 05:13:24 UTC

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

2022-12-02 05:13:25 UTC

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

2022-12-02 05:13:33 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-12-02 05:13:46 UTC

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

2022-12-02 05:13:48 UTC

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

2022-12-02 05:17:00 UTC

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

2022-12-02 05:17:02 UTC

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

2022-12-02 05:17:04 UTC

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

2022-12-02 05:17:05 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-12-02 05:08:24+00:00

2022-12-02 05:17:07 UTC

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

2022-12-02 05:17:08 UTC

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

2022-12-02 05:17:10 UTC

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

2022-12-02 05:37:13 UTC

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

2022-12-02 05:38:14 UTC

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

2022-12-02 05:38:15 UTC

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

2022-12-02 05:38:17 UTC

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

2022-12-02 05:38:18 UTC

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

2022-12-02 05:38:20 UTC

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

2022-12-02 05:38:21 UTC

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

2022-12-02 05:38:23 UTC

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

2022-12-02 05:38:24 UTC

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

2022-12-02 05:38:25 UTC

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

2022-12-02 05:38:27 UTC

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

2022-12-02 05:38:28 UTC

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

2022-12-02 05:38:30 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-12-02 05:38:37 UTC

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

2022-12-02 05:38:47 UTC

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

2022-12-02 05:38:49 UTC

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

2022-12-02 05:38:50 UTC

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

2022-12-02 05:38:52 UTC

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

2022-12-02 05:38:53 UTC

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

2022-12-02 05:38:55 UTC

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

2022-12-02 05:38:56 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-12-02 05:37:12+00:00

2022-12-02 05:38:58 UTC

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

2022-12-02 05:38:59 UTC

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

2022-12-02 05:39:01 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