2018-10-09 22:21:09 UTC
55.8 MB
test
DOCKER_VERSION18.09.0-beta3
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:4fe2ade4980c2dda4fc95858ebb981489baec8c1e4bd282ab1c3560be8ff9bde - 3.77% (2.1 MB)
[#001] sha256:2e793f0ebe8a0d4496ef2fca6d5d45493df6dc40503657b357e153fa91548171 - 0.53% (302 KB)
[#002] sha256:77995fba19184aad4b702852da2d04d7b92693f2923499f5d388fd8d2ce2dd81 - 0.0% (153 Bytes)
[#003] sha256:b208c3fe0661493307ba6345cc56f5363cca7e53fe4aa18bcd19e80ea8c81b95 - 80.96% (45.2 MB)
[#004] sha256:27e08a34ab48edfa7d7a9b38698528dc400078385afe9f3cb14c7818670ac3f4 - 0.0% (544 Bytes)
[#005] sha256:db0d3367bfbbc147aaf718a5b8a542647e68c59231da27c70033d508b24d93f0 - 0.0% (739 Bytes)
[#006] sha256:431a35ed4e66e9343af09f678af60f2f98b1dd61e7d9e0d935e188b5350e6567 - 14.74% (8.23 MB)
/bin/sh -c #(nop) ADD file:25c10b1d1b41d46a1827ad0b0d2389c24df6d31430005ff4e9a2d84ea23ebd42 in /
2018-09-11 22:19:50 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2018-09-11 22:52:16 UTC/bin/sh -c apk add --no-cache ca-certificates
2018-09-11 22:52:16 UTC/bin/sh -c [ ! -e /etc/nsswitch.conf ] && echo 'hosts: files dns' > /etc/nsswitch.conf
2018-09-11 22:52:17 UTC/bin/sh -c #(nop) ENV DOCKER_CHANNEL=test
2018-10-09 22:20:26 UTC/bin/sh -c #(nop) ENV DOCKER_VERSION=18.09.0-beta3
2018-10-09 22:20:31 UTC/bin/sh -c set -eux; apkArch="$(apk --print-arch)"; case "$apkArch" in x86_64) dockerArch='x86_64' ;; armhf) dockerArch='armel' ;; aarch64) dockerArch='aarch64' ;; ppc64le) dockerArch='ppc64le' ;; s390x) dockerArch='s390x' ;; *) echo >&2 "error: unsupported architecture ($apkArch)"; exit 1 ;; esac; if ! wget -O docker.tgz "https://download.docker.com/linux/static/${DOCKER_CHANNEL}/${dockerArch}/docker-${DOCKER_VERSION}.tgz"; then echo >&2 "error: failed to download 'docker-${DOCKER_VERSION}' from '${DOCKER_CHANNEL}' for '${dockerArch}'"; exit 1; fi; tar --extract --file docker.tgz --strip-components 1 --directory /usr/local/bin/ ; rm docker.tgz; dockerd --version; docker --version
2018-10-09 22:20:34 UTC/bin/sh -c #(nop) COPY file:016ebcc5aefa6b28f6c484a299057d5b236e1d4f3baf44cc76eb4cd578821691 in /usr/local/bin/modprobe
2018-10-09 22:20:34 UTC/bin/sh -c #(nop) COPY file:0d94e1cd679f133aab807891a1b00b6aef1a9f1f884108e7a17ddf50ab88f1fb in /usr/local/bin/
2018-10-09 22:20:34 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2018-10-09 22:20:35 UTC/bin/sh -c #(nop) CMD ["sh"]
2018-10-09 22:21:09 UTC/bin/sh -c apk add --no-cache git openssh-client
2018-10-10 07:50:31 UTC
52.6 MB
test
DOCKER_VERSION18.09.0-beta3
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:905674ea9d9448b14f15ae82e3c34138680bac1ef4fc29088aae8c9639b502fe - 3.89% (2.05 MB)
[#001] sha256:d91fe322e1690c8fb3f2b684fd85335d36a45e509b1568683232aede6d8a5e2b - 0.0% (175 Bytes)
[#002] sha256:74fbfc96f252753e0c23e78a31dc898c3e8a97292ae5dc94dc929ea6c8f364d6 - 0.56% (302 KB)
[#003] sha256:0f4849d92e83a1d6286e0b02607587bccfc6db4a9ce2b3e9b3e1d4f842240fef - 0.0% (154 Bytes)
[#004] sha256:5b8790605add4777838d3704012b005372fef004e5e269f65b5d19ca0a1f7030 - 80.73% (42.5 MB)
[#005] sha256:9a757c0378cb96cd02146aa29503c0f9e2de24aac7b6abf042c72eb04098f1da - 0.0% (544 Bytes)
[#006] sha256:0ecf30e6b7e98c349273eccc347d911d7e89702cb534cc86add168c1944c1235 - 0.0% (738 Bytes)
[#007] sha256:c5121fa1c1ba31a491929f931bf805fc70fdac3b591579db01f8acbf28a69ce6 - 14.82% (7.8 MB)
/bin/sh -c #(nop) ADD file:9c713f2312a88f19529816851673353155f329a4b024d62b03f656b0ce32f2a6 in /
2018-09-12 07:49:40 UTC/bin/sh -c #(nop) COPY file:0f1d36dd7d8d53613b275660a88c5bf9b608ea8aa73a8054cb8bdbd73fd971ac in /etc/localtime
2018-09-12 07:49:40 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2018-09-12 08:23:24 UTC/bin/sh -c apk add --no-cache ca-certificates
2018-09-12 08:23:25 UTC/bin/sh -c [ ! -e /etc/nsswitch.conf ] && echo 'hosts: files dns' > /etc/nsswitch.conf
2018-09-12 08:23:25 UTC/bin/sh -c #(nop) ENV DOCKER_CHANNEL=test
2018-10-10 07:50:02 UTC/bin/sh -c #(nop) ENV DOCKER_VERSION=18.09.0-beta3
2018-10-10 07:50:09 UTC/bin/sh -c set -eux; apkArch="$(apk --print-arch)"; case "$apkArch" in x86_64) dockerArch='x86_64' ;; armhf) dockerArch='armel' ;; aarch64) dockerArch='aarch64' ;; ppc64le) dockerArch='ppc64le' ;; s390x) dockerArch='s390x' ;; *) echo >&2 "error: unsupported architecture ($apkArch)"; exit 1 ;; esac; if ! wget -O docker.tgz "https://download.docker.com/linux/static/${DOCKER_CHANNEL}/${dockerArch}/docker-${DOCKER_VERSION}.tgz"; then echo >&2 "error: failed to download 'docker-${DOCKER_VERSION}' from '${DOCKER_CHANNEL}' for '${dockerArch}'"; exit 1; fi; tar --extract --file docker.tgz --strip-components 1 --directory /usr/local/bin/ ; rm docker.tgz; dockerd --version; docker --version
2018-10-10 07:50:10 UTC/bin/sh -c #(nop) COPY file:016ebcc5aefa6b28f6c484a299057d5b236e1d4f3baf44cc76eb4cd578821691 in /usr/local/bin/modprobe
2018-10-10 07:50:11 UTC/bin/sh -c #(nop) COPY file:0d94e1cd679f133aab807891a1b00b6aef1a9f1f884108e7a17ddf50ab88f1fb in /usr/local/bin/
2018-10-10 07:50:11 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2018-10-10 07:50:11 UTC/bin/sh -c #(nop) CMD ["sh"]
2018-10-10 07:50:31 UTC/bin/sh -c apk add --no-cache git openssh-client
2018-10-10 08:43:31 UTC
50.5 MB
test
DOCKER_VERSION18.09.0-beta3
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:9941776d74c9129fd585b6f0434ba48bd3a7112d6736bc02e6d12f41153cab26 - 3.97% (2 MB)
[#001] sha256:ae94b3cb7a1b2cef0ceffe3303cd03f83434d283aab43389e586b42bea00b358 - 0.0% (176 Bytes)
[#002] sha256:f9cdac08f3358dba836f2b7ded1fa5dc2150665abbe222782cae6cf449c3078f - 0.58% (301 KB)
[#003] sha256:f2ef4ad6416adae80970c5edd8e49ff9040d95e018ae5ad3f51e6adc1acdcf87 - 0.0% (154 Bytes)
[#004] sha256:170bc7620a16b74202b27368eba1389875b2a86fc3949401d941ce340413924e - 80.48% (40.6 MB)
[#005] sha256:a9a8e7b3e007fd3a840f182093d67c5e186770f171d811e458f96f0048fa40aa - 0.0% (544 Bytes)
[#006] sha256:4736509eb5cd412a0dc570390ce9adc1477a15aefd96c914ba2f8f965f12d906 - 0.0% (736 Bytes)
[#007] sha256:91f047e245ad700ff182dff60ac63fb1ad3945aa4bac5f2d3c4448b7964c68a0 - 14.96% (7.55 MB)
/bin/sh -c #(nop) ADD file:a4b53e2a2e207c5107a76c16d91b99cb1ed4ecb90b363913798e663426137d45 in /
2018-09-12 08:42:24 UTC/bin/sh -c #(nop) COPY file:0f1d36dd7d8d53613b275660a88c5bf9b608ea8aa73a8054cb8bdbd73fd971ac in /etc/localtime
2018-09-12 08:42:25 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2018-10-03 08:51:01 UTC/bin/sh -c apk add --no-cache ca-certificates
2018-10-03 08:51:03 UTC/bin/sh -c [ ! -e /etc/nsswitch.conf ] && echo 'hosts: files dns' > /etc/nsswitch.conf
2018-10-06 08:39:56 UTC/bin/sh -c #(nop) ENV DOCKER_CHANNEL=test
2018-10-10 08:42:22 UTC/bin/sh -c #(nop) ENV DOCKER_VERSION=18.09.0-beta3
2018-10-10 08:42:31 UTC/bin/sh -c set -eux; apkArch="$(apk --print-arch)"; case "$apkArch" in x86_64) dockerArch='x86_64' ;; armhf) dockerArch='armel' ;; aarch64) dockerArch='aarch64' ;; ppc64le) dockerArch='ppc64le' ;; s390x) dockerArch='s390x' ;; *) echo >&2 "error: unsupported architecture ($apkArch)"; exit 1 ;; esac; if ! wget -O docker.tgz "https://download.docker.com/linux/static/${DOCKER_CHANNEL}/${dockerArch}/docker-${DOCKER_VERSION}.tgz"; then echo >&2 "error: failed to download 'docker-${DOCKER_VERSION}' from '${DOCKER_CHANNEL}' for '${dockerArch}'"; exit 1; fi; tar --extract --file docker.tgz --strip-components 1 --directory /usr/local/bin/ ; rm docker.tgz; dockerd --version; docker --version
2018-10-10 08:42:32 UTC/bin/sh -c #(nop) COPY file:016ebcc5aefa6b28f6c484a299057d5b236e1d4f3baf44cc76eb4cd578821691 in /usr/local/bin/modprobe
2018-10-10 08:42:33 UTC/bin/sh -c #(nop) COPY file:0d94e1cd679f133aab807891a1b00b6aef1a9f1f884108e7a17ddf50ab88f1fb in /usr/local/bin/
2018-10-10 08:42:34 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2018-10-10 08:42:35 UTC/bin/sh -c #(nop) CMD ["sh"]
2018-10-10 08:43:31 UTC/bin/sh -c apk add --no-cache git openssh-client
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.