2016-12-27 18:36:30 UTC
22.6 MB
get.docker.com
DOCKER_SHA2568c2e0c35e3cda11706f54b2d46c2521a6e9026a7b13c7d4b8ae1f3a706fc55e1
DOCKER_VERSION1.11.2
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:b7f33cc0b48ea4fb2f0745def58c25483a5f6b7aed5b41ce8f1cb6e17f5723cf - 9.77% (2.21 MB)
[#001] sha256:1438997aafae96dc7e9ae08d25a298432204c909dbf82d191d5372d8be867fec - 3.87% (894 KB)
[#002] sha256:c196c61da5ba3042a689acc83c9ce4089e4cadc154a0fc29dc10b6bfc80a0ae9 - 86.36% (19.5 MB)
[#003] sha256:4b1a212f313eb2d96ec3b3f6fc2fdd69ae0aa4c443aeaf5fd1d814dfde8930da - 0.0% (487 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:24 UTC/bin/sh -c #(nop) ENV DOCKER_BUCKET=get.docker.com
2016-12-27 18:36:25 UTC/bin/sh -c #(nop) ENV DOCKER_VERSION=1.11.2
2016-12-27 18:36:25 UTC/bin/sh -c #(nop) ENV DOCKER_SHA256=8c2e0c35e3cda11706f54b2d46c2521a6e9026a7b13c7d4b8ae1f3a706fc55e1
2016-12-27 18:36:29 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:36:29 UTC/bin/sh -c #(nop) COPY file:a8b1446f032ff01ac092c29a0af328f0b9d47bbee72d1049499f2a9a89ee988a in /usr/local/bin/
2016-12-27 18:36:30 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2016-12-27 18:36:30 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.