Namespace
cytopia
Image / Tag
ansible:2.9-tools-0.38
Content Digest
sha256:8165070d3aabff3e972ba6b64efff7eb19ca0cb131420ed565522f8ebbbc0cb9
Details
Created

2021-11-01 03:58:41 UTC

Size

72.6 MB

Content Digest
Labels
  • maintainer
  • org.opencontainers.image.authors
  • org.opencontainers.image.created
    2021-11-01 03:58:09+00:00
  • org.opencontainers.image.description
    Ansible 2.9 tools
  • org.opencontainers.image.documentation
    https://github.com/cytopia/docker-ansible
  • org.opencontainers.image.licenses
    MIT
  • org.opencontainers.image.ref.name
    Ansible 2.9 tools
  • org.opencontainers.image.revision
    90a35f82623c2d8f07f1f9f1f33fedc3db4cf90f
  • org.opencontainers.image.source
    https://github.com/cytopia/docker-ansible
  • org.opencontainers.image.title
    Ansible 2.9 tools
  • org.opencontainers.image.url
    https://github.com/cytopia/docker-ansible
  • org.opencontainers.image.vendor
    cytopia
  • org.opencontainers.image.version
    2.9

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:4e9f2cdf438714c2c4533e28c6c41a89cc6c1b46cf77e54c488db30ca4f5b6f3 - 3.7% (2.68 MB)

[#001] sha256:e1b54213ce42818cbf3a6e65115d5026e07cfa9e22dcf0555cdef562b9842ce2 - 15.62% (11.3 MB)

[#002] sha256:f2757d885e18529800ce288e5f0357071c3107128a940916f066ecc8760f5e3f - 30.05% (21.8 MB)

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

[#004] sha256:f7f33191decccabe670af3de012f667f6fa3ccdde7e2bad2c81cc57998400519 - 0.01% (3.84 KB)

[#005] sha256:b06fe269ec7fd69cbfa7aa4b808d7c6df9ac346d818d6d3c3f8f8ce1da7c6bd6 - 22.41% (16.3 MB)

[#006] sha256:c4ec857e69e7673fffac47e8c065360ca814907c9d2f9a8f9c66df24e53b9a9c - 0.0% (93 Bytes)

[#007] sha256:c8103996fa983a84da2ed2f8ee4ad00c3de0e88df4c3192e9fdfd1892c2b0795 - 0.0% (1.25 KB)

[#008] sha256:bd6cfc005db3dc00f36788810dd39999e14c99b78b85c1c6a30719059039ae0e - 22.0% (16 MB)

[#009] sha256:259970016d32e4d886138260626f60f0572dad07b29481ed996ae2ffd0fc12c1 - 0.53% (391 KB)

[#010] sha256:529ef1b35a223d19688c1ddc16cd7814be1e864e75417327fd4a79ec29980902 - 5.69% (4.13 MB)

[#011] sha256:c2f9c8bc5064c4e5ee2fd6fe938cf494af6de0f597f2d17cb1bfed4931f4fbe0 - 0.0% (1.66 KB)


History
2021-08-31 23:18:16 UTC

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

2021-08-31 23:18:16 UTC

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

2021-11-01 03:57:21 UTC

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

2021-11-01 03:57:22 UTC

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

2021-11-01 03:57:23 UTC

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

2021-11-01 03:57:24 UTC

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

2021-11-01 03:57:25 UTC

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

2021-11-01 03:57:26 UTC

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

2021-11-01 03:57:27 UTC

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

2021-11-01 03:57:28 UTC

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

2021-11-01 03:57:29 UTC

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

2021-11-01 03:57:30 UTC

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

2021-11-01 03:57:31 UTC

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

2021-11-01 03:57:35 UTC

|1 VERSION=2.9 /bin/sh -c set -eux && apk add --no-cache libgcc py3-pip python3 yaml && 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-11-01 03:57:39 UTC

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

2021-11-01 03:57:41 UTC

/bin/sh -c #(nop) COPY file:19d29084a179e90d6ca3badeabd5af4c9e67ef1e8b71aee321508b0e73824a5c in /usr/bin/ansible

2021-11-01 03:57:42 UTC

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

2021-11-01 03:57:58 UTC

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

2021-11-01 03:57:59 UTC

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

2021-11-01 03:58:00 UTC

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

2021-11-01 03:58:00 UTC

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

2021-11-01 03:58:01 UTC

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

2021-11-01 03:58:02 UTC

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

2021-11-01 03:58:16 UTC

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

2021-11-01 03:58:17 UTC

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

2021-11-01 03:58:18 UTC

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

2021-11-01 03:58:19 UTC

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

2021-11-01 03:58:20 UTC

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

2021-11-01 03:58:21 UTC

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

2021-11-01 03:58:22 UTC

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

2021-11-01 03:58:23 UTC

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

2021-11-01 03:58:24 UTC

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

2021-11-01 03:58:25 UTC

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

2021-11-01 03:58:26 UTC

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

2021-11-01 03:58:27 UTC

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

2021-11-01 03:58:29 UTC

|1 VERSION=2.9 /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-11-01 03:58:32 UTC

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

2021-11-01 03:58:34 UTC

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

2021-11-01 03:58:35 UTC

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

2021-11-01 03:58:36 UTC

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

2021-11-01 03:58:36 UTC

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

2021-11-01 03:58:37 UTC

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

2021-11-01 03:58:38 UTC

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

2021-11-01 03:58:39 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-11-01 03:58:09+00:00

2021-11-01 03:58:40 UTC

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

2021-11-01 03:58:41 UTC

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

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