2016-12-27 18:37:09 UTC
30.7 MB
experimental.docker.com
DOCKER_SHA25698b1faed9b3ac2741688f26bfc7128e4484b4cc70b70c6ec2ff0ff3deec1faf1
DOCKER_VERSION1.12.5
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:b7f33cc0b48ea4fb2f0745def58c25483a5f6b7aed5b41ce8f1cb6e17f5723cf - 7.19% (2.21 MB)
[#001] sha256:1438997aafae96dc7e9ae08d25a298432204c909dbf82d191d5372d8be867fec - 2.85% (894 KB)
[#002] sha256:42cb705c16677138700a57afa1acbcdc67ed375f8075b4235544725577bfbad4 - 89.96% (27.6 MB)
[#003] sha256:3bc64c1cd1c579bb1bd9036bf3bac2a0e107af589906becbba706808a7ae3987 - 0.0% (491 Bytes)
/bin/sh -c #(nop) ADD file:eeed5f514a35d18fcd9cbfe6c40c582211020bffdd53e4799018d33826fe5067 in /
2016-12-27 18:36:24 UTC/bin/sh -c apk add --no-cache ca-certificates curl openssl
2016-12-27 18:36:57 UTC/bin/sh -c #(nop) ENV DOCKER_BUCKET=experimental.docker.com
2016-12-27 18:36:57 UTC/bin/sh -c #(nop) ENV DOCKER_VERSION=1.12.5
2016-12-27 18:36:58 UTC/bin/sh -c #(nop) ENV DOCKER_SHA256=98b1faed9b3ac2741688f26bfc7128e4484b4cc70b70c6ec2ff0ff3deec1faf1
2016-12-27 18:37:07 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-12-27 18:37:08 UTC/bin/sh -c #(nop) COPY file:399605dc1850a60a586b5494ab538bad495fd6f94eabca0c5f8a26468ce6030f in /usr/local/bin/
2016-12-27 18:37:08 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2016-12-27 18:37:09 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.