2021-10-23 01:27:49 UTC
145 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.85% (2.68 MB)
[#001] sha256:33fa805d42db35b4b64866390b731a539ff91a236be51b161a1d7d14b27a1492 - 7.76% (11.3 MB)
[#002] sha256:58d5ff13b7a413018ced1cca79781fe18954ae38baa15220046683e4a728ddee - 11.85% (17.2 MB)
[#003] sha256:7a2008e52b10035d452e42171f6952d0149d81155782918c8e63482e420127cb - 0.0% (2.43 KB)
[#004] sha256:fd567924aaa082492ae0eeaec41e980ae03e3c963512554703340949f9affc10 - 0.0% (3.17 KB)
[#005] sha256:081bb9c8f1f284c71da126e0688e4ac6d9af44201be2974baef543cf5ac92ec5 - 0.0% (93 Bytes)
[#006] sha256:f767cc76dc7bdcfe7a569d3382aff5b25b46bb8826759f391d754d21812b0167 - 0.0% (1.25 KB)
[#007] sha256:8d8cc75c72b7ea42fe3aab3dfb4bf8f72fb59faa17e5560213c86b7fba78ca0e - 11.01% (16 MB)
[#008] sha256:5a5871ddc68c190ae08930cb4f9205a6a11cc945ff64d780c0f4167d120f2ec6 - 0.26% (385 KB)
[#009] sha256:e726958f988ba4377b0736ce008fe4da7a451c3416ae49f9c259e8212e3dcd71 - 2.83% (4.1 MB)
[#010] sha256:371dff3b1646e7edb3dc6366176bf19f0049fc06dd396ee7a07fbb658df0dcad - 0.0% (1.66 KB)
[#011] sha256:9d0685626c8a6f875e0b13ba33c0eb87f511fc4f99b00db098ce46dd3e10da7b - 7.47% (10.8 MB)
[#012] sha256:9556dbe6e6a8828e9041d7c8f460603818cfd2bde61cb576ecc5cd204765d487 - 0.0% (649 Bytes)
[#013] sha256:b7b99dba1f409cbb207e20472e90bed2fbbe7a59152a17b8ffdab8de631bd9b6 - 6.88% (9.98 MB)
[#014] sha256:cc88c0c761048ef299a4f71de031197f5d576226c4393f32e3c5f9196e4db377 - 1.7% (2.47 MB)
[#015] sha256:dde7e321a4a0536e383ac67eaff88e0a10407581e80c6f3609d4856c3b360790 - 8.93% (13 MB)
[#016] sha256:d6ffb9e0e795418c8a0e929bb30a6d1e5c0cb9fd8941cb4929caa25b0f297f9d - 31.01% (45 MB)
[#017] sha256:56bfdc99351318524e222b4df852135cb8440e7d5116cc8224044a24d5217188 - 0.0% (222 Bytes)
[#018] sha256:892c53cb7ea49ecfc69ca7166775fe659df65c14094f35ad0fcb5b66d3d121cf - 8.45% (12.3 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 01:24:40 UTC/bin/sh -c #(nop) ARG VERSION
2021-10-23 01:24:41 UTC/bin/sh -c #(nop) LABEL maintainer=cytopia <[email protected]>
2021-10-23 01:24:42 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=cytopia <[email protected]>
2021-10-23 01:24:43 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=cytopia
2021-10-23 01:24:44 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=MIT
2021-10-23 01:24:45 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/cytopia/docker-ansible
2021-10-23 01:24:46 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://github.com/cytopia/docker-ansible
2021-10-23 01:24:47 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/cytopia/docker-ansible
2021-10-23 01:24:48 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=Ansible 2.5 base
2021-10-23 01:24:49 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Ansible 2.5 base
2021-10-23 01:24:50 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=Ansible 2.5 base
2021-10-23 01:24:54 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-10-23 01:24:57 UTC/bin/sh -c #(nop) COPY dir:3ad628ad4448cdaf2e902244647b63acbcc0d02196790b1f53e513c0f5142018 in /usr/lib/python3.8/site-packages/
2021-10-23 01:24:58 UTC/bin/sh -c #(nop) COPY file:906beff6b4051f7929ab5498806cf7aaf19e15189f24ee1c6e7238526efc9d85 in /usr/bin/ansible
2021-10-23 01:24:59 UTC/bin/sh -c #(nop) COPY file:6c649b4f5a552251ca08d1542357064fab228b36ac675cd88d202cd57bb7690f in /usr/bin/ansible-connection
2021-10-23 01:24:59 UTC/bin/sh -c #(nop) WORKDIR /data
2021-10-23 01:25:00 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2021-10-23 01:25:01 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-10-23 01:21:13+00:00
2021-10-23 01:25:02 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=4d50c332d89ece279f930efa5e4e3ec8888f7039
2021-10-23 01:25:03 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=2.5
2021-10-23 01:25:11 UTC/bin/sh -c #(nop) ARG VERSION
2021-10-23 01:25:12 UTC/bin/sh -c #(nop) LABEL maintainer=cytopia <[email protected]>
2021-10-23 01:25:13 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=cytopia <[email protected]>
2021-10-23 01:25:14 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=cytopia
2021-10-23 01:25:15 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=MIT
2021-10-23 01:25:16 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/cytopia/docker-ansible
2021-10-23 01:25:17 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://github.com/cytopia/docker-ansible
2021-10-23 01:25:18 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/cytopia/docker-ansible
2021-10-23 01:25:19 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=Ansible 2.5 tools
2021-10-23 01:25:20 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Ansible 2.5 tools
2021-10-23 01:25:21 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=Ansible 2.5 tools
2021-10-23 01:25:22 UTC/bin/sh -c #(nop) ENV MY_USER=ansible MY_GROUP=ansible MY_UID=1000 MY_GID=1000
2021-10-23 01:25:24 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-10-23 01:25:27 UTC|1 VERSION=2.5 /bin/sh -c set -eux && apk add --no-cache bash git gnupg jq openssh-client
2021-10-23 01:25:28 UTC/bin/sh -c #(nop) COPY dir:4e68f35913af46b34f122673e9ae0e7d37974bbc47e8ac44741d842f1c1f702f in /usr/lib/python3.8/site-packages/
2021-10-23 01:25:29 UTC/bin/sh -c #(nop) COPY file:c788b0ed92771b3b35f8acd685c52b3b6890e3a3da1bca88d6e2d9727b811077 in /usr/bin/yq
2021-10-23 01:25:30 UTC/bin/sh -c #(nop) COPY file:84fa3c74c3b955b23aaa3fdd4019fe608bf90ad2c31f7c3a6e6b5d3524e605ad in /docker-entrypoint.sh
2021-10-23 01:25:30 UTC/bin/sh -c #(nop) WORKDIR /data
2021-10-23 01:25:31 UTC/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]
2021-10-23 01:25:32 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2021-10-23 01:25:33 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-10-23 01:25:04+00:00
2021-10-23 01:25:34 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=4d50c332d89ece279f930efa5e4e3ec8888f7039
2021-10-23 01:25:35 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=2.5
2021-10-23 01:26:05 UTC/bin/sh -c #(nop) ARG VERSION
2021-10-23 01:26:06 UTC/bin/sh -c #(nop) LABEL maintainer=cytopia <[email protected]>
2021-10-23 01:26:07 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=cytopia <[email protected]>
2021-10-23 01:26:08 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=cytopia
2021-10-23 01:26:09 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=MIT
2021-10-23 01:26:10 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/cytopia/docker-ansible
2021-10-23 01:26:11 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://github.com/cytopia/docker-ansible
2021-10-23 01:26:12 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/cytopia/docker-ansible
2021-10-23 01:26:13 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=Ansible 2.5 aws
2021-10-23 01:26:14 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Ansible 2.5 aws
2021-10-23 01:26:15 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=Ansible 2.5 aws
2021-10-23 01:26:20 UTC/bin/sh -c #(nop) COPY dir:9ec63d4650217d5a946ccf07a1804ebdde8a9bf709729a5d02411c9e8b0bbc26 in /usr/lib/python3.8/site-packages/
2021-10-23 01:26:22 UTC/bin/sh -c #(nop) COPY file:b22bee2588730be0cd9e6a29dff9693694bc873d4faabbcccdb6521a22042844 in /usr/bin/aws
2021-10-23 01:26:23 UTC/bin/sh -c #(nop) COPY file:fcb6905424ec580b5d502429857b33a5853207dcb179021ad1ae8bb1cbfd45b1 in /usr/bin/aws-iam-authenticator
2021-10-23 01:26:23 UTC/bin/sh -c #(nop) WORKDIR /data
2021-10-23 01:26:24 UTC/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]
2021-10-23 01:26:25 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2021-10-23 01:26:26 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-10-23 01:25:36+00:00
2021-10-23 01:26:27 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=4d50c332d89ece279f930efa5e4e3ec8888f7039
2021-10-23 01:26:28 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=2.5
2021-10-23 01:27:02 UTC/bin/sh -c #(nop) ARG VERSION
2021-10-23 01:27:03 UTC/bin/sh -c #(nop) LABEL maintainer=cytopia <[email protected]>
2021-10-23 01:27:04 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=cytopia <[email protected]>
2021-10-23 01:27:05 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=cytopia
2021-10-23 01:27:06 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=MIT
2021-10-23 01:27:07 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/cytopia/docker-ansible
2021-10-23 01:27:08 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://github.com/cytopia/docker-ansible
2021-10-23 01:27:09 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/cytopia/docker-ansible
2021-10-23 01:27:10 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=Ansible 2.5 awsk8s
2021-10-23 01:27:11 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Ansible 2.5 awsk8s
2021-10-23 01:27:12 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=Ansible 2.5 awsk8s
2021-10-23 01:27:14 UTC/bin/sh -c #(nop) COPY dir:6004eb145ace388324be8fff5634a8b8a841b62e8fb810c80665201ea6530aac in /usr/lib/python3.8/site-packages/
2021-10-23 01:27:16 UTC/bin/sh -c #(nop) COPY file:5d50c7bd8508a485d2ad6ab4b30b4f4b8ad5f9127877249f947d89383f618505 in /usr/bin/kubectl
2021-10-23 01:27:19 UTC/bin/sh -c #(nop) COPY file:f8266b4c54d114a63ec19055dc406374e4f231ffa33744f18c16ce37016a6604 in /usr/bin/oc-dynamically-linked
2021-10-23 01:27:20 UTC/bin/sh -c #(nop) COPY file:f7146bccd89100ec3be2d53333aba5cb5f0adccbadb0f38309f99a4a92718c48 in /usr/bin/oc
2021-10-23 01:27:20 UTC/bin/sh -c #(nop) WORKDIR /data
2021-10-23 01:27:21 UTC/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]
2021-10-23 01:27:22 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2021-10-23 01:27:23 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-10-23 01:26:29+00:00
2021-10-23 01:27:24 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=4d50c332d89ece279f930efa5e4e3ec8888f7039
2021-10-23 01:27:25 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=2.5
2021-10-23 01:27:33 UTC/bin/sh -c #(nop) ARG VERSION
2021-10-23 01:27:34 UTC/bin/sh -c #(nop) LABEL maintainer=cytopia <[email protected]>
2021-10-23 01:27:34 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=cytopia <[email protected]>
2021-10-23 01:27:35 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=cytopia
2021-10-23 01:27:36 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=MIT
2021-10-23 01:27:37 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/cytopia/docker-ansible
2021-10-23 01:27:38 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://github.com/cytopia/docker-ansible
2021-10-23 01:27:39 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/cytopia/docker-ansible
2021-10-23 01:27:40 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=Ansible 2.5 awshelm
2021-10-23 01:27:41 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Ansible 2.5 awshelm
2021-10-23 01:27:42 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=Ansible 2.5 awshelm
2021-10-23 01:27:44 UTC/bin/sh -c #(nop) COPY file:68e71625ade0ec02b567c373d718fc516cfaed56f44f488e008f053f0862f228 in /usr/bin/helm
2021-10-23 01:27:44 UTC/bin/sh -c #(nop) WORKDIR /data
2021-10-23 01:27:45 UTC/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]
2021-10-23 01:27:46 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2021-10-23 01:27:47 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-10-23 01:27:26+00:00
2021-10-23 01:27:48 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=4d50c332d89ece279f930efa5e4e3ec8888f7039
2021-10-23 01:27:49 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.