2020-03-22 11:22:31 UTC
80.6 MB
1000
MY_GROUPansible
MY_UID1000
MY_USERansible
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:9123ac7c32f74759e6283f04dbf571f18246abe5bb2c779efcb32cd50f3ff13c - 3.27% (2.64 MB)
[#001] sha256:23156d7d7db8dee0f02380bed0f4a5ed259a7f0400bc0020fa823a8dfa0e4179 - 23.7% (19.1 MB)
[#002] sha256:021f2191dadd12bfb27e2485f0aeeb4acb96be06a6667d93f359706fa975130f - 0.0% (2.43 KB)
[#003] sha256:84f69e5740640368c65096c4933e57cfa005f343f4ea84550a45ccd3078796a0 - 0.0% (3.35 KB)
[#004] sha256:7cdc18da76ed3ab612efd2db65d902f99754898bad6842801409e790ce76370c - 0.0% (656 Bytes)
[#005] sha256:b66b1b5509d8017df218df57d8c5e8a38c534c33fbe4bbd0f2140147cba8d5dd - 12.97% (10.4 MB)
[#006] sha256:0fa16e1bb3dccce07afbf3b2c0c07577b50bea171c337afdf2ec35caab053d70 - 15.64% (12.6 MB)
[#007] sha256:38756d3da59b1d63081f6430fa1e0d4bbac9d9e6151baa7ed46db0edc659e5b1 - 13.82% (11.1 MB)
[#008] sha256:49afabdc27a811f385fe1c1df7c1f2746cdca0d982e53a26473ed593e258f879 - 30.59% (24.7 MB)
[#009] sha256:e428830af7114cd8f3fe58e98d24ac3cff8cc8b27529a9392f5a9103c4143554 - 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 11:22:16 UTC/bin/sh -c #(nop) ARG VERSION
2020-03-22 11:22:16 UTC/bin/sh -c #(nop) LABEL maintainer=cytopia <[email protected]>
2020-03-22 11:22:16 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=cytopia <[email protected]>
2020-03-22 11:22:17 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=cytopia
2020-03-22 11:22:17 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=MIT
2020-03-22 11:22:17 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/cytopia/docker-ansible
2020-03-22 11:22:17 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://github.com/cytopia/docker-ansible
2020-03-22 11:22:17 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/cytopia/docker-ansible
2020-03-22 11:22:17 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=Ansible 2.6 awshelm
2020-03-22 11:22:18 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Ansible 2.6 awshelm
2020-03-22 11:22:18 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=Ansible 2.6 awshelm
2020-03-22 11:22:21 UTC/bin/sh -c #(nop) COPY dir:665bd26cdcb834a9eceae6e591da8a928a87f4021ca42ddcc25ab302a48e0cf8 in /usr/lib/python3.6/site-packages/
2020-03-22 11:22:22 UTC/bin/sh -c #(nop) COPY file:e335f3b39f22e95e4ad9888ea456832d0666373d9c3461019c873bcc82a64aae in /usr/bin/ansible
2020-03-22 11:22:23 UTC/bin/sh -c #(nop) COPY file:82bdb2d64801d2df18398f6eba63ddb9a5ac019a3022e5243e56d251d7999db5 in /usr/bin/ansible-connection
2020-03-22 11:22:23 UTC/bin/sh -c #(nop) COPY file:9f6cca8487e92e1090dc0f50f1e20ea5bbdeb508505e5659971225045b94ee71 in /usr/bin/aws
2020-03-22 11:22:23 UTC/bin/sh -c #(nop) COPY file:39faff918d0ca99c235abb6d86dceeb9616a812e43f95c0cfc1d9a03a806bd6c in /usr/bin/aws-iam-authenticator
2020-03-22 11:22:24 UTC/bin/sh -c #(nop) COPY file:883ffe41cb83a1aa814cc153a4d303ad4f710f448ee3b6848a982f18f61be14c in /usr/bin/kubectl
2020-03-22 11:22:25 UTC/bin/sh -c #(nop) COPY file:aebc4346ddb666a0414e17a4061ec0a571645d590e1abbeb596f5348ffecd7d8 in /usr/bin/helm
2020-03-22 11:22:26 UTC/bin/sh -c #(nop) ENV MY_USER=ansible MY_GROUP=ansible MY_UID=1000 MY_GID=1000
2020-03-22 11:22:29 UTC|1 VERSION=2.6 /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-03-22 11:22:30 UTC/bin/sh -c #(nop) COPY file:04080df4805d0af8a76f52489a1e504f24cd1750aa296f8ae828ae37964a726c in /docker-entrypoint.sh
2020-03-22 11:22:30 UTC/bin/sh -c #(nop) WORKDIR /data
2020-03-22 11:22:30 UTC/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]
2020-03-22 11:22:30 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2020-03-22 11:22:30 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2020-03-22 11:19:24+00:00
2020-03-22 11:22:31 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=24f0d007cd5ebd77d06739ce3bed96242452cca9
2020-03-22 11:22:31 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=2.6-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.