Namespace
cytopia
Image / Tag
ansible:2.6-tools-0.31
Content Digest
sha256:37a2a4d688d2e4ed080154c1a3ca175dbe86c687eb7f44aaf7b2131b82053555
Details
Created

2021-04-29 01:54:27 UTC

Size

42.5 MB

Content Digest
Labels
  • maintainer
  • org.opencontainers.image.authors
  • org.opencontainers.image.created
    2021-04-29 01:53:57+00:00
  • org.opencontainers.image.description
    Ansible 2.6 tools
  • org.opencontainers.image.documentation
    https://github.com/cytopia/docker-ansible
  • org.opencontainers.image.licenses
    MIT
  • org.opencontainers.image.ref.name
    Ansible 2.6 tools
  • org.opencontainers.image.revision
    301748eff90fdda33d03f2170b7ec5757363e03a
  • org.opencontainers.image.source
    https://github.com/cytopia/docker-ansible
  • org.opencontainers.image.title
    Ansible 2.6 tools
  • org.opencontainers.image.url
    https://github.com/cytopia/docker-ansible
  • org.opencontainers.image.vendor
    cytopia
  • org.opencontainers.image.version
    2.6

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 - 6.31% (2.68 MB)

[#001] sha256:e63739e98501c487a3e8527edb20642d502fbc941ddb4f7b8ee604f90f843835 - 26.39% (11.2 MB)

[#002] sha256:0cb2a782c8854483ce08c62f86419de6fcf62d7967266284852ccc98e3a37b87 - 21.21% (9.01 MB)

[#003] sha256:87d8ae940bebc221782eb7a2394e1a20200eec32844731e33bc062cc149cd388 - 0.01% (2.42 KB)

[#004] sha256:c63659cca07adf620050d8cdfe641c8c5bdca407290ed87449c3f9d896cc7ee3 - 0.01% (3.34 KB)

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

[#006] sha256:982264be2792d01b2f5ae1c135e1c8bda4f365ad90ca0238627b42b751cd6923 - 0.0% (1.25 KB)

[#007] sha256:88a48f2e5f159983766822a1247231cf918a3488b24524b6af9a298e782bc25a - 37.49% (15.9 MB)

[#008] sha256:e111ebed16149cd61c61f5e437f6a6f21df2098e01cf951ffebf389657ef0317 - 0.89% (385 KB)

[#009] sha256:83cd833c17fe963783da5458b56c0df0a2149db2628c4079ca8a5c73451ce391 - 7.7% (3.27 MB)

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


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-04-29 01:53:24 UTC

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

2021-04-29 01:53:25 UTC

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

2021-04-29 01:53:26 UTC

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

2021-04-29 01:53:27 UTC

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

2021-04-29 01:53:28 UTC

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

2021-04-29 01:53:29 UTC

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

2021-04-29 01:53:30 UTC

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

2021-04-29 01:53:31 UTC

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

2021-04-29 01:53:32 UTC

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

2021-04-29 01:53:33 UTC

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

2021-04-29 01:53:34 UTC

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

2021-04-29 01:53:38 UTC

|1 VERSION=2.6 /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-04-29 01:53:40 UTC

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

2021-04-29 01:53:41 UTC

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

2021-04-29 01:53:42 UTC

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

2021-04-29 01:53:42 UTC

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

2021-04-29 01:53:43 UTC

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

2021-04-29 01:53:44 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-04-29 01:53:00+00:00

2021-04-29 01:53:45 UTC

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

2021-04-29 01:53:46 UTC

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

2021-04-29 01:54:03 UTC

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

2021-04-29 01:54:04 UTC

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

2021-04-29 01:54:05 UTC

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

2021-04-29 01:54:06 UTC

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

2021-04-29 01:54:07 UTC

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

2021-04-29 01:54:08 UTC

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

2021-04-29 01:54:09 UTC

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

2021-04-29 01:54:10 UTC

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

2021-04-29 01:54:11 UTC

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

2021-04-29 01:54:12 UTC

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

2021-04-29 01:54:13 UTC

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

2021-04-29 01:54:14 UTC

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

2021-04-29 01:54:15 UTC

|1 VERSION=2.6 /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-04-29 01:54:18 UTC

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

2021-04-29 01:54:20 UTC

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

2021-04-29 01:54:21 UTC

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

2021-04-29 01:54:22 UTC

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

2021-04-29 01:54:22 UTC

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

2021-04-29 01:54:23 UTC

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

2021-04-29 01:54:24 UTC

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

2021-04-29 01:54:25 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-04-29 01:53:57+00:00

2021-04-29 01:54:26 UTC

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

2021-04-29 01:54:27 UTC

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

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