2021-10-23 03:44:19 UTC
176 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.52% (2.68 MB)
[#001] sha256:ba5af3140e9e96c2886fadc3be08eaef2f6cd9d9e3c5ffebb006f8e92e014deb - 6.38% (11.3 MB)
[#002] sha256:dd8cb75618e2131e3672b9b1da9b420faf25db97528cf1f1690adb8539f11339 - 24.07% (42.5 MB)
[#003] sha256:7e30b0c6af7b431dd91d309668d5940b13175ada965e60e12756f231964d3472 - 0.0% (2.42 KB)
[#004] sha256:40bfd4c92930b2cdba9ccc2e6bbbd12ba301b3abac67d28a6ab9d83e41dc2e50 - 0.0% (3.85 KB)
[#005] sha256:d2d4b47157cfb6eebf7665c56e8626426df7f764e97a4689e221f65e5d5a295d - 0.0% (93 Bytes)
[#006] sha256:40221b7df93c191af8c4ca8e4b93b31322bdf242fbe12480bfce1cba37024f18 - 0.0% (1.24 KB)
[#007] sha256:f31b07c8b355eb52d01a34e41ba8649116f1e7971a2bfaa5c00285b698a7ce4f - 9.05% (16 MB)
[#008] sha256:eee5c65803c708e7dfcd22da44d5ca65edb27b68f9237877565dd038ffaeeffd - 0.21% (385 KB)
[#009] sha256:18d4868cf1f10e16d68eb75c21159a6f224aaa7f29c2e17ce21b435b55835664 - 2.33% (4.1 MB)
[#010] sha256:c6082c02f62fef6a574673a1ba72c6a8c39db3786a5f3dea2fc30f32fa920b0a - 0.0% (1.65 KB)
[#011] sha256:f2de68d5144228bbcfae6471bcd392d3130ae5508a99969689410b0f1085607e - 6.14% (10.8 MB)
[#012] sha256:4aca8c184c237bc6c033d5548620f65b72c27e60c527881b8d086025e9a8241e - 0.0% (652 Bytes)
[#013] sha256:f7903b7c5a71fb421c687c1c4a4e2799ec894515fbb2ecc95164d5aadf45efc7 - 5.66% (9.98 MB)
[#014] sha256:56a59c2b22c22b4cc9ecd690e2470696d7dffbc8f6827a0308c998ea296c0b8d - 1.4% (2.47 MB)
[#015] sha256:29f03db24dd001c5e4ed5f2a3d21d38c9319574dc38ae6587465af73c0471a34 - 7.34% (13 MB)
[#016] sha256:0277483e374259501508e397d6a08e9ca5ed4ced01c424f2af9727d2aa4ccfd8 - 25.5% (45 MB)
[#017] sha256:a6f29e098e71043de4154f3294552cce66badbc3dec62de2b122d54a234266b7 - 0.0% (222 Bytes)
[#018] sha256:1a76595dcc14fdd1ff4d651a27157b6cb9f88c0aab198175c8f70cc2d0f96608 - 10.4% (18.4 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-23 03:38:54 UTC/bin/sh -c #(nop) ARG VERSION
2021-10-23 03:38:54 UTC/bin/sh -c #(nop) LABEL maintainer=cytopia <[email protected]>
2021-10-23 03:38:55 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=cytopia <[email protected]>
2021-10-23 03:38:56 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=cytopia
2021-10-23 03:38:57 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=MIT
2021-10-23 03:38:58 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/cytopia/docker-ansible
2021-10-23 03:38:59 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://github.com/cytopia/docker-ansible
2021-10-23 03:39:00 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/cytopia/docker-ansible
2021-10-23 03:39:01 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=Ansible 2.10 base
2021-10-23 03:39:02 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Ansible 2.10 base
2021-10-23 03:39:03 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=Ansible 2.10 base
2021-10-23 03:39:07 UTC|1 VERSION=2.10 /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-10-23 03:39:25 UTC/bin/sh -c #(nop) COPY dir:276d85c5ba179e36d0989479709c32480060648bb07709bd75a7a81df9e9234e in /usr/lib/python3.8/site-packages/
2021-10-23 03:39:28 UTC/bin/sh -c #(nop) COPY file:468dd63b2488e5fc022161c9b39a8ad3435ddb48925ce121edc5441256004306 in /usr/bin/ansible
2021-10-23 03:39:29 UTC/bin/sh -c #(nop) COPY file:3e92219c064cfa9843ce4ecca53e2d25f9aa36be542ebde2c4a60b7713a3da1b in /usr/bin/ansible-connection
2021-10-23 03:39:31 UTC/bin/sh -c #(nop) WORKDIR /data
2021-10-23 03:39:33 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2021-10-23 03:39:34 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-10-23 03:33:55+00:00
2021-10-23 03:39:36 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=4d50c332d89ece279f930efa5e4e3ec8888f7039
2021-10-23 03:39:37 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=2.10
2021-10-23 03:39:45 UTC/bin/sh -c #(nop) ARG VERSION
2021-10-23 03:39:47 UTC/bin/sh -c #(nop) LABEL maintainer=cytopia <[email protected]>
2021-10-23 03:39:48 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=cytopia <[email protected]>
2021-10-23 03:39:50 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=cytopia
2021-10-23 03:39:52 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=MIT
2021-10-23 03:39:53 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/cytopia/docker-ansible
2021-10-23 03:39:55 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://github.com/cytopia/docker-ansible
2021-10-23 03:39:57 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/cytopia/docker-ansible
2021-10-23 03:39:58 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=Ansible 2.10 tools
2021-10-23 03:40:00 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Ansible 2.10 tools
2021-10-23 03:40:01 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=Ansible 2.10 tools
2021-10-23 03:40:03 UTC/bin/sh -c #(nop) ENV MY_USER=ansible MY_GROUP=ansible MY_UID=1000 MY_GID=1000
2021-10-23 03:40:06 UTC|1 VERSION=2.10 /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-23 03:40:10 UTC|1 VERSION=2.10 /bin/sh -c set -eux && apk add --no-cache bash git gnupg jq openssh-client
2021-10-23 03:40:12 UTC/bin/sh -c #(nop) COPY dir:f4c96ee22590974622940e8caf121003286484a50f9cd6c04b11f5607a9eeaed in /usr/lib/python3.8/site-packages/
2021-10-23 03:40:14 UTC/bin/sh -c #(nop) COPY file:c788b0ed92771b3b35f8acd685c52b3b6890e3a3da1bca88d6e2d9727b811077 in /usr/bin/yq
2021-10-23 03:40:16 UTC/bin/sh -c #(nop) COPY file:84fa3c74c3b955b23aaa3fdd4019fe608bf90ad2c31f7c3a6e6b5d3524e605ad in /docker-entrypoint.sh
2021-10-23 03:40:17 UTC/bin/sh -c #(nop) WORKDIR /data
2021-10-23 03:40:19 UTC/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]
2021-10-23 03:40:21 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2021-10-23 03:40:23 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-10-23 03:39:38+00:00
2021-10-23 03:40:24 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=4d50c332d89ece279f930efa5e4e3ec8888f7039
2021-10-23 03:40:26 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=2.10
2021-10-23 03:41:01 UTC/bin/sh -c #(nop) ARG VERSION
2021-10-23 03:41:02 UTC/bin/sh -c #(nop) LABEL maintainer=cytopia <[email protected]>
2021-10-23 03:41:04 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=cytopia <[email protected]>
2021-10-23 03:41:06 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=cytopia
2021-10-23 03:41:08 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=MIT
2021-10-23 03:41:09 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/cytopia/docker-ansible
2021-10-23 03:41:11 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://github.com/cytopia/docker-ansible
2021-10-23 03:41:13 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/cytopia/docker-ansible
2021-10-23 03:41:15 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=Ansible 2.10 aws
2021-10-23 03:41:16 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Ansible 2.10 aws
2021-10-23 03:41:18 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=Ansible 2.10 aws
2021-10-23 03:41:25 UTC/bin/sh -c #(nop) COPY dir:9a4c5d1d238c8b36f2826862665e211c9047fbe1d68c7d75fd6aef8374d65fef in /usr/lib/python3.8/site-packages/
2021-10-23 03:41:27 UTC/bin/sh -c #(nop) COPY file:b22bee2588730be0cd9e6a29dff9693694bc873d4faabbcccdb6521a22042844 in /usr/bin/aws
2021-10-23 03:41:29 UTC/bin/sh -c #(nop) COPY file:fcb6905424ec580b5d502429857b33a5853207dcb179021ad1ae8bb1cbfd45b1 in /usr/bin/aws-iam-authenticator
2021-10-23 03:41:31 UTC/bin/sh -c #(nop) WORKDIR /data
2021-10-23 03:41:33 UTC/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]
2021-10-23 03:41:35 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2021-10-23 03:41:37 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-10-23 03:40:26+00:00
2021-10-23 03:41:39 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=4d50c332d89ece279f930efa5e4e3ec8888f7039
2021-10-23 03:41:41 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=2.10
2021-10-23 03:42:15 UTC/bin/sh -c #(nop) ARG VERSION
2021-10-23 03:42:17 UTC/bin/sh -c #(nop) LABEL maintainer=cytopia <[email protected]>
2021-10-23 03:42:19 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=cytopia <[email protected]>
2021-10-23 03:42:21 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=cytopia
2021-10-23 03:42:23 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=MIT
2021-10-23 03:42:25 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/cytopia/docker-ansible
2021-10-23 03:42:27 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://github.com/cytopia/docker-ansible
2021-10-23 03:42:29 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/cytopia/docker-ansible
2021-10-23 03:42:31 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=Ansible 2.10 awsk8s
2021-10-23 03:42:33 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Ansible 2.10 awsk8s
2021-10-23 03:42:35 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=Ansible 2.10 awsk8s
2021-10-23 03:42:38 UTC/bin/sh -c #(nop) COPY dir:b5550e2eb10b7b673fbc69e23e9e43f5dee1c1d444f181770e381fc4da9e96aa in /usr/lib/python3.8/site-packages/
2021-10-23 03:42:41 UTC/bin/sh -c #(nop) COPY file:5d50c7bd8508a485d2ad6ab4b30b4f4b8ad5f9127877249f947d89383f618505 in /usr/bin/kubectl
2021-10-23 03:42:46 UTC/bin/sh -c #(nop) COPY file:f8266b4c54d114a63ec19055dc406374e4f231ffa33744f18c16ce37016a6604 in /usr/bin/oc-dynamically-linked
2021-10-23 03:42:48 UTC/bin/sh -c #(nop) COPY file:f7146bccd89100ec3be2d53333aba5cb5f0adccbadb0f38309f99a4a92718c48 in /usr/bin/oc
2021-10-23 03:42:50 UTC/bin/sh -c #(nop) WORKDIR /data
2021-10-23 03:42:52 UTC/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]
2021-10-23 03:42:54 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2021-10-23 03:42:56 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-10-23 03:41:42+00:00
2021-10-23 03:42:58 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=4d50c332d89ece279f930efa5e4e3ec8888f7039
2021-10-23 03:43:00 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=2.10
2021-10-23 03:43:43 UTC/bin/sh -c #(nop) ARG VERSION
2021-10-23 03:43:45 UTC/bin/sh -c #(nop) LABEL maintainer=cytopia <[email protected]>
2021-10-23 03:43:47 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=cytopia <[email protected]>
2021-10-23 03:43:49 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=cytopia
2021-10-23 03:43:51 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=MIT
2021-10-23 03:43:53 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/cytopia/docker-ansible
2021-10-23 03:43:55 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://github.com/cytopia/docker-ansible
2021-10-23 03:43:57 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/cytopia/docker-ansible
2021-10-23 03:43:59 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=Ansible 2.10 awskops
2021-10-23 03:44:01 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Ansible 2.10 awskops
2021-10-23 03:44:03 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=Ansible 2.10 awskops
2021-10-23 03:44:07 UTC/bin/sh -c #(nop) COPY file:054bd747e7eebde33339a231c06102d72b9fc20560db2f8d61bafa853ef60758 in /usr/bin/kops
2021-10-23 03:44:09 UTC/bin/sh -c #(nop) WORKDIR /data
2021-10-23 03:44:11 UTC/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]
2021-10-23 03:44:13 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2021-10-23 03:44:15 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-10-23 03:43:00+00:00
2021-10-23 03:44:17 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=4d50c332d89ece279f930efa5e4e3ec8888f7039
2021-10-23 03:44:19 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=2.10
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.