2016-06-16 19:29:36 UTC
29.4 MB
test.docker.com
DOCKER_SHA256c04b0175f2e8ef6263ebdcdd0cf553696eaacf7cc020ff967e64ea7663e14eea
DOCKER_VERSION1.12.0-rc1
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:fae91920dcd4542f97c9350b3157139a5d901362c2abec284de5ebd1b45b4957 - 7.49% (2.2 MB)
[#001] sha256:f384f6ab36adad485192f09379c0b58dc612a3cde82c551e082a7c29a87c95da - 2.96% (892 KB)
[#002] sha256:924d868a1566961c378063cee23b40942b078345399866d4e8fe024e50603f33 - 89.55% (26.3 MB)
[#003] sha256:04cfd573732916c1d53ef4d293ccdef1d197cc594477bf84caa41f8f3c2892c3 - 0.0% (465 Bytes)
/bin/sh -c #(nop) ADD file:bca92e550bd2ce926584aef2032464b6ebf543ce69133b6602c781866165d703 in /
2016-06-08 00:52:10 UTC/bin/sh -c apk add --no-cache ca-certificates curl openssl
2016-06-16 19:29:29 UTC/bin/sh -c #(nop) ENV DOCKER_BUCKET=test.docker.com
2016-06-16 19:29:30 UTC/bin/sh -c #(nop) ENV DOCKER_VERSION=1.12.0-rc1
2016-06-16 19:29:30 UTC/bin/sh -c #(nop) ENV DOCKER_SHA256=c04b0175f2e8ef6263ebdcdd0cf553696eaacf7cc020ff967e64ea7663e14eea
2016-06-16 19:29:35 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-06-16 19:29:35 UTC/bin/sh -c #(nop) COPY file:50006c902e7677711aeffe4ab7b7042d649618b96dec760f322a8566dd83ab25 in /usr/local/bin/
2016-06-16 19:29:36 UTC/bin/sh -c #(nop) ENTRYPOINT &{["docker-entrypoint.sh"]}
2016-06-16 19:29:36 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.