2020-03-22 12:40:37 UTC
94.3 MB
1000
MY_GROUPansible
MY_UID1000
MY_USERansible
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:9123ac7c32f74759e6283f04dbf571f18246abe5bb2c779efcb32cd50f3ff13c - 2.8% (2.64 MB)
[#001] sha256:1859f40d4a5695abc8666bbc315c035e4669011a43b0bfa3c084f65820a3388d - 19.0% (17.9 MB)
[#002] sha256:1914b96b2356b25a4389bbac7e8b28b22e15e2b346fe9c5b556b40f343bc9417 - 0.0% (2.04 KB)
[#003] sha256:b327c5ffbca222d85d089653172d8428524218efb4b0106335ec43f51730d340 - 0.0% (4.03 KB)
[#004] sha256:d09d0e5859885b1e71637a23f9b3355ca6737f8ad74138de4d1946e98442ab53 - 0.0% (658 Bytes)
[#005] sha256:6f91a533c5701320e2eb68ba64f01c1331157e6d6b44c6b77f2cd61f3fce8886 - 11.08% (10.4 MB)
[#006] sha256:5c5342e12c59b3b64706fd25c7028e362f129c3232230fd0a943db58f39e5250 - 13.36% (12.6 MB)
[#007] sha256:fea797e0789056fcc17886e5e7753e48584234c09091c3fee1cccccbf9b662dc - 27.6% (26 MB)
[#008] sha256:1f1d17c13228e9b0bc406afc49a1cf324ba3e0fbc89924b0fbd29f2934a5bb0b - 26.15% (24.7 MB)
[#009] sha256:7d43740096b76549bd588c889e74e2b3d3502c9b3b64c57c425c8617324ca42f - 0.0% (1.66 KB)
/bin/sh -c #(nop) ADD file:f4f85ec73d7cc949662413419f8eafb31dabaa6e12cd21b7c8d5a9ef0d5b9681 in /
2020-01-23 16:53:17 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2020-03-22 12:40:22 UTC/bin/sh -c #(nop) ARG VERSION
2020-03-22 12:40:22 UTC/bin/sh -c #(nop) LABEL maintainer=cytopia <[email protected]>
2020-03-22 12:40:22 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=cytopia <[email protected]>
2020-03-22 12:40:22 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=cytopia
2020-03-22 12:40:22 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=MIT
2020-03-22 12:40:22 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/cytopia/docker-ansible
2020-03-22 12:40:23 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://github.com/cytopia/docker-ansible
2020-03-22 12:40:23 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/cytopia/docker-ansible
2020-03-22 12:40:23 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=Ansible 2.4 awskops
2020-03-22 12:40:23 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Ansible 2.4 awskops
2020-03-22 12:40:23 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=Ansible 2.4 awskops
2020-03-22 12:40:26 UTC/bin/sh -c #(nop) COPY dir:27d6df4ca927922ce1b43237e87e0847188f60c12a71c5c460bb06325c25f906 in /usr/lib/python3.6/site-packages/
2020-03-22 12:40:28 UTC/bin/sh -c #(nop) COPY file:78cecbd0deeb7855588faebae84e53739c3ab0b95ac777d1bf4a59dae955be27 in /usr/bin/ansible
2020-03-22 12:40:28 UTC/bin/sh -c #(nop) COPY file:53fe10d058172d86b0f4d4312c83693ce6ec06b81b4e1eb6aecf417a3addab4a in /usr/bin/ansible-connection
2020-03-22 12:40:28 UTC/bin/sh -c #(nop) COPY file:9f6cca8487e92e1090dc0f50f1e20ea5bbdeb508505e5659971225045b94ee71 in /usr/bin/aws
2020-03-22 12:40:28 UTC/bin/sh -c #(nop) COPY file:39faff918d0ca99c235abb6d86dceeb9616a812e43f95c0cfc1d9a03a806bd6c in /usr/bin/aws-iam-authenticator
2020-03-22 12:40:29 UTC/bin/sh -c #(nop) COPY file:883ffe41cb83a1aa814cc153a4d303ad4f710f448ee3b6848a982f18f61be14c in /usr/bin/kubectl
2020-03-22 12:40:31 UTC/bin/sh -c #(nop) COPY file:a099652867fb693c5bb436984c66b7669d7de3608abfe502760978d12d0a1705 in /usr/bin/kops
2020-03-22 12:40:32 UTC/bin/sh -c #(nop) ENV MY_USER=ansible MY_GROUP=ansible MY_UID=1000 MY_GID=1000
2020-03-22 12:40:35 UTC|1 VERSION=2.4 /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 && mkdir /home/ansible/.aws && chown ansible:ansible /home/ansible/.aws && chmod 0700 /home/ansible/.aws && mkdir /data && chown ansible:ansible /data && chmod 0755 /data && apk add --no-cache bash git gnupg jq openssh-client 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
2020-03-22 12:40:36 UTC/bin/sh -c #(nop) COPY file:04080df4805d0af8a76f52489a1e504f24cd1750aa296f8ae828ae37964a726c in /docker-entrypoint.sh
2020-03-22 12:40:36 UTC/bin/sh -c #(nop) WORKDIR /data
2020-03-22 12:40:36 UTC/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]
2020-03-22 12:40:36 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2020-03-22 12:40:36 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2020-03-22 12:37:02+00:00
2020-03-22 12:40:37 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=24f0d007cd5ebd77d06739ce3bed96242452cca9
2020-03-22 12:40:37 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=2.4-awskops
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.