Namespace
cytopia
Image / Tag
ansible:2.5-azure-0.34
Content Digest
sha256:81022a73f25e3eae9535b1950c1af9b46155fa65043b15e16397151c3f485c78
Details
Created

2021-06-22 02:37:33 UTC

Size

54.9 MB

Content Digest
Labels
  • maintainer
  • org.opencontainers.image.authors
  • org.opencontainers.image.created
    2021-06-22 02:36:19+00:00
  • org.opencontainers.image.description
    Ansible 2.5 azure
  • org.opencontainers.image.documentation
    https://github.com/cytopia/docker-ansible
  • org.opencontainers.image.licenses
    MIT
  • org.opencontainers.image.ref.name
    Ansible 2.5 azure
  • org.opencontainers.image.revision
    4d50c332d89ece279f930efa5e4e3ec8888f7039
  • org.opencontainers.image.source
    https://github.com/cytopia/docker-ansible
  • org.opencontainers.image.title
    Ansible 2.5 azure
  • org.opencontainers.image.url
    https://github.com/cytopia/docker-ansible
  • org.opencontainers.image.vendor
    cytopia
  • org.opencontainers.image.version
    2.5

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:540db60ca9383eac9e418f78490994d0af424aab7bf6d0e47ac8ed4e2e9bcbba - 4.88% (2.68 MB)

[#001] sha256:1a5c840530ba80fbfc59f18cffdd6d55856addd9fffdca6eabd1fcbe9f4f9d3c - 20.48% (11.3 MB)

[#002] sha256:f03e8d9cb0af40b8918fea3f9e4f0d7932abf6bacceaa7f6666087570872bb91 - 30.46% (16.7 MB)

[#003] sha256:d93a4f8bfa048bbc155f955ce22ed124b109c7f22480112e70fbab7597545f1e - 0.0% (2.43 KB)

[#004] sha256:3ca8a554b1c9d9108fd158611439ec8f821e44b804e101564dbfc837b5694f56 - 0.01% (3.17 KB)

[#005] sha256:2975962b2607b4887a43bd7e3a6589a920691b528c3fa67e66719f86f92a3ad2 - 0.0% (91 Bytes)

[#006] sha256:78f9f3cb81e46405973c12b066c6d09cf606877995214c28d562d5d20d0cd2c2 - 0.0% (1.25 KB)

[#007] sha256:b2718a0b3c8dbd3853373f41598893b4bd19294bdfa7239fe45487f48ff133c6 - 29.01% (15.9 MB)

[#008] sha256:a981d4049e149f2c66024cf6a10900c821884b9eff66327684aa70acb140190f - 0.68% (385 KB)

[#009] sha256:95fd4a0e3a459a0553053c27854c05769b49de9e6678c4749865c1aaca9f943c - 6.01% (3.3 MB)

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

[#011] sha256:9bf80bcdaedfb459a1e878dc46bbcbd54c3b472b5c9ffd1889bc0496608e20eb - 8.46% (4.65 MB)


History
2021-04-14 19:19:39 UTC

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

2021-04-14 19:19:39 UTC

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

2021-06-22 02:34:03 UTC

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

2021-06-22 02:34:04 UTC

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

2021-06-22 02:34:05 UTC

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

2021-06-22 02:34:06 UTC

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

2021-06-22 02:34:07 UTC

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

2021-06-22 02:34:08 UTC

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

2021-06-22 02:34:09 UTC

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

2021-06-22 02:34:10 UTC

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

2021-06-22 02:34:11 UTC

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

2021-06-22 02:34:12 UTC

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

2021-06-22 02:34:13 UTC

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

2021-06-22 02:34:16 UTC

|1 VERSION=2.5 /bin/sh -c set -eux && apk add --no-cache py3-pip 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-06-22 02:34:19 UTC

/bin/sh -c #(nop) COPY dir:898b6139f03408c9ccc616fa306656d213a4d64a020c19ac28a5faa4dfde7790 in /usr/lib/python3.8/site-packages/

2021-06-22 02:34:20 UTC

/bin/sh -c #(nop) COPY file:906beff6b4051f7929ab5498806cf7aaf19e15189f24ee1c6e7238526efc9d85 in /usr/bin/ansible

2021-06-22 02:34:21 UTC

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

2021-06-22 02:34:21 UTC

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

2021-06-22 02:34:22 UTC

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

2021-06-22 02:34:23 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-06-22 02:30:38+00:00

2021-06-22 02:34:24 UTC

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

2021-06-22 02:34:25 UTC

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

2021-06-22 02:34:39 UTC

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

2021-06-22 02:34:40 UTC

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

2021-06-22 02:34:41 UTC

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

2021-06-22 02:34:42 UTC

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

2021-06-22 02:34:43 UTC

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

2021-06-22 02:34:44 UTC

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

2021-06-22 02:34:45 UTC

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

2021-06-22 02:34:46 UTC

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

2021-06-22 02:34:47 UTC

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

2021-06-22 02:34:48 UTC

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

2021-06-22 02:34:49 UTC

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

2021-06-22 02:34:50 UTC

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

2021-06-22 02:34:51 UTC

|1 VERSION=2.5 /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-06-22 02:34:53 UTC

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

2021-06-22 02:34:55 UTC

/bin/sh -c #(nop) COPY dir:97783d8239b45ff0350cfbf5a0190bbc8fc57c777a214f6918c3b8b30d12a77b in /usr/lib/python3.8/site-packages/

2021-06-22 02:34:56 UTC

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

2021-06-22 02:34:57 UTC

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

2021-06-22 02:34:57 UTC

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

2021-06-22 02:34:58 UTC

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

2021-06-22 02:34:59 UTC

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

2021-06-22 02:35:00 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-06-22 02:34:35+00:00

2021-06-22 02:35:01 UTC

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

2021-06-22 02:35:02 UTC

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

2021-06-22 02:35:45 UTC

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

2021-06-22 02:35:46 UTC

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

2021-06-22 02:35:47 UTC

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

2021-06-22 02:35:48 UTC

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

2021-06-22 02:35:49 UTC

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

2021-06-22 02:35:50 UTC

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

2021-06-22 02:35:51 UTC

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

2021-06-22 02:35:52 UTC

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

2021-06-22 02:37:23 UTC

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

2021-06-22 02:37:24 UTC

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

2021-06-22 02:37:25 UTC

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

2021-06-22 02:37:28 UTC

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

2021-06-22 02:37:28 UTC

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

2021-06-22 02:37:29 UTC

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

2021-06-22 02:37:30 UTC

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

2021-06-22 02:37:31 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-06-22 02:36:19+00:00

2021-06-22 02:37:32 UTC

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

2021-06-22 02:37:33 UTC

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

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