2021-04-29 01:06:07 UTC
116 MB
1000
MY_GROUPansible
MY_UID1000
MY_USERansible
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:540db60ca9383eac9e418f78490994d0af424aab7bf6d0e47ac8ed4e2e9bcbba - 2.32% (2.68 MB)
[#001] sha256:6063852b1e5c04519c29c587a1b03ed5edee4a58e1f21ad2114250da76cac8d8 - 9.71% (11.2 MB)
[#002] sha256:f146858fed731ee45a71299eccba0a8212af0a4108d691910f766e1dffd098d2 - 9.97% (11.5 MB)
[#003] sha256:b086a9f3856b2a367f3769f465ab9abf88a8f69ca101404c6016e4ccede76778 - 0.0% (2.21 KB)
[#004] sha256:f5c386c25a219d3629c9e4a36f0ddd66e76ec0c3ed9ea86a36eb79edd63bf29d - 0.0% (3.6 KB)
[#005] sha256:35329d006eb4e16359259eb4db2a9b6e650e8c1153ed1bbf6e1d8237d4fc8b0b - 0.0% (93 Bytes)
[#006] sha256:7387be4e0c9925523e3144b97b00470a0d517da8269941d60b9be9a760b8545a - 0.0% (1.25 KB)
[#007] sha256:e6821e82dec5ec76b0db14c5e66b18997dcbd8424ed6c61715e29d6719a26811 - 13.79% (15.9 MB)
[#008] sha256:0235d851a41c30c9ee27732820c92a3c58e8eca50ad22c8b7570b5560ba77761 - 0.33% (385 KB)
[#009] sha256:b6fa628f22229168db2496918caa7dcb068d79d34dde74858ea5dbbd90a233cc - 2.83% (3.27 MB)
[#010] sha256:d7a58760c4f90684dd0e549592817491ab39fd5cf7c30214f92cdcb7054c542a - 0.0% (1.65 KB)
[#011] sha256:3dfc0c1c57c7241b42148ead7d0e885d71471bc073b326c5306e9011176d8257 - 8.83% (10.2 MB)
[#012] sha256:7fce93c8645b985e89bc19dc81351518d58a5006adc7ccfccde6e0c7e6287f2c - 0.0% (654 Bytes)
[#013] sha256:26245e71f4f1046732a337b355a24344a415dd767d2ce6b3daca0cf45db67ab7 - 9.51% (11 MB)
[#014] sha256:8f486e01eddad21298868d58be01998f425df6675571e5f24d451ecbed12a45c - 2.08% (2.4 MB)
[#015] sha256:28e042009103b07f900adc212c6c46c635bf8d1617f3de1761870ef26f60f059 - 11.15% (12.9 MB)
[#016] sha256:c104ea07b188c5154695abff091edadc78d192e50d55d7f087ea219743edf5b3 - 18.4% (21.3 MB)
[#017] sha256:cefe168cd1ac94824791b578170132cac1b2a2cf1061e309e8cc86c5f4a2e000 - 0.0% (223 Bytes)
[#018] sha256:20d412610ad1d82796621cb6faf1fe20977df72c3e2cd7b5f2842d263bd470c6 - 11.08% (12.8 MB)
/bin/sh -c #(nop) ADD file:8ec69d882e7f29f0652d537557160e638168550f738d0d49f90a7ef96bf31787 in /
2021-04-14 19:19:39 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2021-04-29 01:03:14 UTC/bin/sh -c #(nop) ARG VERSION
2021-04-29 01:03:15 UTC/bin/sh -c #(nop) LABEL maintainer=cytopia <[email protected]>
2021-04-29 01:03:16 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=cytopia <[email protected]>
2021-04-29 01:03:17 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=cytopia
2021-04-29 01:03:18 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=MIT
2021-04-29 01:03:19 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/cytopia/docker-ansible
2021-04-29 01:03:20 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://github.com/cytopia/docker-ansible
2021-04-29 01:03:21 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/cytopia/docker-ansible
2021-04-29 01:03:22 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=Ansible 2.8 base
2021-04-29 01:03:23 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Ansible 2.8 base
2021-04-29 01:03:24 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=Ansible 2.8 base
2021-04-29 01:03:27 UTC|1 VERSION=2.8 /bin/sh -c set -eux && apk add --no-cache py3-pip 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
2021-04-29 01:03:31 UTC/bin/sh -c #(nop) COPY dir:48ea5d2a40cef9704d0a067ce5dd979028b20b0c0e01bb3b2a46c3e915d2e52c in /usr/lib/python3.8/site-packages/
2021-04-29 01:03:32 UTC/bin/sh -c #(nop) COPY file:a2b7be9e79a6aac0aa659b9b00a12286d6e00bc30e0785b464d9fd5ebdf2e22e in /usr/bin/ansible
2021-04-29 01:03:33 UTC/bin/sh -c #(nop) COPY file:ef69b0f798d0161baa7e83a75607328fd8887f3b7d7b304e9eebc5cad96902c9 in /usr/bin/ansible-connection
2021-04-29 01:03:33 UTC/bin/sh -c #(nop) WORKDIR /data
2021-04-29 01:03:34 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2021-04-29 01:03:35 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-04-29 01:02:45+00:00
2021-04-29 01:03:36 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=301748eff90fdda33d03f2170b7ec5757363e03a
2021-04-29 01:03:37 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=2.8
2021-04-29 01:03:43 UTC/bin/sh -c #(nop) ARG VERSION
2021-04-29 01:03:44 UTC/bin/sh -c #(nop) LABEL maintainer=cytopia <[email protected]>
2021-04-29 01:03:45 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=cytopia <[email protected]>
2021-04-29 01:03:46 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=cytopia
2021-04-29 01:03:47 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=MIT
2021-04-29 01:03:48 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/cytopia/docker-ansible
2021-04-29 01:03:49 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://github.com/cytopia/docker-ansible
2021-04-29 01:03:50 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/cytopia/docker-ansible
2021-04-29 01:03:51 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=Ansible 2.8 tools
2021-04-29 01:03:52 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Ansible 2.8 tools
2021-04-29 01:03:53 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=Ansible 2.8 tools
2021-04-29 01:03:54 UTC/bin/sh -c #(nop) ENV MY_USER=ansible MY_GROUP=ansible MY_UID=1000 MY_GID=1000
2021-04-29 01:03:55 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
2021-04-29 01:03:58 UTC|1 VERSION=2.8 /bin/sh -c set -eux && apk add --no-cache bash git gnupg jq openssh-client
2021-04-29 01:03:59 UTC/bin/sh -c #(nop) COPY dir:3eaf1cc2bb03eea50eee0fa0baa29c044433615790e214fb6d03d72b245d5982 in /usr/lib/python3.8/site-packages/
2021-04-29 01:04:00 UTC/bin/sh -c #(nop) COPY file:00e7cc4b79c99ac723506bf2422688e9f44da3bf4dab035c40f6d394afb619c5 in /usr/bin/yq
2021-04-29 01:04:01 UTC/bin/sh -c #(nop) COPY file:84fa3c74c3b955b23aaa3fdd4019fe608bf90ad2c31f7c3a6e6b5d3524e605ad in /docker-entrypoint.sh
2021-04-29 01:04:01 UTC/bin/sh -c #(nop) WORKDIR /data
2021-04-29 01:04:02 UTC/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]
2021-04-29 01:04:03 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2021-04-29 01:04:04 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-04-29 01:03:38+00:00
2021-04-29 01:04:05 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=301748eff90fdda33d03f2170b7ec5757363e03a
2021-04-29 01:04:06 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=2.8
2021-04-29 01:04:28 UTC/bin/sh -c #(nop) ARG VERSION
2021-04-29 01:04:29 UTC/bin/sh -c #(nop) LABEL maintainer=cytopia <[email protected]>
2021-04-29 01:04:30 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=cytopia <[email protected]>
2021-04-29 01:04:31 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=cytopia
2021-04-29 01:04:32 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=MIT
2021-04-29 01:04:33 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/cytopia/docker-ansible
2021-04-29 01:04:34 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://github.com/cytopia/docker-ansible
2021-04-29 01:04:35 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/cytopia/docker-ansible
2021-04-29 01:04:36 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=Ansible 2.8 aws
2021-04-29 01:04:37 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Ansible 2.8 aws
2021-04-29 01:04:38 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=Ansible 2.8 aws
2021-04-29 01:04:43 UTC/bin/sh -c #(nop) COPY dir:0f4ae552fc7884a68051982299c3bacad7b1b2f90fcd988281d2f189e5105c3b in /usr/lib/python3.8/site-packages/
2021-04-29 01:04:44 UTC/bin/sh -c #(nop) COPY file:b22bee2588730be0cd9e6a29dff9693694bc873d4faabbcccdb6521a22042844 in /usr/bin/aws
2021-04-29 01:04:45 UTC/bin/sh -c #(nop) COPY file:2429279e26978b1e6a5d350f90c3a3b4c921f9fdc547dc5b97ce6617d9b6f815 in /usr/bin/aws-iam-authenticator
2021-04-29 01:04:46 UTC/bin/sh -c #(nop) WORKDIR /data
2021-04-29 01:04:47 UTC/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]
2021-04-29 01:04:47 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2021-04-29 01:04:48 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-04-29 01:04:07+00:00
2021-04-29 01:04:49 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=301748eff90fdda33d03f2170b7ec5757363e03a
2021-04-29 01:04:50 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=2.8
2021-04-29 01:05:21 UTC/bin/sh -c #(nop) ARG VERSION
2021-04-29 01:05:21 UTC/bin/sh -c #(nop) LABEL maintainer=cytopia <[email protected]>
2021-04-29 01:05:22 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=cytopia <[email protected]>
2021-04-29 01:05:23 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=cytopia
2021-04-29 01:05:24 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=MIT
2021-04-29 01:05:25 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/cytopia/docker-ansible
2021-04-29 01:05:26 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://github.com/cytopia/docker-ansible
2021-04-29 01:05:27 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/cytopia/docker-ansible
2021-04-29 01:05:28 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=Ansible 2.8 awsk8s
2021-04-29 01:05:29 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Ansible 2.8 awsk8s
2021-04-29 01:05:30 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=Ansible 2.8 awsk8s
2021-04-29 01:05:32 UTC/bin/sh -c #(nop) COPY dir:53e40261ec3182b604db582e3d2c236a69730a8a6b08a7f9334dcbf8ff38ff52 in /usr/lib/python3.8/site-packages/
2021-04-29 01:05:34 UTC/bin/sh -c #(nop) COPY file:aea6f8d1ef7446f58548c92f9b4a217927fe651200a83b7b594a190c5bfe6144 in /usr/bin/kubectl
2021-04-29 01:05:36 UTC/bin/sh -c #(nop) COPY file:799121b892200365071acbc25742aeb2b22ee3b36a73d208b8b39060fa8205c6 in /usr/bin/oc-dynamically-linked
2021-04-29 01:05:37 UTC/bin/sh -c #(nop) COPY file:f7146bccd89100ec3be2d53333aba5cb5f0adccbadb0f38309f99a4a92718c48 in /usr/bin/oc
2021-04-29 01:05:38 UTC/bin/sh -c #(nop) WORKDIR /data
2021-04-29 01:05:38 UTC/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]
2021-04-29 01:05:39 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2021-04-29 01:05:40 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-04-29 01:04:51+00:00
2021-04-29 01:05:41 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=301748eff90fdda33d03f2170b7ec5757363e03a
2021-04-29 01:05:42 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=2.8
2021-04-29 01:05:51 UTC/bin/sh -c #(nop) ARG VERSION
2021-04-29 01:05:51 UTC/bin/sh -c #(nop) LABEL maintainer=cytopia <[email protected]>
2021-04-29 01:05:52 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=cytopia <[email protected]>
2021-04-29 01:05:53 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=cytopia
2021-04-29 01:05:54 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=MIT
2021-04-29 01:05:55 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/cytopia/docker-ansible
2021-04-29 01:05:56 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://github.com/cytopia/docker-ansible
2021-04-29 01:05:57 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/cytopia/docker-ansible
2021-04-29 01:05:58 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=Ansible 2.8 awshelm
2021-04-29 01:05:59 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Ansible 2.8 awshelm
2021-04-29 01:06:00 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=Ansible 2.8 awshelm
2021-04-29 01:06:02 UTC/bin/sh -c #(nop) COPY file:e8c0f8a172cd2891508643ca0619fe3a27ecf37222ae17e204a6a4467b3dce62 in /usr/bin/helm
2021-04-29 01:06:03 UTC/bin/sh -c #(nop) WORKDIR /data
2021-04-29 01:06:03 UTC/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]
2021-04-29 01:06:04 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2021-04-29 01:06:05 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-04-29 01:05:43+00:00
2021-04-29 01:06:06 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=301748eff90fdda33d03f2170b7ec5757363e03a
2021-04-29 01:06:07 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=2.8
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.