2020-01-10 06:10:24 UTC
86.6 MB
1000
MY_GROUPansible
MY_UID1000
MY_USERansible
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:e7c96db7181be991f19a9fb6975cdbbd73c65f4a2681348e63a141a2192a5f10 - 3.04% (2.63 MB)
[#001] sha256:0105c93bc64bc947b8ca378a91f2ac38370e10f64c40d6b5b9e1f3ba85a50a5b - 23.48% (20.3 MB)
[#002] sha256:538a4e6114973a5a4f1f6640fb976afdd35cca96d5728d7e76f924dc4ce32ba7 - 0.0% (2.22 KB)
[#003] sha256:425baeec93255571093cfe8eb83e1ce3a19dd615ec660de5c94dafb33744f40e - 0.0% (3.61 KB)
[#004] sha256:1d8cf983f9391aad5ca9a55309ad4a48a95754a6fbe8e989e315cc8ff6ee1b89 - 0.0% (659 Bytes)
[#005] sha256:ae718e1d84497c98293ec61aa3b8f7a98d141afcb7f75ef2ddb14b4478a526c1 - 7.65% (6.62 MB)
[#006] sha256:209fc40511032e8e9ab01e9aa0a08a65a4599d88d2a62408ee958316d25ed623 - 14.56% (12.6 MB)
[#007] sha256:8437d8e89e48a66629828f87430024d227c7157c4204bcbca53e89862f76e6c4 - 22.79% (19.7 MB)
[#008] sha256:5fde65ce5653d925c34c3b1850bf2daf5fbdd169453ba8d22717120114bf22ef - 28.48% (24.7 MB)
[#009] sha256:54f639c7cad6cfe77f4356e1657968f4f06da8a0f452b526d09dd9ba8acc7b91 - 0.0% (1.65 KB)
/bin/sh -c #(nop) ADD file:a86aea1f3a7d68f6ae03397b99ea77f2e9ee901c5c59e59f76f93adbb4035913 in /
2019-05-11 00:07:03 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2020-01-10 06:10:09 UTC/bin/sh -c #(nop) ARG VERSION
2020-01-10 06:10:09 UTC/bin/sh -c #(nop) LABEL maintainer=cytopia <[email protected]>
2020-01-10 06:10:09 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=cytopia <[email protected]>
2020-01-10 06:10:10 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=cytopia
2020-01-10 06:10:10 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=MIT
2020-01-10 06:10:10 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/cytopia/docker-ansible
2020-01-10 06:10:10 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://github.com/cytopia/docker-ansible
2020-01-10 06:10:10 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/cytopia/docker-ansible
2020-01-10 06:10:10 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=Ansible 2.8 awskops
2020-01-10 06:10:10 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Ansible 2.8 awskops
2020-01-10 06:10:11 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=Ansible 2.8 awskops
2020-01-10 06:10:14 UTC/bin/sh -c #(nop) COPY dir:a4e8a8ff3f284541d450c56c7885b6947c4a65714235546bbae0a5ad2176a4c7 in /usr/lib/python3.6/site-packages/
2020-01-10 06:10:16 UTC/bin/sh -c #(nop) COPY file:babf49c839fb42037e12dbe93a9c1361745709fb5544de0f1b318161256f7827 in /usr/bin/ansible
2020-01-10 06:10:16 UTC/bin/sh -c #(nop) COPY file:ad3c0f264270747b145243ae356692401eabe73f93f82e2d6a48a1f8315bb454 in /usr/bin/ansible-connection
2020-01-10 06:10:16 UTC/bin/sh -c #(nop) COPY file:9f6cca8487e92e1090dc0f50f1e20ea5bbdeb508505e5659971225045b94ee71 in /usr/bin/aws
2020-01-10 06:10:16 UTC/bin/sh -c #(nop) COPY file:b7735ea2b87f5659dd374c5e5cbe32860549543e04733aad813e7655d47fc9ca in /usr/bin/aws-iam-authenticator
2020-01-10 06:10:17 UTC/bin/sh -c #(nop) COPY file:c6704f227a9f1def183435bba23cc5bcf9a77a4d843f3528fecb204e3aebee11 in /usr/bin/kubectl
2020-01-10 06:10:18 UTC/bin/sh -c #(nop) COPY file:abc212dd7d1bb7a5ded1bc7a0b4cca5ff2e9425d916ef41beaf84d5a41a61af8 in /usr/bin/kops
2020-01-10 06:10:19 UTC/bin/sh -c #(nop) ENV MY_USER=ansible MY_GROUP=ansible MY_UID=1000 MY_GID=1000
2020-01-10 06:10:23 UTC|1 VERSION=2.8 /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-01-10 06:10:23 UTC/bin/sh -c #(nop) COPY file:04080df4805d0af8a76f52489a1e504f24cd1750aa296f8ae828ae37964a726c in /docker-entrypoint.sh
2020-01-10 06:10:23 UTC/bin/sh -c #(nop) WORKDIR /data
2020-01-10 06:10:24 UTC/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]
2020-01-10 06:10:24 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2020-01-10 06:10:24 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2020-01-10 06:08:08+00:00
2020-01-10 06:10:24 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=a14f356cad5a5b22de8c42e61c9e584f71defcda
2020-01-10 06:10:24 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=2.8-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.