Namespace
cytopia
Image / Tag
ansible:2.10-infra-0.28
Content Digest
sha256:262d35f2153b8b4248ed49afda29aa8712dd4b804a7569721e9683987bd40af8
Details
Created

2020-12-18 03:43:05 UTC

Size

64.9 MB

Content Digest
Labels
  • maintainer
  • org.opencontainers.image.authors
  • org.opencontainers.image.created
    2020-12-18 03:41:16+00:00
  • org.opencontainers.image.description
    Ansible 2.10 infra
  • org.opencontainers.image.documentation
    https://github.com/cytopia/docker-ansible
  • org.opencontainers.image.licenses
    MIT
  • org.opencontainers.image.ref.name
    Ansible 2.10 infra
  • org.opencontainers.image.revision
    86a170af863a43ce1efe3205d60c6757aeabec62
  • org.opencontainers.image.source
    https://github.com/cytopia/docker-ansible
  • org.opencontainers.image.title
    Ansible 2.10 infra
  • org.opencontainers.image.url
    https://github.com/cytopia/docker-ansible
  • org.opencontainers.image.vendor
    cytopia
  • org.opencontainers.image.version
    2.10

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:31603596830fc7e56753139f9c2c6bd3759e48a850659506ebfb885d1cf3aef5 - 4.07% (2.64 MB)

[#001] sha256:cfd42b10aef37f6ac85048e08a07c516ad15197bee336d6d68e4afea0c5cc2af - 14.9% (9.67 MB)

[#002] sha256:af5da5ca4893f7b4fca6633b85c72d921b84f6abb2054a8c339856e939cb9e5d - 46.78% (30.4 MB)

[#003] sha256:8f09b6916744558740960f10fb7f5c47f051c4a50df1ee412d791d68289496ba - 0.0% (2.42 KB)

[#004] sha256:6d4c4a0caef654b63a8a1837dcd55e6b665b644c0fe613898f064c3a61bf0274 - 0.01% (3.76 KB)

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

[#006] sha256:edb8501754c274ae910790419953c31cbe6f20164f40438736cc63bf5fd98233 - 0.0% (1.27 KB)

[#007] sha256:aa14bf51d49a31fdd7406ffd8c375dfcdcd10bab8d02bc96ead581ab99414c12 - 23.42% (15.2 MB)

[#008] sha256:becf57f87abf7f55b3613d9c4752020372ee34cb344778547b3300e0b47d93d2 - 0.49% (327 KB)

[#009] sha256:97c0299e2445293124e0428a47ea05224c59bbdfd0b82dfdc2368eb782c74c8d - 4.64% (3.01 MB)

[#010] sha256:1e8d87052b38f7568297aee82c8adfbbcb9d0fda19c5eb1a4dac91fc89414b4a - 0.0% (1.65 KB)

[#011] sha256:fcafcbc747d473c149657e06bd14ee1e9355503d893de9ea13b94933ab0bf9d8 - 0.63% (420 KB)

[#012] sha256:b77340c861761c5523ae18704ab9b5a1e191696b1170b4eff74ba421a634603b - 5.05% (3.28 MB)


History
2020-04-24 01:05:35 UTC

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

2020-04-24 01:05:35 UTC

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

2020-12-18 03:38:43 UTC

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

2020-12-18 03:38:44 UTC

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

2020-12-18 03:38:45 UTC

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

2020-12-18 03:38:46 UTC

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

2020-12-18 03:38:47 UTC

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

2020-12-18 03:38:48 UTC

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

2020-12-18 03:38:49 UTC

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

2020-12-18 03:38:50 UTC

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

2020-12-18 03:38:51 UTC

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

2020-12-18 03:38:52 UTC

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

2020-12-18 03:38:53 UTC

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

2020-12-18 03:38:57 UTC

|1 VERSION=2.10 /bin/sh -c set -eux && apk add --no-cache python3 && ln -sf /usr/bin/python3 /usr/bin/python && ln -sf ansible /usr/bin/ansible-config && ln -sf ansible /usr/bin/ansible-console && ln -sf ansible /usr/bin/ansible-doc && ln -sf ansible /usr/bin/ansible-galaxy && ln -sf ansible /usr/bin/ansible-inventory && ln -sf ansible /usr/bin/ansible-playbook && ln -sf ansible /usr/bin/ansible-pull && ln -sf ansible /usr/bin/ansible-test && ln -sf ansible /usr/bin/ansible-vault && find /usr/lib/ -name '__pycache__' -print0 | xargs -0 -n1 rm -rf && find /usr/lib/ -name '*.pyc' -print0 | xargs -0 -n1 rm -rf

2020-12-18 03:39:13 UTC

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

2020-12-18 03:39:24 UTC

/bin/sh -c #(nop) COPY file:3afb4ba97ee9d3369a8fce1109127ca26a598fcf7fb3fac2ffd742606f47dfee in /usr/bin/ansible

2020-12-18 03:39:26 UTC

/bin/sh -c #(nop) COPY file:44dc015db9c36eee03aea2ccf007c3bd6db4eac21b85befea15f888a5cb774a3 in /usr/bin/ansible-connection

2020-12-18 03:39:28 UTC

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

2020-12-18 03:39:29 UTC

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

2020-12-18 03:39:31 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2020-12-18 03:34:30+00:00

2020-12-18 03:39:33 UTC

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

2020-12-18 03:39:35 UTC

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

2020-12-18 03:40:08 UTC

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

2020-12-18 03:40:10 UTC

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

2020-12-18 03:40:12 UTC

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

2020-12-18 03:40:14 UTC

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

2020-12-18 03:40:16 UTC

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

2020-12-18 03:40:18 UTC

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

2020-12-18 03:40:19 UTC

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

2020-12-18 03:40:21 UTC

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

2020-12-18 03:40:23 UTC

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

2020-12-18 03:40:25 UTC

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

2020-12-18 03:40:27 UTC

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

2020-12-18 03:40:29 UTC

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

2020-12-18 03:40:31 UTC

|1 VERSION=2.10 /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

2020-12-18 03:40:35 UTC

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

2020-12-18 03:40:37 UTC

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

2020-12-18 03:40:40 UTC

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

2020-12-18 03:40:42 UTC

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

2020-12-18 03:40:43 UTC

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

2020-12-18 03:40:45 UTC

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

2020-12-18 03:40:47 UTC

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

2020-12-18 03:40:49 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2020-12-18 03:39:50+00:00

2020-12-18 03:40:51 UTC

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

2020-12-18 03:40:52 UTC

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

2020-12-18 03:42:30 UTC

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

2020-12-18 03:42:32 UTC

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

2020-12-18 03:42:34 UTC

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

2020-12-18 03:42:35 UTC

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

2020-12-18 03:42:37 UTC

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

2020-12-18 03:42:39 UTC

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

2020-12-18 03:42:41 UTC

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

2020-12-18 03:42:43 UTC

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

2020-12-18 03:42:45 UTC

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

2020-12-18 03:42:46 UTC

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

2020-12-18 03:42:48 UTC

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

2020-12-18 03:42:51 UTC

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

2020-12-18 03:42:53 UTC

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

2020-12-18 03:42:56 UTC

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

2020-12-18 03:42:57 UTC

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

2020-12-18 03:42:59 UTC

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

2020-12-18 03:43:01 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2020-12-18 03:41:16+00:00

2020-12-18 03:43:03 UTC

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

2020-12-18 03:43:05 UTC

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

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