Namespace
cytopia
Image / Tag
ansible:2.11-tools-0.42
Content Digest
sha256:7c0fc78161194fbc3393d6a0596130df5048b9056223a41eaf64d451ff5fb66e
Details
Created

2022-11-13 12:50:27 UTC

Size

117 MB

Content Digest
Labels
  • maintainer
  • org.opencontainers.image.authors
  • org.opencontainers.image.created
    2022-11-13 12:48:38+00:00
  • org.opencontainers.image.description
    Ansible 2.11 tools
  • org.opencontainers.image.documentation
    https://github.com/cytopia/docker-ansible
  • org.opencontainers.image.licenses
    MIT
  • org.opencontainers.image.name
    ansible
  • org.opencontainers.image.ref.name
    Ansible 2.11 tools
  • org.opencontainers.image.revision
    e20f781488ffd9e017c6a22bf0ad4116dd800b75
  • org.opencontainers.image.source
    https://github.com/cytopia/docker-ansible
  • org.opencontainers.image.title
    Ansible 2.11 tools
  • org.opencontainers.image.url
    https://github.com/cytopia/docker-ansible
  • org.opencontainers.image.vendor
    cytopia
  • org.opencontainers.image.version
    2.11

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:ca7dd9ec2225f2385955c43b2379305acd51543c28cf1d4e94522b3d94cce3ce - 2.28% (2.68 MB)

[#001] sha256:402bfd823e80ee42701541138f735b1289d77cfcba4980f24bd5e008b5e90743 - 10.99% (12.9 MB)

[#002] sha256:4d386dc9f9531dff0fe2aec455780e24f318eeacc991e81e6b9c1fe218c908a9 - 43.22% (50.8 MB)

[#003] sha256:12f6e0ecc6f27edfd5d921bf87e14b86e5ba9be680a9b3ae646a09791be826ff - 0.01% (6.91 KB)

[#004] sha256:24099db1be210643adf989730785b025b3e1300575ccc57fe369c2b576722e9e - 25.1% (29.5 MB)

[#005] sha256:12338f148c6b1c1d6e729b35875523315780b3e84b495c61f6140e89c389f816 - 0.0% (93 Bytes)

[#006] sha256:3eb1994aa1c5aba4a4c14d64cbf1ef63f66762a8f632fe06e9e824b1f76597d6 - 0.0% (1.26 KB)

[#007] sha256:a477dc4ee346809c3f3af236118b1605bff0b681119cb8c9c68abb905adcd24e - 12.37% (14.5 MB)

[#008] sha256:d2da3cf7a3d44761f752b54613eaafb391b49c9198014f21ae73cae22ec179d7 - 0.33% (401 KB)

[#009] sha256:eab8a36fff48115c9f310e9705ebbf0c163336f077788f147052e2b06edba922 - 5.69% (6.69 MB)

[#010] sha256:5c63dbeca8b5aea22d8cd950d523f648d38ae5adaf72ebce6e01268d784a7a2a - 0.0% (1.66 KB)


History
2022-11-12 04:19:23 UTC

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

2022-11-12 04:19:23 UTC

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

2022-11-13 11:17:54 UTC

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

2022-11-13 11:17:55 UTC

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

2022-11-13 11:17:56 UTC

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

2022-11-13 11:17:57 UTC

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

2022-11-13 11:17:58 UTC

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

2022-11-13 11:17:59 UTC

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

2022-11-13 11:18:00 UTC

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

2022-11-13 11:18:01 UTC

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

2022-11-13 11:18:02 UTC

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

2022-11-13 11:18:03 UTC

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

2022-11-13 11:18:04 UTC

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

2022-11-13 11:18:07 UTC

|1 VERSION=2.11 /bin/sh -c set -eux && apk add --no-cache libgcc py3-pip python3 yaml && find /usr/lib/ -name '__pycache__' -print0 | xargs -0 -n1 rm -rf && find /usr/lib/ -name '*.pyc' -print0 | xargs -0 -n1 rm -rf && ln -s /usr/bin/python3 /usr/bin/python

2022-11-13 11:18:27 UTC

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

2022-11-13 11:18:31 UTC

/bin/sh -c #(nop) COPY multi:157643fe6d091d043c916b6a8dfd034d03056dff0a053011894ddef2a27e9606 in /usr/bin/

2022-11-13 11:19:14 UTC

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

2022-11-13 11:19:17 UTC

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

2022-11-13 11:19:19 UTC

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

2022-11-13 11:19:22 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-11-13 11:14:55+00:00

2022-11-13 11:19:24 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.name=ansible

2022-11-13 11:19:26 UTC

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

2022-11-13 11:19:29 UTC

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

2022-11-13 12:48:41 UTC

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

2022-11-13 12:49:01 UTC

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

2022-11-13 12:49:04 UTC

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

2022-11-13 12:49:07 UTC

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

2022-11-13 12:49:09 UTC

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

2022-11-13 12:49:12 UTC

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

2022-11-13 12:49:15 UTC

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

2022-11-13 12:49:18 UTC

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

2022-11-13 12:49:21 UTC

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

2022-11-13 12:49:24 UTC

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

2022-11-13 12:49:27 UTC

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

2022-11-13 12:49:29 UTC

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

2022-11-13 12:49:33 UTC

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

2022-11-13 12:49:38 UTC

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

2022-11-13 12:50:00 UTC

/bin/sh -c #(nop) COPY dir:170e9cb8923389bd5a055553fb4216e298385ee167d083a367c604fb799d711b in /usr/lib/python3.10/site-packages/

2022-11-13 12:50:04 UTC

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

2022-11-13 12:50:07 UTC

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

2022-11-13 12:50:10 UTC

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

2022-11-13 12:50:13 UTC

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

2022-11-13 12:50:16 UTC

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

2022-11-13 12:50:18 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-11-13 12:48:38+00:00

2022-11-13 12:50:21 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.name=ansible

2022-11-13 12:50:24 UTC

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

2022-11-13 12:50:27 UTC

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

Details
Created

2022-11-13 12:51:37 UTC

Size

116 MB

Content Digest
Labels
  • maintainer
  • org.opencontainers.image.authors
  • org.opencontainers.image.created
    2022-11-13 12:48:33+00:00
  • org.opencontainers.image.description
    Ansible 2.11 tools
  • org.opencontainers.image.documentation
    https://github.com/cytopia/docker-ansible
  • org.opencontainers.image.licenses
    MIT
  • org.opencontainers.image.name
    ansible
  • org.opencontainers.image.ref.name
    Ansible 2.11 tools
  • org.opencontainers.image.revision
    e20f781488ffd9e017c6a22bf0ad4116dd800b75
  • org.opencontainers.image.source
    https://github.com/cytopia/docker-ansible
  • org.opencontainers.image.title
    Ansible 2.11 tools
  • org.opencontainers.image.url
    https://github.com/cytopia/docker-ansible
  • org.opencontainers.image.vendor
    cytopia
  • org.opencontainers.image.version
    2.11

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:6875df1f535433e5affe18ecfde9acb7950ab5f76887980ff06c5cdd48cf98f4 - 2.22% (2.58 MB)

[#001] sha256:ead5dbae1c8f5891c2a2253e0d1b97272610cd22affd87e1ae7748e91957ee8d - 11.16% (13 MB)

[#002] sha256:274c8349874108e12415b6608716f25b598b2b58f8bd74f02628f76b8dc05735 - 43.03% (50 MB)

[#003] sha256:7832cbd02793c58f60d7163a15ef2ed930310d3d3dc0569ef69026929167c906 - 0.01% (6.91 KB)

[#004] sha256:a6cdddd1527f1bccc19974e3ce59bf423a2e0f923ad0e8a7fcc48718eb10c28c - 25.37% (29.5 MB)

[#005] sha256:9bea75565e284d26d2f967c7c8245893ce82e3f01375f2ac08c011b79afa277d - 0.0% (93 Bytes)

[#006] sha256:452d312d43020fbc74a62ede7883b3ee7f9a2a4fa94ac2642c35bed3613a0a51 - 0.0% (1.26 KB)

[#007] sha256:310df7ab4077ccf2361fb0561eb795e04f1c26d7bca975b491f7a4f59f1e1043 - 12.44% (14.5 MB)

[#008] sha256:749ce12517d08d1447a68b35a57ca72fc512edf63066a7d97ff2c85a5627d2e3 - 0.34% (401 KB)

[#009] sha256:84cef7f0e4dbe79a5f16590610a35be648c25d18cf08afc054749fca4961bd2b - 5.43% (6.31 MB)

[#010] sha256:55f1dd11b867b48c30d335f747b646719b49db84dfbd24700a035f9f51748513 - 0.0% (1.66 KB)


History
2022-11-12 03:39:38 UTC

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

2022-11-12 03:39:38 UTC

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

2022-11-13 11:37:55 UTC

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

2022-11-13 11:37:55 UTC

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

2022-11-13 11:37:56 UTC

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

2022-11-13 11:37:57 UTC

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

2022-11-13 11:37:58 UTC

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

2022-11-13 11:37:59 UTC

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

2022-11-13 11:38:00 UTC

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

2022-11-13 11:38:01 UTC

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

2022-11-13 11:38:02 UTC

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

2022-11-13 11:38:03 UTC

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

2022-11-13 11:38:04 UTC

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

2022-11-13 11:38:13 UTC

|1 VERSION=2.11 /bin/sh -c set -eux && apk add --no-cache libgcc py3-pip python3 yaml && find /usr/lib/ -name '__pycache__' -print0 | xargs -0 -n1 rm -rf && find /usr/lib/ -name '*.pyc' -print0 | xargs -0 -n1 rm -rf && ln -s /usr/bin/python3 /usr/bin/python

2022-11-13 11:38:32 UTC

/bin/sh -c #(nop) COPY dir:3de98eae51d29b826448b11127eb55c075b61427e3d5bf4cb0ef27b71b284cc4 in /usr/lib/python3.10/site-packages/

2022-11-13 11:38:36 UTC

/bin/sh -c #(nop) COPY multi:157643fe6d091d043c916b6a8dfd034d03056dff0a053011894ddef2a27e9606 in /usr/bin/

2022-11-13 11:44:04 UTC

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

2022-11-13 11:44:07 UTC

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

2022-11-13 11:44:10 UTC

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

2022-11-13 11:44:13 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-11-13 11:14:56+00:00

2022-11-13 11:44:15 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.name=ansible

2022-11-13 11:44:18 UTC

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

2022-11-13 11:44:20 UTC

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

2022-11-13 12:48:36 UTC

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

2022-11-13 12:50:02 UTC

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

2022-11-13 12:50:06 UTC

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

2022-11-13 12:50:09 UTC

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

2022-11-13 12:50:12 UTC

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

2022-11-13 12:50:15 UTC

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

2022-11-13 12:50:19 UTC

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

2022-11-13 12:50:22 UTC

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

2022-11-13 12:50:25 UTC

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

2022-11-13 12:50:28 UTC

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

2022-11-13 12:50:31 UTC

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

2022-11-13 12:50:34 UTC

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

2022-11-13 12:50:37 UTC

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

2022-11-13 12:50:46 UTC

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

2022-11-13 12:51:08 UTC

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

2022-11-13 12:51:13 UTC

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

2022-11-13 12:51:16 UTC

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

2022-11-13 12:51:19 UTC

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

2022-11-13 12:51:22 UTC

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

2022-11-13 12:51:25 UTC

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

2022-11-13 12:51:28 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-11-13 12:48:33+00:00

2022-11-13 12:51:31 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.name=ansible

2022-11-13 12:51:34 UTC

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

2022-11-13 12:51:37 UTC

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

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