2021-10-23 01:18:39 UTC
171 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.57% (2.68 MB)
[#001] sha256:8b2da56d52e95c3ab6c21d7ba122e4dafdde2bf9dbaa70f2f1a9a46186f16da6 - 6.58% (11.3 MB)
[#002] sha256:c2e385e78646a169e8c408ec298505a6d72406caa876568983cd177b244e4e6c - 24.85% (42.5 MB)
[#003] sha256:9645eb1e8d8dec5328da64e9a3305964a3025d7e501d62c3f294c1cc1d1df395 - 0.0% (2.42 KB)
[#004] sha256:56361d5c342e1beac547400c2f4e78bfc9513e07bad04e5b5ad6cad622b58f30 - 0.0% (3.85 KB)
[#005] sha256:e99973d44e8ef174d0521f831e138ec800b38433c25ab30d448cd25bc385e91c - 0.0% (93 Bytes)
[#006] sha256:c503a74f832b96e382c3e9d4b7fdac5ef6b26401d54487ebb63b27d4e4ebe5f5 - 0.0% (1.25 KB)
[#007] sha256:d488d6b21035ba38463a7f8dfbe2260c82cffc438f341f82f541bfd2b60a704f - 9.34% (16 MB)
[#008] sha256:fbc850db497e5def7388f8c12a01261cc8f33921fbdb5b82813545d0dd86cbb5 - 0.22% (385 KB)
[#009] sha256:6ee074d052d7302e5c38267e2e5388a84be34d2010362c45b0082a04ce6fd389 - 2.4% (4.1 MB)
[#010] sha256:b6c83b106aef8371466a67587001dea5beedcc71a7fb56bdde1a55d8cbf8c5a9 - 0.0% (1.66 KB)
[#011] sha256:45d45b72f03e280b681d597493d48888feab61b60ba7af3a76b3e60ed4574ee4 - 6.34% (10.8 MB)
[#012] sha256:a68e136932ee7a8aa58706e9e2754f8108ca4e2f6af28f99d6bf3ccfdcae45c3 - 0.0% (653 Bytes)
[#013] sha256:d291e6c32cecaa5a5767e381ff2130669c2188fa6b4a24e279327839bc4636f5 - 5.84% (9.98 MB)
[#014] sha256:e7352bb9663d097833e8d05f8dcaac17b290ec4d9d0c533c5706f18ea4b93f9e - 1.44% (2.47 MB)
[#015] sha256:d9f3f530d3fe9a6b8386e769a1edf8b996f69b6cc164eb808b5700e8e8e438c2 - 7.58% (13 MB)
[#016] sha256:3d7f1a585477aa49f3548ec53cdcf6527a035902c2a5461c998e9c330440db02 - 26.33% (45 MB)
[#017] sha256:a5f4ca37dafc2159228faabe9ca63cc014dfb42e2a52e07a66844f9db965fe50 - 0.0% (223 Bytes)
[#018] sha256:a80b1151b9e66f417efec030bcaf3b7bff8af0070d66288335dd7c63765e6dd3 - 7.49% (12.8 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:12:34 UTC/bin/sh -c #(nop) ARG VERSION
2021-10-23 01:12:35 UTC/bin/sh -c #(nop) LABEL maintainer=cytopia <[email protected]>
2021-10-23 01:12:36 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=cytopia <[email protected]>
2021-10-23 01:12:37 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=cytopia
2021-10-23 01:12:38 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=MIT
2021-10-23 01:12:39 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/cytopia/docker-ansible
2021-10-23 01:12:40 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://github.com/cytopia/docker-ansible
2021-10-23 01:12:41 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/cytopia/docker-ansible
2021-10-23 01:12:42 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=Ansible 2.10 base
2021-10-23 01:12:43 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Ansible 2.10 base
2021-10-23 01:12:44 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=Ansible 2.10 base
2021-10-23 01:12:49 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 01:13:10 UTC/bin/sh -c #(nop) COPY dir:80a0a89ebd927e0fa7ee71a41c741e2cbc23938675b9b21bd74a53e0d3450e1a in /usr/lib/python3.8/site-packages/
2021-10-23 01:13:14 UTC/bin/sh -c #(nop) COPY file:468dd63b2488e5fc022161c9b39a8ad3435ddb48925ce121edc5441256004306 in /usr/bin/ansible
2021-10-23 01:13:16 UTC/bin/sh -c #(nop) COPY file:3e92219c064cfa9843ce4ecca53e2d25f9aa36be542ebde2c4a60b7713a3da1b in /usr/bin/ansible-connection
2021-10-23 01:13:18 UTC/bin/sh -c #(nop) WORKDIR /data
2021-10-23 01:13:20 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2021-10-23 01:13:22 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-10-23 01:06:01+00:00
2021-10-23 01:13:24 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=4d50c332d89ece279f930efa5e4e3ec8888f7039
2021-10-23 01:13:26 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=2.10
2021-10-23 01:13:36 UTC/bin/sh -c #(nop) ARG VERSION
2021-10-23 01:13:38 UTC/bin/sh -c #(nop) LABEL maintainer=cytopia <[email protected]>
2021-10-23 01:13:40 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=cytopia <[email protected]>
2021-10-23 01:13:42 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=cytopia
2021-10-23 01:13:44 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=MIT
2021-10-23 01:13:46 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/cytopia/docker-ansible
2021-10-23 01:13:48 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://github.com/cytopia/docker-ansible
2021-10-23 01:13:50 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/cytopia/docker-ansible
2021-10-23 01:13:53 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=Ansible 2.10 tools
2021-10-23 01:13:55 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Ansible 2.10 tools
2021-10-23 01:13:57 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=Ansible 2.10 tools
2021-10-23 01:13:59 UTC/bin/sh -c #(nop) ENV MY_USER=ansible MY_GROUP=ansible MY_UID=1000 MY_GID=1000
2021-10-23 01:14:02 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 01:14:08 UTC|1 VERSION=2.10 /bin/sh -c set -eux && apk add --no-cache bash git gnupg jq openssh-client
2021-10-23 01:14:11 UTC/bin/sh -c #(nop) COPY dir:d6b8449fe9d37b88fe7c32845085333590101fd80d4b1d080721086944f76795 in /usr/lib/python3.8/site-packages/
2021-10-23 01:14:13 UTC/bin/sh -c #(nop) COPY file:c788b0ed92771b3b35f8acd685c52b3b6890e3a3da1bca88d6e2d9727b811077 in /usr/bin/yq
2021-10-23 01:14:16 UTC/bin/sh -c #(nop) COPY file:84fa3c74c3b955b23aaa3fdd4019fe608bf90ad2c31f7c3a6e6b5d3524e605ad in /docker-entrypoint.sh
2021-10-23 01:14:18 UTC/bin/sh -c #(nop) WORKDIR /data
2021-10-23 01:14:20 UTC/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]
2021-10-23 01:14:22 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2021-10-23 01:14:25 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-10-23 01:13:27+00:00
2021-10-23 01:14:27 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=4d50c332d89ece279f930efa5e4e3ec8888f7039
2021-10-23 01:14:29 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=2.10
2021-10-23 01:15:09 UTC/bin/sh -c #(nop) ARG VERSION
2021-10-23 01:15:11 UTC/bin/sh -c #(nop) LABEL maintainer=cytopia <[email protected]>
2021-10-23 01:15:13 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=cytopia <[email protected]>
2021-10-23 01:15:16 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=cytopia
2021-10-23 01:15:18 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=MIT
2021-10-23 01:15:20 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/cytopia/docker-ansible
2021-10-23 01:15:22 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://github.com/cytopia/docker-ansible
2021-10-23 01:15:25 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/cytopia/docker-ansible
2021-10-23 01:15:27 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=Ansible 2.10 aws
2021-10-23 01:15:29 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Ansible 2.10 aws
2021-10-23 01:15:31 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=Ansible 2.10 aws
2021-10-23 01:15:40 UTC/bin/sh -c #(nop) COPY dir:62693c907ff483ea15ee04982fcf409382f0a5214b22b815a3737b8bb87ff19e in /usr/lib/python3.8/site-packages/
2021-10-23 01:15:42 UTC/bin/sh -c #(nop) COPY file:b22bee2588730be0cd9e6a29dff9693694bc873d4faabbcccdb6521a22042844 in /usr/bin/aws
2021-10-23 01:15:46 UTC/bin/sh -c #(nop) COPY file:fcb6905424ec580b5d502429857b33a5853207dcb179021ad1ae8bb1cbfd45b1 in /usr/bin/aws-iam-authenticator
2021-10-23 01:15:48 UTC/bin/sh -c #(nop) WORKDIR /data
2021-10-23 01:15:51 UTC/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]
2021-10-23 01:15:54 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2021-10-23 01:15:56 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-10-23 01:14:29+00:00
2021-10-23 01:15:59 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=4d50c332d89ece279f930efa5e4e3ec8888f7039
2021-10-23 01:16:01 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=2.10
2021-10-23 01:16:45 UTC/bin/sh -c #(nop) ARG VERSION
2021-10-23 01:16:48 UTC/bin/sh -c #(nop) LABEL maintainer=cytopia <[email protected]>
2021-10-23 01:16:51 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=cytopia <[email protected]>
2021-10-23 01:16:53 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=cytopia
2021-10-23 01:16:56 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=MIT
2021-10-23 01:16:58 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/cytopia/docker-ansible
2021-10-23 01:17:01 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://github.com/cytopia/docker-ansible
2021-10-23 01:17:03 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/cytopia/docker-ansible
2021-10-23 01:17:06 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=Ansible 2.10 awsk8s
2021-10-23 01:17:08 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Ansible 2.10 awsk8s
2021-10-23 01:17:11 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=Ansible 2.10 awsk8s
2021-10-23 01:17:15 UTC/bin/sh -c #(nop) COPY dir:34262e7e8eaa8d09d57622afc75898843dc1b83ea21877de88a86bc69f9f4b86 in /usr/lib/python3.8/site-packages/
2021-10-23 01:17:19 UTC/bin/sh -c #(nop) COPY file:5d50c7bd8508a485d2ad6ab4b30b4f4b8ad5f9127877249f947d89383f618505 in /usr/bin/kubectl
2021-10-23 01:17:24 UTC/bin/sh -c #(nop) COPY file:f8266b4c54d114a63ec19055dc406374e4f231ffa33744f18c16ce37016a6604 in /usr/bin/oc-dynamically-linked
2021-10-23 01:17:27 UTC/bin/sh -c #(nop) COPY file:f7146bccd89100ec3be2d53333aba5cb5f0adccbadb0f38309f99a4a92718c48 in /usr/bin/oc
2021-10-23 01:17:30 UTC/bin/sh -c #(nop) WORKDIR /data
2021-10-23 01:17:32 UTC/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]
2021-10-23 01:17:35 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2021-10-23 01:17:37 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-10-23 01:16:02+00:00
2021-10-23 01:17:40 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=4d50c332d89ece279f930efa5e4e3ec8888f7039
2021-10-23 01:17:43 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=2.10
2021-10-23 01:17:53 UTC/bin/sh -c #(nop) ARG VERSION
2021-10-23 01:17:56 UTC/bin/sh -c #(nop) LABEL maintainer=cytopia <[email protected]>
2021-10-23 01:17:59 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=cytopia <[email protected]>
2021-10-23 01:18:01 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=cytopia
2021-10-23 01:18:04 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=MIT
2021-10-23 01:18:06 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/cytopia/docker-ansible
2021-10-23 01:18:09 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://github.com/cytopia/docker-ansible
2021-10-23 01:18:12 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/cytopia/docker-ansible
2021-10-23 01:18:14 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=Ansible 2.10 awshelm
2021-10-23 01:18:17 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Ansible 2.10 awshelm
2021-10-23 01:18:20 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=Ansible 2.10 awshelm
2021-10-23 01:18:23 UTC/bin/sh -c #(nop) COPY file:e8c0f8a172cd2891508643ca0619fe3a27ecf37222ae17e204a6a4467b3dce62 in /usr/bin/helm
2021-10-23 01:18:26 UTC/bin/sh -c #(nop) WORKDIR /data
2021-10-23 01:18:28 UTC/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]
2021-10-23 01:18:31 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2021-10-23 01:18:34 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-10-23 01:17:43+00:00
2021-10-23 01:18:36 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=4d50c332d89ece279f930efa5e4e3ec8888f7039
2021-10-23 01:18:39 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.