2020-03-22 16:56:18 UTC
83.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.15% (2.64 MB)
[#001] sha256:904159517e17814604f7ce2bd9673bc509726a7ce81c7bc4a16def78c0ad77df - 25.86% (21.6 MB)
[#002] sha256:2d30a5769e6a34b4483fe5fdebcef8bff6ff06b996aa1381f4c64374d5bb454d - 0.0% (2.42 KB)
[#003] sha256:9ddd6be5093a771896395b42c7e29ca6b633124f896c2aa061494cc6979a110a - 0.0% (3.67 KB)
[#004] sha256:4ae99985f991aa44f82df14497ac5bce4e307f375dabbba2485a44c7826c3a9b - 0.0% (658 Bytes)
[#005] sha256:4f9973e37f8f63e5523335cfffeeb5fb40f4ee17c77a3ed9175dc337760d8a0e - 12.49% (10.4 MB)
[#006] sha256:b4cffecc074a845afb2ed6fcca4ef53e7eb0babd1ddd699d0a6aa36650d7a00d - 15.06% (12.6 MB)
[#007] sha256:a6f7c5cd26699a71440f08b0b74c921043f00c263566477f034115033c7da848 - 13.96% (11.7 MB)
[#008] sha256:818fe21b08160ee5cc4591259e49467c021a6e30693dec649c050e4d006946a1 - 29.47% (24.7 MB)
[#009] sha256:44bf2d570bb95c7771600ca13cd022856e9c2289296b2ba503984ada38f56dd4 - 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 16:56:03 UTC/bin/sh -c #(nop) ARG VERSION
2020-03-22 16:56:03 UTC/bin/sh -c #(nop) LABEL maintainer=cytopia <[email protected]>
2020-03-22 16:56:03 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=cytopia <[email protected]>
2020-03-22 16:56:04 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=cytopia
2020-03-22 16:56:04 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=MIT
2020-03-22 16:56:04 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/cytopia/docker-ansible
2020-03-22 16:56:04 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://github.com/cytopia/docker-ansible
2020-03-22 16:56:04 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/cytopia/docker-ansible
2020-03-22 16:56:04 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=Ansible latest awshelm
2020-03-22 16:56:04 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Ansible latest awshelm
2020-03-22 16:56:05 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=Ansible latest awshelm
2020-03-22 16:56:09 UTC/bin/sh -c #(nop) COPY dir:60b72ca0818e3c35bee0a7b8951ce4b06999377e8fa1d36961f00b7eca9cb976 in /usr/lib/python3.6/site-packages/
2020-03-22 16:56:10 UTC/bin/sh -c #(nop) COPY file:6fd80eddb831cd0b21b02e432974e940d0a1cbbc105da3a3ecdd74c0e1051882 in /usr/bin/ansible
2020-03-22 16:56:11 UTC/bin/sh -c #(nop) COPY file:cd026bf0678857947f229eee48e1acada8ffaff599ddb8da1ec8f0eb47c92775 in /usr/bin/ansible-connection
2020-03-22 16:56:11 UTC/bin/sh -c #(nop) COPY file:9f6cca8487e92e1090dc0f50f1e20ea5bbdeb508505e5659971225045b94ee71 in /usr/bin/aws
2020-03-22 16:56:11 UTC/bin/sh -c #(nop) COPY file:39faff918d0ca99c235abb6d86dceeb9616a812e43f95c0cfc1d9a03a806bd6c in /usr/bin/aws-iam-authenticator
2020-03-22 16:56:12 UTC/bin/sh -c #(nop) COPY file:883ffe41cb83a1aa814cc153a4d303ad4f710f448ee3b6848a982f18f61be14c in /usr/bin/kubectl
2020-03-22 16:56:13 UTC/bin/sh -c #(nop) COPY file:64a34f3d11bcd03d86764d5c95efe5c23d71f170d3dbe5c34f392d77ff3b3f59 in /usr/bin/helm
2020-03-22 16:56:13 UTC/bin/sh -c #(nop) ENV MY_USER=ansible MY_GROUP=ansible MY_UID=1000 MY_GID=1000
2020-03-22 16:56:17 UTC|1 VERSION=latest /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 16:56:18 UTC/bin/sh -c #(nop) COPY file:04080df4805d0af8a76f52489a1e504f24cd1750aa296f8ae828ae37964a726c in /docker-entrypoint.sh
2020-03-22 16:56:18 UTC/bin/sh -c #(nop) WORKDIR /data
2020-03-22 16:56:18 UTC/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]
2020-03-22 16:56:18 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2020-03-22 16:56:18 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2020-03-22 16:54:17+00:00
2020-03-22 16:56:18 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=73afd06fb6788b2ab9f328076b41c9d71b01eb03
2020-03-22 16:56:18 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=latest-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.