2020-01-10 05:01:11 UTC
77.2 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.4% (2.63 MB)
[#001] sha256:8592e5fb38e452284383b2415fb21c516bacf07a86601d620b2f72adcdb417aa - 25.36% (19.6 MB)
[#002] sha256:abad0abcaddd1b51b8aba7637dd28cdad4c9aee23ad5afa2658ca1def0028a8b - 0.0% (2.43 KB)
[#003] sha256:9f687e2f08aa716a10a6f3d95dd0066085f1e7189a092c9ef751d9540cbda033 - 0.0% (3.5 KB)
[#004] sha256:ac6ee5f53b0140199ff5a0a61f533ca4c91cb349a39c7c5d6f41fc7c12a066ff - 0.0% (657 Bytes)
[#005] sha256:e26d9a66305f2058b15cc69e19c5f5a3fb5d59eeff8a58b3b84bb1585e751d98 - 8.58% (6.62 MB)
[#006] sha256:1d18920e4c5fb68431efe2ea0cf09eb9449df5cdba685d8fe73ef3d714ac44f8 - 16.31% (12.6 MB)
[#007] sha256:9c0cd8036b941eb7de57d371f6b21c0dacde620e11e8190791b2db0e8cbdcf13 - 14.42% (11.1 MB)
[#008] sha256:81c4c255ca2a937cde675ab535ebc0967331982cbf715c2c0a8035b188ad57aa - 31.92% (24.7 MB)
[#009] sha256:974997764781a808a27101ae5bf4e8dc7a57bd4c11ab839d07dc1fb6e3825513 - 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 05:00:55 UTC/bin/sh -c #(nop) ARG VERSION
2020-01-10 05:00:56 UTC/bin/sh -c #(nop) LABEL maintainer=cytopia <[email protected]>
2020-01-10 05:00:56 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=cytopia <[email protected]>
2020-01-10 05:00:56 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=cytopia
2020-01-10 05:00:56 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=MIT
2020-01-10 05:00:56 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/cytopia/docker-ansible
2020-01-10 05:00:56 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://github.com/cytopia/docker-ansible
2020-01-10 05:00:57 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/cytopia/docker-ansible
2020-01-10 05:00:57 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=Ansible 2.7 awshelm
2020-01-10 05:00:57 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Ansible 2.7 awshelm
2020-01-10 05:00:57 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=Ansible 2.7 awshelm
2020-01-10 05:01:01 UTC/bin/sh -c #(nop) COPY dir:8406a927947d9eb2a6807bc2d956e52d593ba87ef068e7b23a153ce9af36aeba in /usr/lib/python3.6/site-packages/
2020-01-10 05:01:02 UTC/bin/sh -c #(nop) COPY file:e335f3b39f22e95e4ad9888ea456832d0666373d9c3461019c873bcc82a64aae in /usr/bin/ansible
2020-01-10 05:01:02 UTC/bin/sh -c #(nop) COPY file:f1dff139aa6f310921504b51b2ca32f89efbd7f4c49f9e6e9e8acb0439e17fe2 in /usr/bin/ansible-connection
2020-01-10 05:01:02 UTC/bin/sh -c #(nop) COPY file:9f6cca8487e92e1090dc0f50f1e20ea5bbdeb508505e5659971225045b94ee71 in /usr/bin/aws
2020-01-10 05:01:03 UTC/bin/sh -c #(nop) COPY file:b7735ea2b87f5659dd374c5e5cbe32860549543e04733aad813e7655d47fc9ca in /usr/bin/aws-iam-authenticator
2020-01-10 05:01:04 UTC/bin/sh -c #(nop) COPY file:c6704f227a9f1def183435bba23cc5bcf9a77a4d843f3528fecb204e3aebee11 in /usr/bin/kubectl
2020-01-10 05:01:04 UTC/bin/sh -c #(nop) COPY file:aebc4346ddb666a0414e17a4061ec0a571645d590e1abbeb596f5348ffecd7d8 in /usr/bin/helm
2020-01-10 05:01:05 UTC/bin/sh -c #(nop) ENV MY_USER=ansible MY_GROUP=ansible MY_UID=1000 MY_GID=1000
2020-01-10 05:01:10 UTC|1 VERSION=2.7 /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 /home/ansible/.helm && chown ansible:ansible /home/ansible/.helm && chmod 0755 /home/ansible/.helm && 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 05:01:10 UTC/bin/sh -c #(nop) COPY file:04080df4805d0af8a76f52489a1e504f24cd1750aa296f8ae828ae37964a726c in /docker-entrypoint.sh
2020-01-10 05:01:11 UTC/bin/sh -c #(nop) WORKDIR /data
2020-01-10 05:01:11 UTC/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]
2020-01-10 05:01:11 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2020-01-10 05:01:11 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2020-01-10 04:57:56+00:00
2020-01-10 05:01:11 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=a14f356cad5a5b22de8c42e61c9e584f71defcda
2020-01-10 05:01:11 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=2.7-awshelm
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.