2020-12-17 12:38:31 UTC
78.8 MB
/certs
DOCKER_VERSION20.10.1
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:801bfaa63ef2094d770c809815b9e2b9c1194728e5e754ef7bc764030e140cea - 3.39% (2.67 MB)
[#001] sha256:4f7dc993c79e722bfe2e7f64e7ae30964b200440f94deec6b702314e2c4e233a - 2.47% (1.94 MB)
[#002] sha256:d39d95e4997fdf86ea798b96fad5c5eab74bed43cd512a3ecd5dfb4f48bc2371 - 0.0% (154 Bytes)
[#003] sha256:1cda4b703d87f5d062260330aa79bd174ca70549ef23c2f284d83aa7d36f7508 - 84.08% (66.2 MB)
[#004] sha256:54e5375350ea7018edc6b0935306c6df9a61fff1f7f37130d1b2d6c6b1dd3404 - 0.0% (543 Bytes)
[#005] sha256:f08cd1b3bb1bdaeb5122182eb4b4bc748d262194fcdd465cd8d789b241c116fb - 0.0% (1018 Bytes)
[#006] sha256:8e17d04e0c68820c8081496201fedef93af8edb4f5b1cf73e57959294b140f60 - 0.0% (116 Bytes)
[#007] sha256:6302e475c7e31248730215991c582cc0a244cd3897b87b7bddec2d02f50e8da9 - 10.06% (7.93 MB)
/bin/sh -c #(nop) ADD file:ec475c2abb2d46435286b5ae5efacf5b50b1a9e3b6293b69db3c0172b5b9658b in /
2020-12-17 00:19:42 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2020-12-17 12:37:38 UTC/bin/sh -c apk add --no-cache ca-certificates openssh-client
2020-12-17 12:37:40 UTC/bin/sh -c [ ! -e /etc/nsswitch.conf ] && echo 'hosts: files dns' > /etc/nsswitch.conf
2020-12-17 12:37:41 UTC/bin/sh -c #(nop) ENV DOCKER_VERSION=20.10.1
2020-12-17 12:37:49 UTC/bin/sh -c set -eux; apkArch="$(apk --print-arch)"; case "$apkArch" in 'x86_64') url='https://download.docker.com/linux/static/stable/x86_64/docker-20.10.1.tgz'; ;; 'armhf') url='https://download.docker.com/linux/static/stable/armel/docker-20.10.1.tgz'; ;; 'armv7') url='https://download.docker.com/linux/static/stable/armhf/docker-20.10.1.tgz'; ;; 'aarch64') url='https://download.docker.com/linux/static/stable/aarch64/docker-20.10.1.tgz'; ;; *) echo >&2 "error: unsupported architecture ($apkArch)"; exit 1 ;; esac; wget -O docker.tgz "$url"; tar --extract --file docker.tgz --strip-components 1 --directory /usr/local/bin/ ; rm docker.tgz; dockerd --version; docker --version
2020-12-17 12:37:49 UTC/bin/sh -c #(nop) COPY file:abb137d24130e7fa2bdd38694af607361ecb688521e60965681e49460964a204 in /usr/local/bin/modprobe
2020-12-17 12:37:50 UTC/bin/sh -c #(nop) COPY file:5b18768029dab8174c9d5957bb39560bde5ef6cba50fbbca222731a0059b449b in /usr/local/bin/
2020-12-17 12:37:50 UTC/bin/sh -c #(nop) ENV DOCKER_TLS_CERTDIR=/certs
2020-12-17 12:37:51 UTC/bin/sh -c mkdir /certs /certs/client && chmod 1777 /certs /certs/client
2020-12-17 12:37:51 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2020-12-17 12:37:51 UTC/bin/sh -c #(nop) CMD ["sh"]
2020-12-17 12:38:31 UTC/bin/sh -c apk add --no-cache git
2020-12-18 21:04:26 UTC
73.3 MB
/certs
DOCKER_VERSION20.10.1
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:159e5727ea618dfe8b08811112e2c51f5bd2b9ae7db9eb214914a65249f70ca0 - 3.53% (2.58 MB)
[#001] sha256:687389c362907d6cbb42307b7282adbf11252d32f65daf6856fcd793682d51e4 - 2.68% (1.97 MB)
[#002] sha256:94e28978939c32b9c7a64f86fcc5fb90cc8443ba29608c41cd5cd6e1105a52b5 - 0.0% (154 Bytes)
[#003] sha256:ea42096754a78c2080ad19c72d35454987403e1147647711ecb1d2c57641c730 - 82.72% (60.6 MB)
[#004] sha256:bd61cee6920e1891a871bc21e9175ec2d7444ab9137672b99bdc56bace4f5a94 - 0.0% (544 Bytes)
[#005] sha256:87c4ece4675c47d8b2f738be17aeeddcfe5c78b1150ad4b3b7d85e6be69a72b3 - 0.0% (1016 Bytes)
[#006] sha256:90ca8b2ff088f10c558d31a09a1374b6f91b0436435ab9ce0534bbc396c8ce2e - 0.0% (146 Bytes)
[#007] sha256:169824fce57e3f63d1e8873c7602f528e859da4fdeeeb60c671ef9e235d87996 - 11.07% (8.11 MB)
/bin/sh -c #(nop) ADD file:a4845c3840a3fd0e41e4635a179cce20c81afc6c02e34e3fd5bd2d535698918b in /
2020-12-16 23:40:29 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2020-12-18 21:03:45 UTC/bin/sh -c apk add --no-cache ca-certificates openssh-client
2020-12-18 21:03:47 UTC/bin/sh -c [ ! -e /etc/nsswitch.conf ] && echo 'hosts: files dns' > /etc/nsswitch.conf
2020-12-18 21:03:47 UTC/bin/sh -c #(nop) ENV DOCKER_VERSION=20.10.1
2020-12-18 21:03:55 UTC/bin/sh -c set -eux; apkArch="$(apk --print-arch)"; case "$apkArch" in 'x86_64') url='https://download.docker.com/linux/static/stable/x86_64/docker-20.10.1.tgz'; ;; 'armhf') url='https://download.docker.com/linux/static/stable/armel/docker-20.10.1.tgz'; ;; 'armv7') url='https://download.docker.com/linux/static/stable/armhf/docker-20.10.1.tgz'; ;; 'aarch64') url='https://download.docker.com/linux/static/stable/aarch64/docker-20.10.1.tgz'; ;; *) echo >&2 "error: unsupported architecture ($apkArch)"; exit 1 ;; esac; wget -O docker.tgz "$url"; tar --extract --file docker.tgz --strip-components 1 --directory /usr/local/bin/ ; rm docker.tgz; dockerd --version; docker --version
2020-12-18 21:03:56 UTC/bin/sh -c #(nop) COPY file:abb137d24130e7fa2bdd38694af607361ecb688521e60965681e49460964a204 in /usr/local/bin/modprobe
2020-12-18 21:03:57 UTC/bin/sh -c #(nop) COPY file:5b18768029dab8174c9d5957bb39560bde5ef6cba50fbbca222731a0059b449b in /usr/local/bin/
2020-12-18 21:03:58 UTC/bin/sh -c #(nop) ENV DOCKER_TLS_CERTDIR=/certs
2020-12-18 21:04:00 UTC/bin/sh -c mkdir /certs /certs/client && chmod 1777 /certs /certs/client
2020-12-18 21:04:00 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2020-12-18 21:04:01 UTC/bin/sh -c #(nop) CMD ["sh"]
2020-12-18 21:04:26 UTC/bin/sh -c apk add --no-cache git
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.