2021-05-20 04:25:21 UTC
123 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.18% (2.68 MB)
[#001] sha256:3325be626ce059cbdd6e78efa0a223fecf9d89e8d38dc436e8fac5987c899bb2 - 9.16% (11.3 MB)
[#002] sha256:aa9a17bba32d557b88a545156b3f277a1548ac77b10f71198acc1d14f2f3464f - 6.95% (8.53 MB)
[#003] sha256:e992eee92e4bd6da590c9b431cab045821491dc93a63ebeb9f76c8bda9836f8a - 0.0% (2.43 KB)
[#004] sha256:a6d9160c0e423024cbb8c7285846bff6a389a800eb6c05a52dbd2609483103f6 - 0.0% (3.17 KB)
[#005] sha256:2c3850d290fb404047f691397673bf01164d4205004fd070bbf2a8a0940995ad - 0.0% (93 Bytes)
[#006] sha256:4efa7ca96099a6db908c27de24b428428c7d69f5a9e1f31f1b5d7f80b513ea40 - 0.0% (1.25 KB)
[#007] sha256:67b4203f1d3d7bf5fa5f816be03bd426ec9ef084bd30a02a25dc17026cf57cb6 - 12.98% (15.9 MB)
[#008] sha256:e50e2da534a44ff45e10ebdc906f2069c5426c4a0e70adfe6772b3eaf76829f2 - 0.31% (385 KB)
[#009] sha256:85dac0b7da1aecc9d8b0350a784238c3dbd6bb5aa8a206781b1e02d7f3b88726 - 2.68% (3.3 MB)
[#010] sha256:f7e3c4c4201273a7c11022b8d0fb2e7e5790feb9320023a4e139796f74e0f40e - 0.0% (1.65 KB)
[#011] sha256:418e23746b2e0a577b94852c2d2be33c5d2f37e582327888249ed45d5d3e2579 - 8.37% (10.3 MB)
[#012] sha256:e334311f13b0d2d2f1db361be257ee882db4bef0b935fb027e97cf6a56b0a3e6 - 0.0% (654 Bytes)
[#013] sha256:5b0f0346c10f7a51a084cb5cf8bf92ab8872b86ce4d8eb53a0940fc2826f05da - 8.13% (9.98 MB)
[#014] sha256:eb18a172c3c68c8cd34ea7b33099a9d1f3d3be7844637e3cf8409f7bbf3d6e8b - 1.96% (2.4 MB)
[#015] sha256:845553c03808f62d16702a5446a3bd51cbc5bdb0df61b3c6800a3fdde2ef3732 - 10.78% (13.2 MB)
[#016] sha256:285c1764b3a48e9cace24e4604bebdb6c4fcacae65b78d3ef159cc0f69510a1f - 17.32% (21.3 MB)
[#017] sha256:11861f7d0ecd837066684d435a1ffc7d824d42aea05c61cc40b17f5f5fa35a2c - 0.0% (221 Bytes)
[#018] sha256:74deaf1556fdc96321391156549e82b1e9d52638f60036a880a1edc503eeb287 - 19.17% (23.5 MB)
/bin/sh -c #(nop) ADD file:8ec69d882e7f29f0652d537557160e638168550f738d0d49f90a7ef96bf31787 in /
2021-04-14 19:19:39 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2021-05-20 04:21:31 UTC/bin/sh -c #(nop) ARG VERSION
2021-05-20 04:21:31 UTC/bin/sh -c #(nop) LABEL maintainer=cytopia <[email protected]>
2021-05-20 04:21:32 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=cytopia <[email protected]>
2021-05-20 04:21:33 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=cytopia
2021-05-20 04:21:34 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=MIT
2021-05-20 04:21:35 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/cytopia/docker-ansible
2021-05-20 04:21:36 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://github.com/cytopia/docker-ansible
2021-05-20 04:21:37 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/cytopia/docker-ansible
2021-05-20 04:21:38 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=Ansible 2.5 base
2021-05-20 04:21:39 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Ansible 2.5 base
2021-05-20 04:21:40 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=Ansible 2.5 base
2021-05-20 04:21:44 UTC|1 VERSION=2.5 /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-05-20 04:21:46 UTC/bin/sh -c #(nop) COPY dir:370cd06a0ba428024ede41b7bff6bdb30b19de327827ee1fddad7fec1e10c59f in /usr/lib/python3.8/site-packages/
2021-05-20 04:21:48 UTC/bin/sh -c #(nop) COPY file:906beff6b4051f7929ab5498806cf7aaf19e15189f24ee1c6e7238526efc9d85 in /usr/bin/ansible
2021-05-20 04:21:49 UTC/bin/sh -c #(nop) COPY file:6c649b4f5a552251ca08d1542357064fab228b36ac675cd88d202cd57bb7690f in /usr/bin/ansible-connection
2021-05-20 04:21:49 UTC/bin/sh -c #(nop) WORKDIR /data
2021-05-20 04:21:50 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2021-05-20 04:21:51 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-05-20 04:21:03+00:00
2021-05-20 04:21:52 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=7dcb5bd6e8c32060ecd1473fb04ae6f7087030e3
2021-05-20 04:21:53 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=2.5
2021-05-20 04:22:02 UTC/bin/sh -c #(nop) ARG VERSION
2021-05-20 04:22:03 UTC/bin/sh -c #(nop) LABEL maintainer=cytopia <[email protected]>
2021-05-20 04:22:04 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=cytopia <[email protected]>
2021-05-20 04:22:05 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=cytopia
2021-05-20 04:22:06 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=MIT
2021-05-20 04:22:07 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/cytopia/docker-ansible
2021-05-20 04:22:08 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://github.com/cytopia/docker-ansible
2021-05-20 04:22:09 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/cytopia/docker-ansible
2021-05-20 04:22:10 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=Ansible 2.5 tools
2021-05-20 04:22:11 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Ansible 2.5 tools
2021-05-20 04:22:12 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=Ansible 2.5 tools
2021-05-20 04:22:13 UTC/bin/sh -c #(nop) ENV MY_USER=ansible MY_GROUP=ansible MY_UID=1000 MY_GID=1000
2021-05-20 04:22:14 UTC|1 VERSION=2.5 /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-05-20 04:22:17 UTC|1 VERSION=2.5 /bin/sh -c set -eux && apk add --no-cache bash git gnupg jq openssh-client
2021-05-20 04:22:19 UTC/bin/sh -c #(nop) COPY dir:15ea94acceb180a3e0b4bc821903022eef7ace12e2a0e16acd8d3fcb4c9af37b in /usr/lib/python3.8/site-packages/
2021-05-20 04:22:20 UTC/bin/sh -c #(nop) COPY file:15f347f454d31f749e6006b0e2a9b5b7161873f59538bce855759838964714d8 in /usr/bin/yq
2021-05-20 04:22:21 UTC/bin/sh -c #(nop) COPY file:84fa3c74c3b955b23aaa3fdd4019fe608bf90ad2c31f7c3a6e6b5d3524e605ad in /docker-entrypoint.sh
2021-05-20 04:22:21 UTC/bin/sh -c #(nop) WORKDIR /data
2021-05-20 04:22:22 UTC/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]
2021-05-20 04:22:23 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2021-05-20 04:22:24 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-05-20 04:21:54+00:00
2021-05-20 04:22:25 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=7dcb5bd6e8c32060ecd1473fb04ae6f7087030e3
2021-05-20 04:22:26 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=2.5
2021-05-20 04:22:52 UTC/bin/sh -c #(nop) ARG VERSION
2021-05-20 04:22:52 UTC/bin/sh -c #(nop) LABEL maintainer=cytopia <[email protected]>
2021-05-20 04:22:53 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=cytopia <[email protected]>
2021-05-20 04:22:54 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=cytopia
2021-05-20 04:22:55 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=MIT
2021-05-20 04:22:56 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/cytopia/docker-ansible
2021-05-20 04:22:57 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://github.com/cytopia/docker-ansible
2021-05-20 04:22:58 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/cytopia/docker-ansible
2021-05-20 04:22:59 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=Ansible 2.5 aws
2021-05-20 04:23:00 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Ansible 2.5 aws
2021-05-20 04:23:01 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=Ansible 2.5 aws
2021-05-20 04:23:07 UTC/bin/sh -c #(nop) COPY dir:2f0cbaa847f60efe344d5c0da313c371c3887f76a2d49aae2be425a06d81b3a6 in /usr/lib/python3.8/site-packages/
2021-05-20 04:23:08 UTC/bin/sh -c #(nop) COPY file:b22bee2588730be0cd9e6a29dff9693694bc873d4faabbcccdb6521a22042844 in /usr/bin/aws
2021-05-20 04:23:09 UTC/bin/sh -c #(nop) COPY file:fcb6905424ec580b5d502429857b33a5853207dcb179021ad1ae8bb1cbfd45b1 in /usr/bin/aws-iam-authenticator
2021-05-20 04:23:10 UTC/bin/sh -c #(nop) WORKDIR /data
2021-05-20 04:23:11 UTC/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]
2021-05-20 04:23:11 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2021-05-20 04:23:12 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-05-20 04:22:27+00:00
2021-05-20 04:23:13 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=7dcb5bd6e8c32060ecd1473fb04ae6f7087030e3
2021-05-20 04:23:14 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=2.5
2021-05-20 04:23:53 UTC/bin/sh -c #(nop) ARG VERSION
2021-05-20 04:23:54 UTC/bin/sh -c #(nop) LABEL maintainer=cytopia <[email protected]>
2021-05-20 04:23:55 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=cytopia <[email protected]>
2021-05-20 04:23:56 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=cytopia
2021-05-20 04:23:57 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=MIT
2021-05-20 04:23:58 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/cytopia/docker-ansible
2021-05-20 04:23:59 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://github.com/cytopia/docker-ansible
2021-05-20 04:24:00 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/cytopia/docker-ansible
2021-05-20 04:24:01 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=Ansible 2.5 awsk8s
2021-05-20 04:24:02 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Ansible 2.5 awsk8s
2021-05-20 04:24:03 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=Ansible 2.5 awsk8s
2021-05-20 04:24:06 UTC/bin/sh -c #(nop) COPY dir:f2cd15fb1b2b5b0366ab97b08589e496dae6a5ee5aad97289eb86e08a432a650 in /usr/lib/python3.8/site-packages/
2021-05-20 04:24:08 UTC/bin/sh -c #(nop) COPY file:93923d276ed78f345d1e57055ef194d9beaa13e69dd77fccb407afe2d95cace9 in /usr/bin/kubectl
2021-05-20 04:24:10 UTC/bin/sh -c #(nop) COPY file:0f7692694bf5300cfa24b2b27ff6fcf5b24136fdfc4eb39dee7ca5f9da93da26 in /usr/bin/oc-dynamically-linked
2021-05-20 04:24:11 UTC/bin/sh -c #(nop) COPY file:f7146bccd89100ec3be2d53333aba5cb5f0adccbadb0f38309f99a4a92718c48 in /usr/bin/oc
2021-05-20 04:24:12 UTC/bin/sh -c #(nop) WORKDIR /data
2021-05-20 04:24:13 UTC/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]
2021-05-20 04:24:13 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2021-05-20 04:24:14 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-05-20 04:23:15+00:00
2021-05-20 04:24:15 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=7dcb5bd6e8c32060ecd1473fb04ae6f7087030e3
2021-05-20 04:24:16 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=2.5
2021-05-20 04:25:03 UTC/bin/sh -c #(nop) ARG VERSION
2021-05-20 04:25:03 UTC/bin/sh -c #(nop) LABEL maintainer=cytopia <[email protected]>
2021-05-20 04:25:04 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=cytopia <[email protected]>
2021-05-20 04:25:05 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=cytopia
2021-05-20 04:25:06 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=MIT
2021-05-20 04:25:07 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/cytopia/docker-ansible
2021-05-20 04:25:08 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://github.com/cytopia/docker-ansible
2021-05-20 04:25:09 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/cytopia/docker-ansible
2021-05-20 04:25:10 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=Ansible 2.5 awskops
2021-05-20 04:25:11 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Ansible 2.5 awskops
2021-05-20 04:25:12 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=Ansible 2.5 awskops
2021-05-20 04:25:15 UTC/bin/sh -c #(nop) COPY file:ea847637c64ab5dcb74711b6edee683696dd6ce216085b5674fb779725f891d7 in /usr/bin/kops
2021-05-20 04:25:16 UTC/bin/sh -c #(nop) WORKDIR /data
2021-05-20 04:25:17 UTC/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]
2021-05-20 04:25:18 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2021-05-20 04:25:19 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-05-20 04:24:17+00:00
2021-05-20 04:25:20 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=7dcb5bd6e8c32060ecd1473fb04ae6f7087030e3
2021-05-20 04:25:21 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=2.5
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.