Namespace
cytopia
Image / Tag
ansible:2.13-infra-release-0.43-manifest-linux-arm64
Content Digest
sha256:75d97a9bacab3c378a2ad3df7e6ef2a16117d4f60288791693a58f48d829627a
Details
Created

2022-11-16 04:08:01 UTC

Size

109 MB

Content Digest
Labels
  • maintainer
  • org.opencontainers.image.authors
  • org.opencontainers.image.created
    2022-11-16 03:57:52+00:00
  • org.opencontainers.image.description
    Ansible 2.13 infra
  • 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.13 infra
  • org.opencontainers.image.revision
    74d4b1f793f2aba1aa8b6a5a094fee6245917e56
  • org.opencontainers.image.source
    https://github.com/cytopia/docker-ansible
  • org.opencontainers.image.title
    Ansible 2.13 infra
  • org.opencontainers.image.url
    https://github.com/cytopia/docker-ansible
  • org.opencontainers.image.vendor
    cytopia
  • org.opencontainers.image.version
    2.13

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.38% (2.58 MB)

[#001] sha256:b35c5f5a22714f4a45a5bf9d31171b89f7de4a840ca11122836f7492b5126d23 - 11.95% (13 MB)

[#002] sha256:3dc8d39ea4520a6eb5c2646ce7aeb02753bc84d7f3d57c9d25aafc5b1d08bdf6 - 36.07% (39.2 MB)

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

[#004] sha256:d50a598d6173eaa8f94139e3f25739d2c2e13dd743bdb8c3d7320e0a985bcbd1 - 25.24% (27.4 MB)

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

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

[#007] sha256:93ee0a54fe69b0e001dc80bdb5227e96c64d3eda6c8be6ff7835d73dccec6b7e - 13.32% (14.5 MB)

[#008] sha256:d6946dd29949037cb21156f294a51ef92a0ea04034e34cc6f486756b61cd61c4 - 0.36% (401 KB)

[#009] sha256:c445ad5690a4341b091368bb408d6d393e4945f57ca32adf48dfc75e52f095c5 - 5.81% (6.31 MB)

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

[#011] sha256:288a5dc8311e7a146ff5586d14a54e1601a8f2a1e0f7b546ad7695a10e1b15b3 - 0.75% (833 KB)

[#012] sha256:c3c6f8e2694888dfd73aa57fad44075093f80f3a21275070f620bd0ed1aa2803 - 4.12% (4.48 MB)


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-11-16 03:10:56 UTC

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

2022-11-16 03:10:57 UTC

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

2022-11-16 03:10:58 UTC

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

2022-11-16 03:10:59 UTC

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

2022-11-16 03:11:00 UTC

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

2022-11-16 03:11:01 UTC

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

2022-11-16 03:11:02 UTC

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

2022-11-16 03:11:03 UTC

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

2022-11-16 03:11:04 UTC

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

2022-11-16 03:11:05 UTC

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

2022-11-16 03:11:06 UTC

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

2022-11-16 03:11:15 UTC

|1 VERSION=2.13 /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-16 03:11:26 UTC

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

2022-11-16 03:11:28 UTC

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

2022-11-16 03:16:01 UTC

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

2022-11-16 03:16:03 UTC

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

2022-11-16 03:16:04 UTC

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

2022-11-16 03:16:05 UTC

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

2022-11-16 03:16:07 UTC

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

2022-11-16 03:16:08 UTC

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

2022-11-16 03:16:10 UTC

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

2022-11-16 03:45:38 UTC

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

2022-11-16 03:47:03 UTC

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

2022-11-16 03:47:05 UTC

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

2022-11-16 03:47:07 UTC

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

2022-11-16 03:47:09 UTC

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

2022-11-16 03:47:12 UTC

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

2022-11-16 03:47:14 UTC

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

2022-11-16 03:47:16 UTC

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

2022-11-16 03:47:18 UTC

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

2022-11-16 03:47:20 UTC

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

2022-11-16 03:47:22 UTC

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

2022-11-16 03:47:24 UTC

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

2022-11-16 03:47:27 UTC

|1 VERSION=2.13 /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-16 03:47:36 UTC

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

2022-11-16 03:47:49 UTC

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

2022-11-16 03:47:52 UTC

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

2022-11-16 03:47:54 UTC

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

2022-11-16 03:47:56 UTC

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

2022-11-16 03:47:58 UTC

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

2022-11-16 03:48:00 UTC

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

2022-11-16 03:48:02 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-11-16 03:45:36+00:00

2022-11-16 03:48:05 UTC

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

2022-11-16 03:48:07 UTC

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

2022-11-16 03:48:09 UTC

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

2022-11-16 04:07:21 UTC

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

2022-11-16 04:07:22 UTC

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

2022-11-16 04:07:24 UTC

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

2022-11-16 04:07:25 UTC

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

2022-11-16 04:07:27 UTC

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

2022-11-16 04:07:28 UTC

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

2022-11-16 04:07:30 UTC

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

2022-11-16 04:07:31 UTC

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

2022-11-16 04:07:33 UTC

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

2022-11-16 04:07:34 UTC

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

2022-11-16 04:07:36 UTC

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

2022-11-16 04:07:40 UTC

|1 VERSION=2.13 /bin/sh -c set -eux && apk add --no-cache libpq rsync sshpass

2022-11-16 04:07:49 UTC

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

2022-11-16 04:07:52 UTC

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

2022-11-16 04:07:53 UTC

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

2022-11-16 04:07:55 UTC

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

2022-11-16 04:07:56 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-11-16 03:57:52+00:00

2022-11-16 04:07:58 UTC

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

2022-11-16 04:07:59 UTC

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

2022-11-16 04:08:01 UTC

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

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