2021-10-24 14:18:30 UTC
203 MB
1000
MY_GROUPansible
MY_UID1000
MY_USERansible
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:4e9f2cdf438714c2c4533e28c6c41a89cc6c1b46cf77e54c488db30ca4f5b6f3 - 1.32% (2.68 MB)
[#001] sha256:a22f9a928f735fb1223140988b7510dd26f7d3201df2b6503bf16a1b0d1f29c1 - 5.58% (11.3 MB)
[#002] sha256:aeb2b4821e94ddedc6a80c006747e9e759f7a59e6ee16cffc0f105e48e6aee67 - 23.98% (48.6 MB)
[#003] sha256:58b5cc702e1cf1b0ec23f8e2a2beaad7b1149d1641adcdd1ecad5ded5fcd95d7 - 0.0% (2.56 KB)
[#004] sha256:f29169561d954528598b04b102ad96757ba250bcaf12eef06034870c565c5fc5 - 0.0% (3.85 KB)
[#005] sha256:b96f781b798a934f2069d52ffe99938775618ebe1468e22b5586a0aa66209fe8 - 13.49% (27.3 MB)
[#006] sha256:ca9ee3f3a544be552e275063a449ed16ceb604c89ab46f737d5868abfa41a039 - 0.0% (93 Bytes)
[#007] sha256:5640fe31fcdddd2f89f0befa492361bb869747e40c974b8777255ebab1c1e6cd - 0.0% (1.25 KB)
[#008] sha256:d7e4f4e7c0226c496e2749cac023c16e1716d327207f77a90e43dea42cc7b6c8 - 7.88% (16 MB)
[#009] sha256:c7ac0deac2a9546d33ebb0d5358d207f42d34bdf50446874fa47b804c2fa6b05 - 0.19% (385 KB)
[#010] sha256:a480d3fabfbe52d9245412b39c6e22440dab69c859bd334fb037a2ff7b9763a6 - 2.03% (4.1 MB)
[#011] sha256:22fd38ed76565434af44007423c8744ab542597d33eb16b73a8d322869cb850e - 0.0% (1.65 KB)
[#012] sha256:e87b81cfd953eddcf04326b400eafc22a47986d56ceca67c7b3ac8f2334813ca - 5.33% (10.8 MB)
[#013] sha256:2859a8e464c02d4fa86edad3f34ad5d34285e916a2df7486ec630efddbf850ea - 0.0% (651 Bytes)
[#014] sha256:becfd1edee65da3af83a624a6ee10146429dd8bc441b88fe0a73625c3abcc62d - 4.93% (9.98 MB)
[#015] sha256:99e028433623f853c9c4fb71d65d5d7bce8c3cee412b3bdf890edb933eef7a43 - 1.2% (2.43 MB)
[#016] sha256:b0f8e896ddfd83b81e093bdb1e03da44429f0397272554bc0ba75d70fa176b12 - 6.4% (13 MB)
[#017] sha256:eb027274d792e31a1bd98af9036c0f73efdcd1bf41189d370f998d6a8ec78aa4 - 22.21% (45 MB)
[#018] sha256:041ebd3c6eb477003fa8007ed1c0fb5c8712684f9bdbfede250d7a6e096306b5 - 0.0% (223 Bytes)
[#019] sha256:b13e92da0cd25119572ae18b6ac9d10530e0778f9e293b953f3f75275afb44e4 - 5.45% (11 MB)
/bin/sh -c #(nop) ADD file:ecdfb91a737d6c292265c1b77ffd3d82ba810dd43ea4ef79714b66b1da74a5aa in /
2021-08-31 23:18:16 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2021-10-24 14:11:27 UTC/bin/sh -c #(nop) ARG VERSION
2021-10-24 14:11:28 UTC/bin/sh -c #(nop) LABEL maintainer=cytopia <[email protected]>
2021-10-24 14:11:29 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=cytopia <[email protected]>
2021-10-24 14:11:30 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=cytopia
2021-10-24 14:11:31 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=MIT
2021-10-24 14:11:32 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/cytopia/docker-ansible
2021-10-24 14:11:33 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://github.com/cytopia/docker-ansible
2021-10-24 14:11:34 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/cytopia/docker-ansible
2021-10-24 14:11:35 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=Ansible latest base
2021-10-24 14:11:36 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Ansible latest base
2021-10-24 14:11:37 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=Ansible latest base
2021-10-24 14:11:41 UTC|1 VERSION=latest /bin/sh -c set -eux && apk add --no-cache py3-pip python3 yaml && 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-10-24 14:12:03 UTC/bin/sh -c #(nop) COPY dir:58c7122a3e69412d72a15a26a6b55b9b537ba484521631ab6b6178ab6685142b in /usr/lib/python3.8/site-packages/
2021-10-24 14:12:06 UTC/bin/sh -c #(nop) COPY file:ca65e3609ffb1c47677b27fbc00040277c3f32ca28f7ed377019bc739360b602 in /usr/bin/ansible
2021-10-24 14:12:08 UTC/bin/sh -c #(nop) COPY file:ed68d0352e5df91258ead8f006299f5fafdd76e143a17c6a55dff0ac59313b4c in /usr/bin/ansible-connection
2021-10-24 14:12:46 UTC|1 VERSION=latest /bin/sh -c set -eux && python3 -m compileall /usr/lib/python3.8
2021-10-24 14:12:49 UTC/bin/sh -c #(nop) WORKDIR /data
2021-10-24 14:12:52 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2021-10-24 14:12:55 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-10-24 14:05:43+00:00
2021-10-24 14:12:57 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=56df4ef7ddedaf66a8ee43fe36dcb72a9dea2ba3
2021-10-24 14:13:00 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=latest
2021-10-24 14:13:09 UTC/bin/sh -c #(nop) ARG VERSION
2021-10-24 14:13:11 UTC/bin/sh -c #(nop) LABEL maintainer=cytopia <[email protected]>
2021-10-24 14:13:14 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=cytopia <[email protected]>
2021-10-24 14:13:17 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=cytopia
2021-10-24 14:13:20 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=MIT
2021-10-24 14:13:22 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/cytopia/docker-ansible
2021-10-24 14:13:25 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://github.com/cytopia/docker-ansible
2021-10-24 14:13:28 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/cytopia/docker-ansible
2021-10-24 14:13:30 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=Ansible latest tools
2021-10-24 14:13:33 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Ansible latest tools
2021-10-24 14:13:36 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=Ansible latest tools
2021-10-24 14:13:38 UTC/bin/sh -c #(nop) ENV MY_USER=ansible MY_GROUP=ansible MY_UID=1000 MY_GID=1000
2021-10-24 14:13:42 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
2021-10-24 14:13:48 UTC|1 VERSION=latest /bin/sh -c set -eux && apk add --no-cache bash git gnupg jq openssh-client
2021-10-24 14:13:51 UTC/bin/sh -c #(nop) COPY dir:eb24fdc31a804bedcbcdfd1b542e5bc144bdace673d9da502645eaf08e7ea354 in /usr/lib/python3.8/site-packages/
2021-10-24 14:13:54 UTC/bin/sh -c #(nop) COPY file:c788b0ed92771b3b35f8acd685c52b3b6890e3a3da1bca88d6e2d9727b811077 in /usr/bin/yq
2021-10-24 14:13:57 UTC/bin/sh -c #(nop) COPY file:84fa3c74c3b955b23aaa3fdd4019fe608bf90ad2c31f7c3a6e6b5d3524e605ad in /docker-entrypoint.sh
2021-10-24 14:13:59 UTC/bin/sh -c #(nop) WORKDIR /data
2021-10-24 14:14:02 UTC/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]
2021-10-24 14:14:05 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2021-10-24 14:14:07 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-10-24 14:13:00+00:00
2021-10-24 14:14:10 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=56df4ef7ddedaf66a8ee43fe36dcb72a9dea2ba3
2021-10-24 14:14:13 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=latest
2021-10-24 14:14:40 UTC/bin/sh -c #(nop) ARG VERSION
2021-10-24 14:14:42 UTC/bin/sh -c #(nop) LABEL maintainer=cytopia <[email protected]>
2021-10-24 14:14:45 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=cytopia <[email protected]>
2021-10-24 14:14:48 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=cytopia
2021-10-24 14:14:51 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=MIT
2021-10-24 14:14:53 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/cytopia/docker-ansible
2021-10-24 14:14:56 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://github.com/cytopia/docker-ansible
2021-10-24 14:14:59 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/cytopia/docker-ansible
2021-10-24 14:15:02 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=Ansible latest aws
2021-10-24 14:15:04 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Ansible latest aws
2021-10-24 14:15:07 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=Ansible latest aws
2021-10-24 14:15:15 UTC/bin/sh -c #(nop) COPY dir:e34f4429b1af7f50b1e9b3634ac3063962dd5635de6dabf87b6c30aa3e2b3b33 in /usr/lib/python3.8/site-packages/
2021-10-24 14:15:18 UTC/bin/sh -c #(nop) COPY file:b22bee2588730be0cd9e6a29dff9693694bc873d4faabbcccdb6521a22042844 in /usr/bin/aws
2021-10-24 14:15:22 UTC/bin/sh -c #(nop) COPY file:fcb6905424ec580b5d502429857b33a5853207dcb179021ad1ae8bb1cbfd45b1 in /usr/bin/aws-iam-authenticator
2021-10-24 14:15:25 UTC/bin/sh -c #(nop) WORKDIR /data
2021-10-24 14:15:28 UTC/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]
2021-10-24 14:15:31 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2021-10-24 14:15:34 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-10-24 14:14:13+00:00
2021-10-24 14:15:37 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=56df4ef7ddedaf66a8ee43fe36dcb72a9dea2ba3
2021-10-24 14:15:40 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=latest
2021-10-24 14:16:17 UTC/bin/sh -c #(nop) ARG VERSION
2021-10-24 14:16:20 UTC/bin/sh -c #(nop) LABEL maintainer=cytopia <[email protected]>
2021-10-24 14:16:23 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=cytopia <[email protected]>
2021-10-24 14:16:26 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=cytopia
2021-10-24 14:16:29 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=MIT
2021-10-24 14:16:32 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/cytopia/docker-ansible
2021-10-24 14:16:35 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://github.com/cytopia/docker-ansible
2021-10-24 14:16:39 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/cytopia/docker-ansible
2021-10-24 14:16:42 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=Ansible latest awsk8s
2021-10-24 14:16:45 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Ansible latest awsk8s
2021-10-24 14:16:48 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=Ansible latest awsk8s
2021-10-24 14:16:52 UTC/bin/sh -c #(nop) COPY dir:03db2c055a462e21c4a990aac7ed32a17e452677380a849b0c3cf2e5668f0a1d in /usr/lib/python3.8/site-packages/
2021-10-24 14:16:56 UTC/bin/sh -c #(nop) COPY file:5d50c7bd8508a485d2ad6ab4b30b4f4b8ad5f9127877249f947d89383f618505 in /usr/bin/kubectl
2021-10-24 14:17:02 UTC/bin/sh -c #(nop) COPY file:f8266b4c54d114a63ec19055dc406374e4f231ffa33744f18c16ce37016a6604 in /usr/bin/oc-dynamically-linked
2021-10-24 14:17:05 UTC/bin/sh -c #(nop) COPY file:f7146bccd89100ec3be2d53333aba5cb5f0adccbadb0f38309f99a4a92718c48 in /usr/bin/oc
2021-10-24 14:17:08 UTC/bin/sh -c #(nop) WORKDIR /data
2021-10-24 14:17:11 UTC/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]
2021-10-24 14:17:14 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2021-10-24 14:17:17 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-10-24 14:15:40+00:00
2021-10-24 14:17:20 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=56df4ef7ddedaf66a8ee43fe36dcb72a9dea2ba3
2021-10-24 14:17:23 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=latest
2021-10-24 14:17:37 UTC/bin/sh -c #(nop) ARG VERSION
2021-10-24 14:17:40 UTC/bin/sh -c #(nop) LABEL maintainer=cytopia <[email protected]>
2021-10-24 14:17:43 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=cytopia <[email protected]>
2021-10-24 14:17:46 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=cytopia
2021-10-24 14:17:49 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=MIT
2021-10-24 14:17:52 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/cytopia/docker-ansible
2021-10-24 14:17:55 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://github.com/cytopia/docker-ansible
2021-10-24 14:17:58 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/cytopia/docker-ansible
2021-10-24 14:18:01 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=Ansible latest awshelm
2021-10-24 14:18:04 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Ansible latest awshelm
2021-10-24 14:18:07 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=Ansible latest awshelm
2021-10-24 14:18:11 UTC/bin/sh -c #(nop) COPY file:1c197e5c8defc0089e66d4a99b39ae3a3105a3709a69d938436bd8fe69aad697 in /usr/bin/helm
2021-10-24 14:18:14 UTC/bin/sh -c #(nop) WORKDIR /data
2021-10-24 14:18:17 UTC/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]
2021-10-24 14:18:20 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2021-10-24 14:18:23 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-10-24 14:17:24+00:00
2021-10-24 14:18:27 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=56df4ef7ddedaf66a8ee43fe36dcb72a9dea2ba3
2021-10-24 14:18:30 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=latest
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.