2021-05-20 04:59:13 UTC
119 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.26% (2.68 MB)
[#001] sha256:2a92cbc5e3c30ea67f2470042050623afcdea61a27b242aecccbec23d0d2336f - 9.47% (11.3 MB)
[#002] sha256:271c48282c9ab1de770c01130e3942ab4d30e73d3d43ff6fcf9d9931b21f3315 - 8.18% (9.71 MB)
[#003] sha256:46790056ebbe095cfd01a622852e6d32a65b1860f8353b45df4c4984c783bcf9 - 0.0% (2.43 KB)
[#004] sha256:0681dabbe15c4a389cd50e4e4aa537bc7b0e41f65d181dd3ad84d45b5ac412ca - 0.0% (3.49 KB)
[#005] sha256:da805f95b1442fecaec9720f0d812e9075e7d494c4bf34caa11726d85412546b - 0.0% (93 Bytes)
[#006] sha256:d95486eb354a7af8c7c42c459cf42f0558bcd9cafe45f9f09d61a5263ebd8809 - 0.0% (1.24 KB)
[#007] sha256:852705a32ea2dac9b78ceacc6fac996da69a24c7ced6dc5e5653c2d01ae3e550 - 13.41% (15.9 MB)
[#008] sha256:5cf8f6a534969808bc9913106cf458c2dd565ba1131fdf9e9e677634d19d4f67 - 0.32% (385 KB)
[#009] sha256:98eec8468aae66ab7f62f6a70cb4c3f827b05cd9f3a93732278e54fcb758d14d - 2.77% (3.3 MB)
[#010] sha256:a1ea04d6ba2aa1c85e12cbbc55c67b7001243271e1b3c682ee0cf53d929c10e7 - 0.0% (1.66 KB)
[#011] sha256:f70538ee02b27be6b7591b0f2e9b51d3f5e3baf75b1786a644b9776000a6cabd - 8.66% (10.3 MB)
[#012] sha256:e0259e6ed467d39bad4f97190c5b006b1c4f74f031ae3d041518915b7a30c6a4 - 0.0% (652 Bytes)
[#013] sha256:8e28e0e9cb9b5d08c4348ba0b8a8e5c2b3351e57207da5d38b72325f8c7ae085 - 8.4% (9.98 MB)
[#014] sha256:c4dc8ad8c51432d3659fcbf8961088f8d9f4c82ca5b30805a947b90c749daf56 - 2.02% (2.4 MB)
[#015] sha256:d75176614824e4429d274082366e6b8dbc18c2f16066c3f3d7c0dc76f06a85ff - 11.14% (13.2 MB)
[#016] sha256:7d06ff8286d48a9a95d7d7409ee1dc3906d212950cdbdd11bec7c10dce819a12 - 17.9% (21.3 MB)
[#017] sha256:0b91bc6edccec3c77c1f01c57524c75d0126dda3826d5ae5aa2c229397130ba9 - 0.0% (223 Bytes)
[#018] sha256:ad7254b27258716a76a3af157a61c6c6b6c1dafc6e3bda7982eadbeef7c827d4 - 15.46% (18.4 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:55:31 UTC/bin/sh -c #(nop) ARG VERSION
2021-05-20 04:55:32 UTC/bin/sh -c #(nop) LABEL maintainer=cytopia <[email protected]>
2021-05-20 04:55:33 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=cytopia <[email protected]>
2021-05-20 04:55:34 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=cytopia
2021-05-20 04:55:35 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=MIT
2021-05-20 04:55:36 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/cytopia/docker-ansible
2021-05-20 04:55:37 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://github.com/cytopia/docker-ansible
2021-05-20 04:55:38 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/cytopia/docker-ansible
2021-05-20 04:55:39 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=Ansible 2.7 base
2021-05-20 04:55:40 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Ansible 2.7 base
2021-05-20 04:55:41 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=Ansible 2.7 base
2021-05-20 04:55:45 UTC|1 VERSION=2.7 /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:55:47 UTC/bin/sh -c #(nop) COPY dir:2e22e3a3d8b34524274e181d6f2570714ec88445eb83bbb2e2d70a3869ee8c48 in /usr/lib/python3.8/site-packages/
2021-05-20 04:55:49 UTC/bin/sh -c #(nop) COPY file:906beff6b4051f7929ab5498806cf7aaf19e15189f24ee1c6e7238526efc9d85 in /usr/bin/ansible
2021-05-20 04:55:50 UTC/bin/sh -c #(nop) COPY file:694604a97a27e85e402df7113c9629e4bbc9dafb55516c3f43e9f161010bec8e in /usr/bin/ansible-connection
2021-05-20 04:55:50 UTC/bin/sh -c #(nop) WORKDIR /data
2021-05-20 04:55:51 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2021-05-20 04:55:52 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-05-20 04:55:05+00:00
2021-05-20 04:55:53 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=7dcb5bd6e8c32060ecd1473fb04ae6f7087030e3
2021-05-20 04:55:54 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=2.7
2021-05-20 04:56:01 UTC/bin/sh -c #(nop) ARG VERSION
2021-05-20 04:56:02 UTC/bin/sh -c #(nop) LABEL maintainer=cytopia <[email protected]>
2021-05-20 04:56:03 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=cytopia <[email protected]>
2021-05-20 04:56:04 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=cytopia
2021-05-20 04:56:05 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=MIT
2021-05-20 04:56:06 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/cytopia/docker-ansible
2021-05-20 04:56:07 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://github.com/cytopia/docker-ansible
2021-05-20 04:56:08 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/cytopia/docker-ansible
2021-05-20 04:56:09 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=Ansible 2.7 tools
2021-05-20 04:56:10 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Ansible 2.7 tools
2021-05-20 04:56:11 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=Ansible 2.7 tools
2021-05-20 04:56:12 UTC/bin/sh -c #(nop) ENV MY_USER=ansible MY_GROUP=ansible MY_UID=1000 MY_GID=1000
2021-05-20 04:56:13 UTC|1 VERSION=2.7 /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:56:16 UTC|1 VERSION=2.7 /bin/sh -c set -eux && apk add --no-cache bash git gnupg jq openssh-client
2021-05-20 04:56:18 UTC/bin/sh -c #(nop) COPY dir:0f2694241cd209798a8669847cb9a1f5cf8cb4989f57ebb4fc574af89c3ab18f in /usr/lib/python3.8/site-packages/
2021-05-20 04:56:19 UTC/bin/sh -c #(nop) COPY file:15f347f454d31f749e6006b0e2a9b5b7161873f59538bce855759838964714d8 in /usr/bin/yq
2021-05-20 04:56:20 UTC/bin/sh -c #(nop) COPY file:84fa3c74c3b955b23aaa3fdd4019fe608bf90ad2c31f7c3a6e6b5d3524e605ad in /docker-entrypoint.sh
2021-05-20 04:56:20 UTC/bin/sh -c #(nop) WORKDIR /data
2021-05-20 04:56:21 UTC/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]
2021-05-20 04:56:22 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2021-05-20 04:56:23 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-05-20 04:55:55+00:00
2021-05-20 04:56:24 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=7dcb5bd6e8c32060ecd1473fb04ae6f7087030e3
2021-05-20 04:56:25 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=2.7
2021-05-20 04:56:48 UTC/bin/sh -c #(nop) ARG VERSION
2021-05-20 04:56:49 UTC/bin/sh -c #(nop) LABEL maintainer=cytopia <[email protected]>
2021-05-20 04:56:50 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=cytopia <[email protected]>
2021-05-20 04:56:51 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=cytopia
2021-05-20 04:56:52 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=MIT
2021-05-20 04:56:53 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/cytopia/docker-ansible
2021-05-20 04:56:54 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://github.com/cytopia/docker-ansible
2021-05-20 04:56:55 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/cytopia/docker-ansible
2021-05-20 04:56:56 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=Ansible 2.7 aws
2021-05-20 04:56:57 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Ansible 2.7 aws
2021-05-20 04:56:58 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=Ansible 2.7 aws
2021-05-20 04:57:03 UTC/bin/sh -c #(nop) COPY dir:b1c3223a149cb1cc53e7bdcdbccc4d4075550500a5cb6b2053b31c3e612d40ae in /usr/lib/python3.8/site-packages/
2021-05-20 04:57:04 UTC/bin/sh -c #(nop) COPY file:b22bee2588730be0cd9e6a29dff9693694bc873d4faabbcccdb6521a22042844 in /usr/bin/aws
2021-05-20 04:57:05 UTC/bin/sh -c #(nop) COPY file:fcb6905424ec580b5d502429857b33a5853207dcb179021ad1ae8bb1cbfd45b1 in /usr/bin/aws-iam-authenticator
2021-05-20 04:57:06 UTC/bin/sh -c #(nop) WORKDIR /data
2021-05-20 04:57:07 UTC/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]
2021-05-20 04:57:07 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2021-05-20 04:57:08 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-05-20 04:56:26+00:00
2021-05-20 04:57:09 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=7dcb5bd6e8c32060ecd1473fb04ae6f7087030e3
2021-05-20 04:57:10 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=2.7
2021-05-20 04:57:53 UTC/bin/sh -c #(nop) ARG VERSION
2021-05-20 04:57:53 UTC/bin/sh -c #(nop) LABEL maintainer=cytopia <[email protected]>
2021-05-20 04:57:54 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=cytopia <[email protected]>
2021-05-20 04:57:55 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=cytopia
2021-05-20 04:57:56 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=MIT
2021-05-20 04:57:57 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/cytopia/docker-ansible
2021-05-20 04:57:58 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://github.com/cytopia/docker-ansible
2021-05-20 04:57:59 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/cytopia/docker-ansible
2021-05-20 04:58:00 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=Ansible 2.7 awsk8s
2021-05-20 04:58:01 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Ansible 2.7 awsk8s
2021-05-20 04:58:02 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=Ansible 2.7 awsk8s
2021-05-20 04:58:04 UTC/bin/sh -c #(nop) COPY dir:d7f845bb73e2ff3d90c842076353ca588fcda3200708c59162d16cb420407458 in /usr/lib/python3.8/site-packages/
2021-05-20 04:58:06 UTC/bin/sh -c #(nop) COPY file:93923d276ed78f345d1e57055ef194d9beaa13e69dd77fccb407afe2d95cace9 in /usr/bin/kubectl
2021-05-20 04:58:08 UTC/bin/sh -c #(nop) COPY file:0f7692694bf5300cfa24b2b27ff6fcf5b24136fdfc4eb39dee7ca5f9da93da26 in /usr/bin/oc-dynamically-linked
2021-05-20 04:58:10 UTC/bin/sh -c #(nop) COPY file:f7146bccd89100ec3be2d53333aba5cb5f0adccbadb0f38309f99a4a92718c48 in /usr/bin/oc
2021-05-20 04:58:10 UTC/bin/sh -c #(nop) WORKDIR /data
2021-05-20 04:58:11 UTC/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]
2021-05-20 04:58:12 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2021-05-20 04:58:13 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-05-20 04:57:11+00:00
2021-05-20 04:58:14 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=7dcb5bd6e8c32060ecd1473fb04ae6f7087030e3
2021-05-20 04:58:15 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=2.7
2021-05-20 04:58:56 UTC/bin/sh -c #(nop) ARG VERSION
2021-05-20 04:58:57 UTC/bin/sh -c #(nop) LABEL maintainer=cytopia <[email protected]>
2021-05-20 04:58:57 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.authors=cytopia <[email protected]>
2021-05-20 04:58:58 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.vendor=cytopia
2021-05-20 04:58:59 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.licenses=MIT
2021-05-20 04:59:00 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/cytopia/docker-ansible
2021-05-20 04:59:01 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.documentation=https://github.com/cytopia/docker-ansible
2021-05-20 04:59:02 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/cytopia/docker-ansible
2021-05-20 04:59:03 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=Ansible 2.7 awskops
2021-05-20 04:59:04 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.title=Ansible 2.7 awskops
2021-05-20 04:59:05 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.description=Ansible 2.7 awskops
2021-05-20 04:59:08 UTC/bin/sh -c #(nop) COPY file:054bd747e7eebde33339a231c06102d72b9fc20560db2f8d61bafa853ef60758 in /usr/bin/kops
2021-05-20 04:59:08 UTC/bin/sh -c #(nop) WORKDIR /data
2021-05-20 04:59:09 UTC/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]
2021-05-20 04:59:10 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2021-05-20 04:59:11 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-05-20 04:58:16+00:00
2021-05-20 04:59:12 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=7dcb5bd6e8c32060ecd1473fb04ae6f7087030e3
2021-05-20 04:59:13 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=2.7
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.