2021-11-01 05:20:33 UTC
163 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.64% (2.68 MB)
[#001] sha256:65d61120449b1a0922b0cde01d0a9f8ce47da224bf0878fbaec1c5460a6ede61 - 6.95% (11.3 MB)
[#002] sha256:4122fd99d1cafa6542bc766289020e87bb2b55c5f210924b532a6ceb02cd2af6 - 10.58% (17.3 MB)
[#003] sha256:6b0e2bb4f5186cf560e7b9d79815e3be2444e5ab94a0aeb555cd7641e66b279b - 0.0% (2.42 KB)
[#004] sha256:8b013a94cc90163464375c97afd6865c5c51958ef22789963f00a955915490d6 - 0.0% (3.17 KB)
[#005] sha256:c31c2b1b8b6f497c974fac133a48fe44763863b30ffdf2425c112e26db533253 - 6.48% (10.6 MB)
[#006] sha256:046458f23ba216193286f17dc7dce9f14162fd2654f93549947a09c170702573 - 0.0% (93 Bytes)
[#007] sha256:c45491bb6a8fbe5fcd2c1c47ca86660f6ba214d264efa985617aad707b15e798 - 0.0% (1.25 KB)
[#008] sha256:12d0e0c448926529b5bd98c6eccbaa07cc484942696da68a34574b062ae673d2 - 9.78% (16 MB)
[#009] sha256:f9a7e9ce48aff0322f39c96c9118273df6e67a798428b9e78c1739af46eb3599 - 0.23% (391 KB)
[#010] sha256:062f6dfcb8f145e8d010d4174d7065046ad958efed8c79a9cfa4b3a3e816eb00 - 2.53% (4.13 MB)
[#011] sha256:58f72cfab3e27bfe3e56223d8eba53b61f2a64bdb5673456643eed1867651a9f - 0.0% (1.66 KB)
[#012] sha256:c6010bb5b9b5067838b9aca533fa4556009021968052aa1088b09df8b8b51820 - 6.63% (10.8 MB)
[#013] sha256:b772099acfc99ee0dac731fe91c56b16923d653f5cb190884ed5d255d41720fd - 0.0% (650 Bytes)
[#014] sha256:9eb1292b7dba93bea161f5f112c64fd1326f7b84160978af8fd78ddd2dc56e2d - 6.11% (9.98 MB)
[#015] sha256:f4a0551fd30197702071171ec1f13226649c992aa747b5579396fbc397804866 - 1.49% (2.43 MB)
[#016] sha256:330c0596ae196616a520fae2b66be7c04c2a0838a8a8c3f9029354ec78824b8e - 7.94% (13 MB)
[#017] sha256:f6317b1f427282cb18a072cce15d40dcba2113ea31c9074ce83f345b9b541607 - 27.56% (45 MB)
[#018] sha256:6165c3bf88baf74659fa640afb9d2d7e38cdf7ef7d4df690c0652702e3784559 - 0.0% (219 Bytes)
[#019] sha256:683817f8632f8fba035895399336adf8b94175a66bedf97caa9428194996b01a - 12.08% (19.7 MB)
/bin/sh -c #(nop) ADD file:ecdfb91a737d6c292265c1b77ffd3d82ba810dd43ea4ef79714b66b1da74a5aa in /
2021-08-31 23:18:16 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2021-11-01 05:16:37 UTC/bin/sh -c #(nop) ARG VERSION
2021-11-01 05:16:38 UTC/bin/sh -c #(nop) LABEL maintainer=cytopia <[email protected]>
2021-11-01 05:16:39 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=cytopia <[email protected]>
2021-11-01 05:16:40 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=cytopia
2021-11-01 05:16:41 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=MIT
2021-11-01 05:16:42 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/cytopia/docker-ansible
2021-11-01 05:16:43 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://github.com/cytopia/docker-ansible
2021-11-01 05:16:44 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/cytopia/docker-ansible
2021-11-01 05:16:45 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=Ansible 2.5 base
2021-11-01 05:16:46 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Ansible 2.5 base
2021-11-01 05:16:47 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=Ansible 2.5 base
2021-11-01 05:16:51 UTC|1 VERSION=2.5 /bin/sh -c set -eux && apk add --no-cache libgcc 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-11-01 05:16:55 UTC/bin/sh -c #(nop) COPY dir:0d65bee5ce8d2e2d37556a621003a4f28f0b886f40ec81bca044079ef572e230 in /usr/lib/python3.8/site-packages/
2021-11-01 05:16:56 UTC/bin/sh -c #(nop) COPY file:906beff6b4051f7929ab5498806cf7aaf19e15189f24ee1c6e7238526efc9d85 in /usr/bin/ansible
2021-11-01 05:16:57 UTC/bin/sh -c #(nop) COPY file:6c649b4f5a552251ca08d1542357064fab228b36ac675cd88d202cd57bb7690f in /usr/bin/ansible-connection
2021-11-01 05:17:09 UTC|1 VERSION=2.5 /bin/sh -c set -eux && python3 -m compileall /usr/lib/python3.8
2021-11-01 05:17:09 UTC/bin/sh -c #(nop) WORKDIR /data
2021-11-01 05:17:10 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2021-11-01 05:17:11 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-11-01 05:12:39+00:00
2021-11-01 05:17:12 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=90a35f82623c2d8f07f1f9f1f33fedc3db4cf90f
2021-11-01 05:17:13 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=2.5
2021-11-01 05:17:20 UTC/bin/sh -c #(nop) ARG VERSION
2021-11-01 05:17:21 UTC/bin/sh -c #(nop) LABEL maintainer=cytopia <[email protected]>
2021-11-01 05:17:22 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=cytopia <[email protected]>
2021-11-01 05:17:23 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=cytopia
2021-11-01 05:17:24 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=MIT
2021-11-01 05:17:25 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/cytopia/docker-ansible
2021-11-01 05:17:26 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://github.com/cytopia/docker-ansible
2021-11-01 05:17:27 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/cytopia/docker-ansible
2021-11-01 05:17:28 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=Ansible 2.5 tools
2021-11-01 05:17:29 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Ansible 2.5 tools
2021-11-01 05:17:30 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=Ansible 2.5 tools
2021-11-01 05:17:31 UTC/bin/sh -c #(nop) ENV MY_USER=ansible MY_GROUP=ansible MY_UID=1000 MY_GID=1000
2021-11-01 05:17:33 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-11-01 05:17:36 UTC|1 VERSION=2.5 /bin/sh -c set -eux && apk add --no-cache bash git gnupg jq openssh-client
2021-11-01 05:17:38 UTC/bin/sh -c #(nop) COPY dir:d19f6a04b780c3d108ed44a153e4df685938c83e697c950d0c28c92415ee1f03 in /usr/lib/python3.8/site-packages/
2021-11-01 05:17:39 UTC/bin/sh -c #(nop) COPY file:d6b43e0a57f7fb9d1f69b1c70cd7819e103ed5a39b152528665376b931de112e in /usr/bin/yq
2021-11-01 05:17:40 UTC/bin/sh -c #(nop) COPY file:84fa3c74c3b955b23aaa3fdd4019fe608bf90ad2c31f7c3a6e6b5d3524e605ad in /docker-entrypoint.sh
2021-11-01 05:17:40 UTC/bin/sh -c #(nop) WORKDIR /data
2021-11-01 05:17:41 UTC/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]
2021-11-01 05:17:42 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2021-11-01 05:17:43 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-11-01 05:17:14+00:00
2021-11-01 05:17:44 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=90a35f82623c2d8f07f1f9f1f33fedc3db4cf90f
2021-11-01 05:17:45 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=2.5
2021-11-01 05:18:10 UTC/bin/sh -c #(nop) ARG VERSION
2021-11-01 05:18:10 UTC/bin/sh -c #(nop) LABEL maintainer=cytopia <[email protected]>
2021-11-01 05:18:11 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=cytopia <[email protected]>
2021-11-01 05:18:12 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=cytopia
2021-11-01 05:18:13 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=MIT
2021-11-01 05:18:14 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/cytopia/docker-ansible
2021-11-01 05:18:15 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://github.com/cytopia/docker-ansible
2021-11-01 05:18:16 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/cytopia/docker-ansible
2021-11-01 05:18:17 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=Ansible 2.5 aws
2021-11-01 05:18:18 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Ansible 2.5 aws
2021-11-01 05:18:19 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=Ansible 2.5 aws
2021-11-01 05:18:25 UTC/bin/sh -c #(nop) COPY dir:f1910e7833b4ab25023bba2b555199dd86eb2c15b4f558b177837cfe4a72c254 in /usr/lib/python3.8/site-packages/
2021-11-01 05:18:26 UTC/bin/sh -c #(nop) COPY file:b22bee2588730be0cd9e6a29dff9693694bc873d4faabbcccdb6521a22042844 in /usr/bin/aws
2021-11-01 05:18:27 UTC/bin/sh -c #(nop) COPY file:fcb6905424ec580b5d502429857b33a5853207dcb179021ad1ae8bb1cbfd45b1 in /usr/bin/aws-iam-authenticator
2021-11-01 05:18:28 UTC/bin/sh -c #(nop) WORKDIR /data
2021-11-01 05:18:29 UTC/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]
2021-11-01 05:18:30 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2021-11-01 05:18:31 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-11-01 05:17:46+00:00
2021-11-01 05:18:32 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=90a35f82623c2d8f07f1f9f1f33fedc3db4cf90f
2021-11-01 05:18:33 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=2.5
2021-11-01 05:19:08 UTC/bin/sh -c #(nop) ARG VERSION
2021-11-01 05:19:09 UTC/bin/sh -c #(nop) LABEL maintainer=cytopia <[email protected]>
2021-11-01 05:19:10 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=cytopia <[email protected]>
2021-11-01 05:19:11 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=cytopia
2021-11-01 05:19:12 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=MIT
2021-11-01 05:19:13 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/cytopia/docker-ansible
2021-11-01 05:19:14 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://github.com/cytopia/docker-ansible
2021-11-01 05:19:15 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/cytopia/docker-ansible
2021-11-01 05:19:16 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=Ansible 2.5 awsk8s
2021-11-01 05:19:17 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Ansible 2.5 awsk8s
2021-11-01 05:19:18 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=Ansible 2.5 awsk8s
2021-11-01 05:19:21 UTC/bin/sh -c #(nop) COPY dir:32430f610ca22b424c54356866c378187a9d206c16bdac7d338bd54e856100b6 in /usr/lib/python3.8/site-packages/
2021-11-01 05:19:23 UTC/bin/sh -c #(nop) COPY file:c0b97342847e27dbe9ad5c6fa94237b508320fc0946af6273c70a77b1726ccf8 in /usr/bin/kubectl
2021-11-01 05:19:26 UTC/bin/sh -c #(nop) COPY file:f8266b4c54d114a63ec19055dc406374e4f231ffa33744f18c16ce37016a6604 in /usr/bin/oc-dynamically-linked
2021-11-01 05:19:27 UTC/bin/sh -c #(nop) COPY file:f7146bccd89100ec3be2d53333aba5cb5f0adccbadb0f38309f99a4a92718c48 in /usr/bin/oc
2021-11-01 05:19:28 UTC/bin/sh -c #(nop) WORKDIR /data
2021-11-01 05:19:28 UTC/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]
2021-11-01 05:19:29 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2021-11-01 05:19:30 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-11-01 05:18:34+00:00
2021-11-01 05:19:31 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=90a35f82623c2d8f07f1f9f1f33fedc3db4cf90f
2021-11-01 05:19:32 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=2.5
2021-11-01 05:20:16 UTC/bin/sh -c #(nop) ARG VERSION
2021-11-01 05:20:17 UTC/bin/sh -c #(nop) LABEL maintainer=cytopia <[email protected]>
2021-11-01 05:20:18 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=cytopia <[email protected]>
2021-11-01 05:20:19 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=cytopia
2021-11-01 05:20:19 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=MIT
2021-11-01 05:20:20 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/cytopia/docker-ansible
2021-11-01 05:20:21 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://github.com/cytopia/docker-ansible
2021-11-01 05:20:22 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/cytopia/docker-ansible
2021-11-01 05:20:23 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=Ansible 2.5 awskops
2021-11-01 05:20:24 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Ansible 2.5 awskops
2021-11-01 05:20:25 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=Ansible 2.5 awskops
2021-11-01 05:20:28 UTC/bin/sh -c #(nop) COPY file:abc212dd7d1bb7a5ded1bc7a0b4cca5ff2e9425d916ef41beaf84d5a41a61af8 in /usr/bin/kops
2021-11-01 05:20:29 UTC/bin/sh -c #(nop) WORKDIR /data
2021-11-01 05:20:30 UTC/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]
2021-11-01 05:20:30 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2021-11-01 05:20:31 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-11-01 05:19:33+00:00
2021-11-01 05:20:32 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=90a35f82623c2d8f07f1f9f1f33fedc3db4cf90f
2021-11-01 05:20:33 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.