2017-12-05 02:51:20 UTC
42.7 MB
test
DOCKER_VERSION17.09.1-ce-rc1
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:1160f4abea84cbe2f316db6306839d2704f09a04af763ee493dd92cb066c0865 - 4.44% (1.9 MB)
[#001] sha256:8c9ac44c1841d6907db77d1476941b90fbf7c3499440bf9068a83a66aecc237f - 0.78% (343 KB)
[#002] sha256:a848dcd23bd7ecdadc08642cb18c81b6fd36e0f0b99ee7660d13bf5cf244dfc9 - 0.0% (153 Bytes)
[#003] sha256:ee9aa54e852e205097412bd4b8f74da60285af9d76a7a6351abf0e4bb3a68eb6 - 68.49% (29.3 MB)
[#004] sha256:2cd20cb484370170e66756778bf5608abd96ee9f5ac1150d69d82a1c8681dcc4 - 0.0% (546 Bytes)
[#005] sha256:cbda13deaaa9fdad49f5751db281e4bc6afb560b098f8ac8828231de039497e8 - 0.0% (739 Bytes)
[#006] sha256:504d70b1bf8ec59f68a1eacfac5863ce1535edfc5de5d9df15e3862c20ebec4f - 26.28% (11.2 MB)
/bin/sh -c #(nop) ADD file:cb381165dec3689cf77e902c07ea78ca4da6bce4f5ac1909eebd40dba3273bfe in /
2017-12-01 18:46:26 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2017-12-01 20:06:17 UTC/bin/sh -c apk add --no-cache ca-certificates
2017-12-01 20:06:21 UTC/bin/sh -c [ ! -e /etc/nsswitch.conf ] && echo 'hosts: files dns' > /etc/nsswitch.conf
2017-12-05 02:50:28 UTC/bin/sh -c #(nop) ENV DOCKER_CHANNEL=test
2017-12-05 02:50:29 UTC/bin/sh -c #(nop) ENV DOCKER_VERSION=17.09.1-ce-rc1
2017-12-05 02:50:36 UTC/bin/sh -c set -ex; apk add --no-cache --virtual .fetch-deps curl tar ; apkArch="$(apk --print-arch)"; case "$apkArch" in x86_64) dockerArch='x86_64' ;; aarch64) dockerArch='aarch64' ;; ppc64le) dockerArch='ppc64le' ;; s390x) dockerArch='s390x' ;; *) echo >&2 "error: unsupported architecture ($apkArch)"; exit 1 ;; esac; if ! curl -fL -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; apk del .fetch-deps; dockerd -v; docker -v
2017-12-05 02:50:36 UTC/bin/sh -c #(nop) COPY file:016ebcc5aefa6b28f6c484a299057d5b236e1d4f3baf44cc76eb4cd578821691 in /usr/local/bin/modprobe
2017-12-05 02:50:36 UTC/bin/sh -c #(nop) COPY file:0d94e1cd679f133aab807891a1b00b6aef1a9f1f884108e7a17ddf50ab88f1fb in /usr/local/bin/
2017-12-05 02:50:36 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2017-12-05 02:50:37 UTC/bin/sh -c #(nop) CMD ["sh"]
2017-12-05 02:51:20 UTC/bin/sh -c apk add --no-cache git openssh-client
2017-12-05 07:02:30 UTC
39.7 MB
test
DOCKER_VERSION17.09.1-ce-rc1
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:bb473f0ebc12fde1bd45c1bd3c46f2d3aab367b1b7739464771455b9972f7894 - 4.6% (1.83 MB)
[#001] sha256:75ff6b7ff3a208b8399e701e7ea1b7edbdc654c8c60d33c6f09a7803e2dda776 - 0.0% (176 Bytes)
[#002] sha256:ae44a9d929a0f7f774a276b1abeda949212ff63805c2d35fd8e1856cb1e47859 - 0.84% (343 KB)
[#003] sha256:a11fa162bc593505d0e792ade6064701834ba4262cf5fda38fdbe83d0ba13951 - 0.0% (153 Bytes)
[#004] sha256:e60665785b183bf66d74727718ddfe70ee42fede0e96a75d5a9b7435d011330d - 68.81% (27.3 MB)
[#005] sha256:a214b04b61dbbad081cbef8b41e1b598e20dbc11408a46085cb8fefb35aab221 - 0.0% (549 Bytes)
[#006] sha256:2be971859d67db4e9b7445837762ad47a98d7d083143a4728960f4682515b19c - 0.0% (743 Bytes)
[#007] sha256:2c99b450cd33bb294cbc3fd92f7fc23cc1637dfb5262b23d0e2cb172f446fb68 - 25.74% (10.2 MB)
/bin/sh -c #(nop) ADD file:45b5d3b8d5490ba7edfca2cf6f54cdcf49c772b0b3a2302ce69a7af061007aa4 in /
2017-10-25 23:28:59 UTC/bin/sh -c #(nop) COPY file:0f1d36dd7d8d53613b275660a88c5bf9b608ea8aa73a8054cb8bdbd73fd971ac in /etc/localtime
2017-10-25 23:28:59 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2017-10-26 05:15:41 UTC/bin/sh -c apk add --no-cache ca-certificates
2017-10-26 05:15:43 UTC/bin/sh -c [ ! -e /etc/nsswitch.conf ] && echo 'hosts: files dns' > /etc/nsswitch.conf
2017-11-04 06:00:55 UTC/bin/sh -c #(nop) ENV DOCKER_CHANNEL=test
2017-12-05 07:01:09 UTC/bin/sh -c #(nop) ENV DOCKER_VERSION=17.09.1-ce-rc1
2017-12-05 07:01:19 UTC/bin/sh -c set -ex; apk add --no-cache --virtual .fetch-deps curl tar ; apkArch="$(apk --print-arch)"; case "$apkArch" in x86_64) dockerArch='x86_64' ;; aarch64) dockerArch='aarch64' ;; ppc64le) dockerArch='ppc64le' ;; s390x) dockerArch='s390x' ;; *) echo >&2 "error: unsupported architecture ($apkArch)"; exit 1 ;; esac; if ! curl -fL -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; apk del .fetch-deps; dockerd -v; docker -v
2017-12-05 07:01:19 UTC/bin/sh -c #(nop) COPY file:016ebcc5aefa6b28f6c484a299057d5b236e1d4f3baf44cc76eb4cd578821691 in /usr/local/bin/modprobe
2017-12-05 07:01:20 UTC/bin/sh -c #(nop) COPY file:0d94e1cd679f133aab807891a1b00b6aef1a9f1f884108e7a17ddf50ab88f1fb in /usr/local/bin/
2017-12-05 07:01:20 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2017-12-05 07:01:21 UTC/bin/sh -c #(nop) CMD ["sh"]
2017-12-05 07:02:30 UTC/bin/sh -c apk add --no-cache git openssh-client
2017-12-05 11:37:41 UTC
40.5 MB
test
DOCKER_VERSION17.09.1-ce-rc1
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:1e52418956f7d2a8ea35e8e6e3318fd08e005b27457d77868c225e7433bbfa02 - 4.73% (1.92 MB)
[#001] sha256:acf472f4e5bb7956ac20bb343b304e1d3de1f79160c0d158cccbe25980022d50 - 0.0% (176 Bytes)
[#002] sha256:786040648c6ce95b57cfce679096fb7515d48596fa35ebd8347645924dc7afcf - 0.83% (346 KB)
[#003] sha256:fb59a10fa001950eb807c32d69dfdb981e184862354d5a807966f342e49f5405 - 0.0% (154 Bytes)
[#004] sha256:953ca996f524713c739fa0014baec60653ce1f1654aae40deea4875767a029e2 - 67.07% (27.2 MB)
[#005] sha256:cd12642b6e5c54fc742f074c8b6d1407e99a1b8d6a74dd0d698fb5e80f520584 - 0.0% (547 Bytes)
[#006] sha256:29a3eafcac559a7a56191044867f30ea1eb76ec9d33fea2e178b3d66bfdfead3 - 0.0% (741 Bytes)
[#007] sha256:3e66c9d534a97f04959e4b1dde301e4ea9e9cda8390482d14c616dec05e402fd - 27.37% (11.1 MB)
/bin/sh -c #(nop) ADD file:e0be8616517d68cb80a2f9b74eb967cda22b9937bbcbe8b75b6153815a6f7761 in /
2017-10-25 23:28:48 UTC/bin/sh -c #(nop) COPY file:0f1d36dd7d8d53613b275660a88c5bf9b608ea8aa73a8054cb8bdbd73fd971ac in /etc/localtime
2017-10-25 23:28:50 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2017-10-26 05:15:23 UTC/bin/sh -c apk add --no-cache ca-certificates
2017-10-26 05:15:29 UTC/bin/sh -c [ ! -e /etc/nsswitch.conf ] && echo 'hosts: files dns' > /etc/nsswitch.conf
2017-11-04 10:36:25 UTC/bin/sh -c #(nop) ENV DOCKER_CHANNEL=test
2017-12-05 11:36:27 UTC/bin/sh -c #(nop) ENV DOCKER_VERSION=17.09.1-ce-rc1
2017-12-05 11:36:36 UTC/bin/sh -c set -ex; apk add --no-cache --virtual .fetch-deps curl tar ; apkArch="$(apk --print-arch)"; case "$apkArch" in x86_64) dockerArch='x86_64' ;; aarch64) dockerArch='aarch64' ;; ppc64le) dockerArch='ppc64le' ;; s390x) dockerArch='s390x' ;; *) echo >&2 "error: unsupported architecture ($apkArch)"; exit 1 ;; esac; if ! curl -fL -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; apk del .fetch-deps; dockerd -v; docker -v
2017-12-05 11:36:38 UTC/bin/sh -c #(nop) COPY file:016ebcc5aefa6b28f6c484a299057d5b236e1d4f3baf44cc76eb4cd578821691 in /usr/local/bin/modprobe
2017-12-05 11:36:38 UTC/bin/sh -c #(nop) COPY file:0d94e1cd679f133aab807891a1b00b6aef1a9f1f884108e7a17ddf50ab88f1fb in /usr/local/bin/
2017-12-05 11:36:39 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2017-12-05 11:36:41 UTC/bin/sh -c #(nop) CMD ["sh"]
2017-12-05 11:37:41 UTC/bin/sh -c apk add --no-cache git openssh-client
2017-12-05 04:02:16 UTC
42.3 MB
test
DOCKER_VERSION17.09.1-ce-rc1
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:d45fd9d3c4f188ab1f3a4bf6a9f5202b3f1577dbb998f5f28e82d192e0c1f0e7 - 4.66% (1.97 MB)
[#001] sha256:0e5978b6b34b3e943e0fd25dfb50991c0bad82a986cfdaa91c4de756431ba679 - 0.0% (176 Bytes)
[#002] sha256:c591e288aeff92334ad8b71d06647f63984dee862dde01321a4087557e0691fe - 0.8% (344 KB)
[#003] sha256:08c7a9baee1e600d6ffd18316c88768a16246fbd81d84f2f217736b364c53bf0 - 0.0% (153 Bytes)
[#004] sha256:c96ff45d38e7128a469044b1a8b0dcb1d2b1b0b22e20081e38f1292f99ca1426 - 67.95% (28.7 MB)
[#005] sha256:331def2711c4985e290608fcc2d40f2b09f6e56cd5baea57872c1ffacdd274f1 - 0.0% (547 Bytes)
[#006] sha256:ef88c6a66cb508bf0e1e3dd22dafe052574242fd39042e0a0d48a3b7d6b6f8c0 - 0.0% (741 Bytes)
[#007] sha256:fcd1bddfe6cf86deb98fd0a72b4b0382f3b2df9b0028b76ddb8ba8be09997ed6 - 26.59% (11.2 MB)
/bin/sh -c #(nop) ADD file:6fbdff4b4c08600e192f5da9b67a02c58759237fb40525d70712104c80c34c48 in /
2017-10-25 23:28:40 UTC/bin/sh -c #(nop) COPY file:0f1d36dd7d8d53613b275660a88c5bf9b608ea8aa73a8054cb8bdbd73fd971ac in /etc/localtime
2017-10-25 23:28:40 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2017-10-26 03:01:36 UTC/bin/sh -c apk add --no-cache ca-certificates
2017-10-26 03:01:36 UTC/bin/sh -c [ ! -e /etc/nsswitch.conf ] && echo 'hosts: files dns' > /etc/nsswitch.conf
2017-11-04 03:01:38 UTC/bin/sh -c #(nop) ENV DOCKER_CHANNEL=test
2017-12-05 04:01:38 UTC/bin/sh -c #(nop) ENV DOCKER_VERSION=17.09.1-ce-rc1
2017-12-05 04:01:42 UTC/bin/sh -c set -ex; apk add --no-cache --virtual .fetch-deps curl tar ; apkArch="$(apk --print-arch)"; case "$apkArch" in x86_64) dockerArch='x86_64' ;; aarch64) dockerArch='aarch64' ;; ppc64le) dockerArch='ppc64le' ;; s390x) dockerArch='s390x' ;; *) echo >&2 "error: unsupported architecture ($apkArch)"; exit 1 ;; esac; if ! curl -fL -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; apk del .fetch-deps; dockerd -v; docker -v
2017-12-05 04:01:43 UTC/bin/sh -c #(nop) COPY file:016ebcc5aefa6b28f6c484a299057d5b236e1d4f3baf44cc76eb4cd578821691 in /usr/local/bin/modprobe
2017-12-05 04:01:43 UTC/bin/sh -c #(nop) COPY file:0d94e1cd679f133aab807891a1b00b6aef1a9f1f884108e7a17ddf50ab88f1fb in /usr/local/bin/
2017-12-05 04:01:43 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2017-12-05 04:01:43 UTC/bin/sh -c #(nop) CMD ["sh"]
2017-12-05 04:02:16 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.