Namespace
cytopia
Image / Tag
ansible:2.3-tools
Content Digest
sha256:3e14855a4a383ef468483c987e0a37eb73a2300e18572eeba2f4ce76593bafc8
Details
Created

2021-02-07 01:52:24 UTC

Size

36.2 MB

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

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

[#001] sha256:85e96d2992e973ac20dd32e1c0c66e26261ad55e71f2c39c4437722b2e18c4a6 - 26.71% (9.67 MB)

[#002] sha256:d3ee979015c05565f9e5a7a982a4b9d3465d9258707257e4ce85ebfdddcbacfc - 14.7% (5.33 MB)

[#003] sha256:7109b5e74e10ee88e9ba1737a529bcf125b70ac01f29e5acd499ec0ef6f1b5c8 - 0.01% (2.04 KB)

[#004] sha256:412757720f6bd2e6617e03d36593ae07619b7489d1da69cc1eada4cfd56e9337 - 0.01% (4.12 KB)

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

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

[#007] sha256:2d83753d9868de8dac97c59b340951eabae62b37f4a771ec6664057cbc879179 - 41.99% (15.2 MB)

[#008] sha256:36d98c3953d869576fc9046ac22ac33391a070fd9838892b7c0d57dd9711e9e0 - 0.95% (353 KB)

[#009] sha256:187083a7c82bffbac2c6875d1f3757db962e25cf759485cf1d87e781ea594025 - 8.32% (3.01 MB)

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


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:10 UTC

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

2021-02-07 01:51:11 UTC

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

2021-02-07 01:51:12 UTC

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

2021-02-07 01:51:13 UTC

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

2021-02-07 01:51:14 UTC

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

2021-02-07 01:51:15 UTC

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

2021-02-07 01:51:16 UTC

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

2021-02-07 01:51:17 UTC

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

2021-02-07 01:51:18 UTC

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

2021-02-07 01:51:19 UTC

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

2021-02-07 01:51:20 UTC

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

2021-02-07 01:51:24 UTC

|1 VERSION=2.3 /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:26 UTC

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

2021-02-07 01:51:28 UTC

/bin/sh -c #(nop) COPY file:0b095eab2b48a5a47d3584646cd772faf4a44a1aec54621e5aeb8a1e28a88a58 in /usr/bin/ansible

2021-02-07 01:51:29 UTC

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

2021-02-07 01:51:29 UTC

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

2021-02-07 01:51:30 UTC

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

2021-02-07 01:51:31 UTC

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

2021-02-07 01:51:32 UTC

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

2021-02-07 01:51:33 UTC

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

2021-02-07 01:52:00 UTC

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

2021-02-07 01:52:01 UTC

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

2021-02-07 01:52:02 UTC

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

2021-02-07 01:52:03 UTC

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

2021-02-07 01:52:04 UTC

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

2021-02-07 01:52:05 UTC

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

2021-02-07 01:52:06 UTC

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

2021-02-07 01:52:07 UTC

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

2021-02-07 01:52:08 UTC

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

2021-02-07 01:52:09 UTC

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

2021-02-07 01:52:10 UTC

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

2021-02-07 01:52:11 UTC

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

2021-02-07 01:52:12 UTC

|1 VERSION=2.3 /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:15 UTC

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

2021-02-07 01:52:17 UTC

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

2021-02-07 01:52:18 UTC

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

2021-02-07 01:52:19 UTC

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

2021-02-07 01:52:19 UTC

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

2021-02-07 01:52:20 UTC

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

2021-02-07 01:52:21 UTC

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

2021-02-07 01:52:22 UTC

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

2021-02-07 01:52:23 UTC

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

2021-02-07 01:52:24 UTC

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

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