Namespace
cytopia
Image / Tag
ansible:2.4-azure
Content Digest
sha256:3d763a398a973f3f1efbc80bb1f233ed990dd5d27ea812dc4abc08dfe76e140c
Details
Created

2021-02-07 01:57:05 UTC

Size

42.5 MB

Content Digest
Labels
  • maintainer
  • org.opencontainers.image.authors
  • org.opencontainers.image.created
    2021-02-07 01:55:05+00:00
  • org.opencontainers.image.description
    Ansible 2.4 azure
  • org.opencontainers.image.documentation
    https://github.com/cytopia/docker-ansible
  • org.opencontainers.image.licenses
    MIT
  • org.opencontainers.image.ref.name
    Ansible 2.4 azure
  • org.opencontainers.image.revision
    80bcdaae28bceab1010345dad2b1891298f52d9c
  • org.opencontainers.image.source
    https://github.com/cytopia/docker-ansible
  • org.opencontainers.image.title
    Ansible 2.4 azure
  • org.opencontainers.image.url
    https://github.com/cytopia/docker-ansible
  • org.opencontainers.image.vendor
    cytopia
  • org.opencontainers.image.version
    2.4

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 - 6.23% (2.64 MB)

[#001] sha256:7648642246a0ff7b1495143924e74f2fa9ede574ac8fa82d13f2270e3e388d44 - 22.77% (9.67 MB)

[#002] sha256:f543f5bd67753d58b813a5c78dc57cece7b9f301bf9f9f4647cda61d4d79e433 - 14.04% (5.96 MB)

[#003] sha256:23ee111554ac9220aa2f1ddbb72c8277e6c2e2f7539c7d0380fe09e07678076c - 0.0% (2.03 KB)

[#004] sha256:4d57ed08e8009bfa561fcb67aaa3a8f629183ab46410c94afe4543f446926b75 - 0.01% (4.02 KB)

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

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

[#007] sha256:3e33f9b61d27d03b6a37ec9c21eecd9c0a2365f08093f8a0563f08390eb8742f - 35.8% (15.2 MB)

[#008] sha256:61c72137002902b234d23e1978560cde62c3460f8b2c52a06faee06e8306d60f - 0.81% (353 KB)

[#009] sha256:2ea40fb047528875564c73104ffb0242202f8c9c8c263096b775178390c5cfa4 - 7.1% (3.01 MB)

[#010] sha256:02ee033f81b850546b5315f3a990490cb611a3b7d0b0af6f207abf449f298b9e - 0.0% (1.65 KB)

[#011] sha256:c8afa24eb29dd212d5a27ed145049b634e29f94b8938dde001dfa05ad918dbc8 - 13.22% (5.62 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"]

2021-02-07 01:51:35 UTC

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

2021-02-07 01:51:36 UTC

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

2021-02-07 01:51:37 UTC

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

2021-02-07 01:51:38 UTC

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

2021-02-07 01:51:39 UTC

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

2021-02-07 01:51:40 UTC

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

2021-02-07 01:51:41 UTC

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

2021-02-07 01:51:42 UTC

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

2021-02-07 01:51:43 UTC

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

2021-02-07 01:51:44 UTC

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

2021-02-07 01:51:45 UTC

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

2021-02-07 01:51:49 UTC

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

2021-02-07 01:51:51 UTC

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

2021-02-07 01:51:53 UTC

/bin/sh -c #(nop) COPY file:78cecbd0deeb7855588faebae84e53739c3ab0b95ac777d1bf4a59dae955be27 in /usr/bin/ansible

2021-02-07 01:51:54 UTC

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

2021-02-07 01:51:54 UTC

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

2021-02-07 01:51:55 UTC

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

2021-02-07 01:51:56 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-02-07 01:48:25+00:00

2021-02-07 01:51:57 UTC

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

2021-02-07 01:51:58 UTC

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

2021-02-07 01:52:28 UTC

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

2021-02-07 01:52:29 UTC

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

2021-02-07 01:52:30 UTC

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

2021-02-07 01:52:31 UTC

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

2021-02-07 01:52:32 UTC

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

2021-02-07 01:52:33 UTC

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

2021-02-07 01:52:34 UTC

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

2021-02-07 01:52:35 UTC

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

2021-02-07 01:52:36 UTC

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

2021-02-07 01:52:37 UTC

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

2021-02-07 01:52:38 UTC

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

2021-02-07 01:52:39 UTC

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

2021-02-07 01:52:40 UTC

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

2021-02-07 01:52:43 UTC

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

2021-02-07 01:52:45 UTC

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

2021-02-07 01:52:46 UTC

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

2021-02-07 01:52:47 UTC

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

2021-02-07 01:52:47 UTC

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

2021-02-07 01:52:48 UTC

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

2021-02-07 01:52:49 UTC

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

2021-02-07 01:52:50 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-02-07 01:52:09+00:00

2021-02-07 01:52:51 UTC

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

2021-02-07 01:52:52 UTC

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

2021-02-07 01:54:29 UTC

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

2021-02-07 01:54:30 UTC

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

2021-02-07 01:54:31 UTC

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

2021-02-07 01:54:32 UTC

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

2021-02-07 01:54:33 UTC

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

2021-02-07 01:54:34 UTC

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

2021-02-07 01:54:35 UTC

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

2021-02-07 01:54:36 UTC

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

2021-02-07 01:56:54 UTC

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

2021-02-07 01:56:55 UTC

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

2021-02-07 01:56:56 UTC

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

2021-02-07 01:56:58 UTC

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

2021-02-07 01:57:01 UTC

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

2021-02-07 01:57:01 UTC

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

2021-02-07 01:57:02 UTC

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

2021-02-07 01:57:03 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-02-07 01:55:05+00:00

2021-02-07 01:57:04 UTC

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

2021-02-07 01:57:05 UTC

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

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