2016-10-10 23:04:00 UTC
30.5 MB
get.docker.com
DOCKER_SHA25605ceec7fd937e1416e5dce12b0b6e1c655907d349d52574319a1e875077ccb79
DOCKER_VERSION1.12.1
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:c0cb142e43453ebb1f82b905aa472e6e66017efd43872135bc5372e4fac04031 - 7.24% (2.21 MB)
[#001] sha256:6c6fe447e877c6fb78f7040d59f81a9aaac5be90ed3f7396a6dfd9aaa3467d29 - 2.86% (894 KB)
[#002] sha256:86a02526121eedf62c2f00fcfb8da5b35caf4d8c5efd0d8e16a68efffae31b72 - 89.89% (27.4 MB)
[#003] sha256:92561b1806e91f8c84e3dedc2620b2f9dea68961483315d9b0d072fc9b3c4791 - 0.0% (490 Bytes)
/bin/sh -c #(nop) ADD file:d6ee3ba7a4d59b161917082cc7242c660c61bb3f3cc1549c7e2dfff2b0de7104 in /
2016-09-23 16:36:54 UTC/bin/sh -c apk add --no-cache ca-certificates curl openssl
2016-09-23 16:36:54 UTC/bin/sh -c #(nop) ENV DOCKER_BUCKET=get.docker.com
2016-09-23 16:36:54 UTC/bin/sh -c #(nop) ENV DOCKER_VERSION=1.12.1
2016-09-23 16:36:54 UTC/bin/sh -c #(nop) ENV DOCKER_SHA256=05ceec7fd937e1416e5dce12b0b6e1c655907d349d52574319a1e875077ccb79
2016-09-23 16:36:58 UTC/bin/sh -c set -x && curl -fSL "https://${DOCKER_BUCKET}/builds/Linux/x86_64/docker-${DOCKER_VERSION}.tgz" -o docker.tgz && echo "${DOCKER_SHA256} *docker.tgz" | sha256sum -c - && tar -xzvf docker.tgz && mv docker/* /usr/local/bin/ && rmdir docker && rm docker.tgz && docker -v
2016-10-10 23:04:00 UTC/bin/sh -c #(nop) COPY file:399605dc1850a60a586b5494ab538bad495fd6f94eabca0c5f8a26468ce6030f in /usr/local/bin/
2016-10-10 23:04:00 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2016-10-10 23:04:00 UTC/bin/sh -c #(nop) CMD ["sh"]
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.