2020-03-22 20:57:02 UTC
60.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 - 4.37% (2.64 MB)
[#001] sha256:dfe114f2748a63c7a718321dc1a8b41293228431184634a9f0d662a64d25509c - 32.37% (19.5 MB)
[#002] sha256:798af60e5223a07b78fbedcab7d3f7e8b942f916eaff99ac738f668e68af3d06 - 0.0% (2.22 KB)
[#003] sha256:684049516474351aaa08b7bacbedb214a58d85c995ecee25c77cdeb0b84d6e44 - 0.01% (3.61 KB)
[#004] sha256:9eda77cb9c7096ccb03340c23274764d47b9c775d130d77fa5dfb251a358c40a - 5.0% (3.01 MB)
[#005] sha256:16af373ec3e1857dcf430bf723524b24c308f6c9efca21c26ec3fad316b0c667 - 0.0% (657 Bytes)
[#006] sha256:cd4939947f148f6c7693267520239a20efe89548575a95d1901c1ee217632863 - 17.33% (10.4 MB)
[#007] sha256:2077cfcee825999714ba6888ffe17d7c34db4de81537a239d656430ef23289d3 - 40.91% (24.7 MB)
[#008] sha256:034614a7ddbd380247fb7ebaa0554fbe1ed4c764711eab1d98ff59bfbad61dd0 - 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 20:56:48 UTC/bin/sh -c #(nop) ARG VERSION
2020-03-22 20:56:48 UTC/bin/sh -c #(nop) LABEL maintainer=cytopia <[email protected]>
2020-03-22 20:56:48 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=cytopia <[email protected]>
2020-03-22 20:56:48 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=cytopia
2020-03-22 20:56:48 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=MIT
2020-03-22 20:56:48 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/cytopia/docker-ansible
2020-03-22 20:56:49 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://github.com/cytopia/docker-ansible
2020-03-22 20:56:49 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/cytopia/docker-ansible
2020-03-22 20:56:49 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=Ansible 2.8 aws
2020-03-22 20:56:49 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Ansible 2.8 aws
2020-03-22 20:56:49 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=Ansible 2.8 aws
2020-03-22 20:56:53 UTC/bin/sh -c #(nop) COPY dir:421125a0228606a2050804ef4822f50a9408fed358cbce14751cc166293d934c in /usr/lib/python3.6/site-packages/
2020-03-22 20:56:54 UTC/bin/sh -c #(nop) COPY file:babf49c839fb42037e12dbe93a9c1361745709fb5544de0f1b318161256f7827 in /usr/bin/ansible
2020-03-22 20:56:55 UTC/bin/sh -c #(nop) COPY file:ad3c0f264270747b145243ae356692401eabe73f93f82e2d6a48a1f8315bb454 in /usr/bin/ansible-connection
2020-03-22 20:56:55 UTC/bin/sh -c #(nop) COPY file:5bda75fbe3dfbcd78b599e2a9fc7abd113fa3a92463b7cd8e4edfdc0385b5844 in /usr/bin/yq
2020-03-22 20:56:55 UTC/bin/sh -c #(nop) COPY file:9f6cca8487e92e1090dc0f50f1e20ea5bbdeb508505e5659971225045b94ee71 in /usr/bin/aws
2020-03-22 20:56:56 UTC/bin/sh -c #(nop) COPY file:39faff918d0ca99c235abb6d86dceeb9616a812e43f95c0cfc1d9a03a806bd6c in /usr/bin/aws-iam-authenticator
2020-03-22 20:56:56 UTC/bin/sh -c #(nop) ENV MY_USER=ansible MY_GROUP=ansible MY_UID=1000 MY_GID=1000
2020-03-22 20:57:00 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-03-22 20:57:01 UTC/bin/sh -c #(nop) COPY file:04080df4805d0af8a76f52489a1e504f24cd1750aa296f8ae828ae37964a726c in /docker-entrypoint.sh
2020-03-22 20:57:01 UTC/bin/sh -c #(nop) WORKDIR /data
2020-03-22 20:57:01 UTC/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]
2020-03-22 20:57:01 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2020-03-22 20:57:01 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2020-03-22 20:55:22+00:00
2020-03-22 20:57:02 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=2813da4e4772279c2f233ff17fdabe5ca74fe009
2020-03-22 20:57:02 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=2.8-aws
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.