2020-01-09 15:43:08 UTC
64.3 MB
1000
MY_GROUPansible
MY_UID1000
MY_USERansible
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:e7c96db7181be991f19a9fb6975cdbbd73c65f4a2681348e63a141a2192a5f10 - 4.09% (2.63 MB)
[#001] sha256:29bcc75793438a3d30e375fd2bd866815ba04410055a4a4b2d6649f6bfc84d9b - 27.62% (17.7 MB)
[#002] sha256:dac135f677e651e35d60db6ef8f56a96d2e5f33368bcee8647c06fae6fc8b49d - 0.0% (2.04 KB)
[#003] sha256:39620cca5677845194c795130f49c435c41430f62b24a15d9a7c36612f02729e - 0.01% (4.03 KB)
[#004] sha256:26325a67edada69ea136301d19e289f62ab56e8be754e7fe7bdd5d08f1470663 - 0.0% (659 Bytes)
[#005] sha256:cc8b61779baa42de44403d927a2c04b45af6d1ef993825930688e4a580682e91 - 10.31% (6.62 MB)
[#006] sha256:1499419f065f9fa42c250ce139a6379954d4e1ef6dc9f8b7598ef7c45628b8a5 - 19.61% (12.6 MB)
[#007] sha256:fa85450f61426a5af0e11a9392f3a44325cc02592307462da6949941b8d01a60 - 38.36% (24.7 MB)
[#008] sha256:6452150f56270ee700dad07ff287783c07ba7be290b31dcc524248c64e0aa715 - 0.0% (1.66 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-09 15:42:56 UTC/bin/sh -c #(nop) ARG VERSION
2020-01-09 15:42:56 UTC/bin/sh -c #(nop) LABEL maintainer=cytopia <[email protected]>
2020-01-09 15:42:56 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=cytopia <[email protected]>
2020-01-09 15:42:56 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=cytopia
2020-01-09 15:42:56 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=MIT
2020-01-09 15:42:56 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/cytopia/docker-ansible
2020-01-09 15:42:56 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://github.com/cytopia/docker-ansible
2020-01-09 15:42:57 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/cytopia/docker-ansible
2020-01-09 15:42:57 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=Ansible 2.4 awsk8s
2020-01-09 15:42:57 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Ansible 2.4 awsk8s
2020-01-09 15:42:57 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=Ansible 2.4 awsk8s
2020-01-09 15:43:00 UTC/bin/sh -c #(nop) COPY dir:409cbc90cc8ef040e696e7a84b1af2d86ed664db9c64f2b355e8e908094cd594 in /usr/lib/python3.6/site-packages/
2020-01-09 15:43:01 UTC/bin/sh -c #(nop) COPY file:78cecbd0deeb7855588faebae84e53739c3ab0b95ac777d1bf4a59dae955be27 in /usr/bin/ansible
2020-01-09 15:43:01 UTC/bin/sh -c #(nop) COPY file:53fe10d058172d86b0f4d4312c83693ce6ec06b81b4e1eb6aecf417a3addab4a in /usr/bin/ansible-connection
2020-01-09 15:43:02 UTC/bin/sh -c #(nop) COPY file:9f6cca8487e92e1090dc0f50f1e20ea5bbdeb508505e5659971225045b94ee71 in /usr/bin/aws
2020-01-09 15:43:02 UTC/bin/sh -c #(nop) COPY file:b7735ea2b87f5659dd374c5e5cbe32860549543e04733aad813e7655d47fc9ca in /usr/bin/aws-iam-authenticator
2020-01-09 15:43:03 UTC/bin/sh -c #(nop) COPY file:c6704f227a9f1def183435bba23cc5bcf9a77a4d843f3528fecb204e3aebee11 in /usr/bin/kubectl
2020-01-09 15:43:03 UTC/bin/sh -c #(nop) ENV MY_USER=ansible MY_GROUP=ansible MY_UID=1000 MY_GID=1000
2020-01-09 15:43:07 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-01-09 15:43:07 UTC/bin/sh -c #(nop) COPY file:04080df4805d0af8a76f52489a1e504f24cd1750aa296f8ae828ae37964a726c in /docker-entrypoint.sh
2020-01-09 15:43:08 UTC/bin/sh -c #(nop) WORKDIR /data
2020-01-09 15:43:08 UTC/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]
2020-01-09 15:43:08 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2020-01-09 15:43:08 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2020-01-09 15:40:02+00:00
2020-01-09 15:43:08 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=db051caba31e19759f3dd4dc64a7eddb558b76ee
2020-01-09 15:43:08 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=2.4-awsk8s
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.