2016-09-28 20:49:48 UTC
39.3 MB
experimental.docker.com
DOCKER_SHA256d3096cd00f8386e5180c24c7d93284a725577194b43404960029f861fd5a71db
DOCKER_VERSION1.12.2-rc1
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:c0cb142e43453ebb1f82b905aa472e6e66017efd43872135bc5372e4fac04031 - 5.61% (2.21 MB)
[#001] sha256:6c6fe447e877c6fb78f7040d59f81a9aaac5be90ed3f7396a6dfd9aaa3467d29 - 2.22% (894 KB)
[#002] sha256:14d929ed1b815c6bbdc077a735ac7d2cdf1c6f0e90827013fd64d5f6a3365eec - 70.02% (27.5 MB)
[#003] sha256:8f643d591089ee9d0ff7234cafa746f94c205ec40a63e5eef7711ce9fec362cc - 0.0% (466 Bytes)
[#004] sha256:865ab309a165b28b093c2183c17200443a6590536af583405b0f11fef35e457a - 22.15% (8.72 MB)
/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:38:38 UTC/bin/sh -c #(nop) ENV DOCKER_BUCKET=experimental.docker.com
2016-09-28 20:49:23 UTC/bin/sh -c #(nop) ENV DOCKER_VERSION=1.12.2-rc1
2016-09-28 20:49:23 UTC/bin/sh -c #(nop) ENV DOCKER_SHA256=d3096cd00f8386e5180c24c7d93284a725577194b43404960029f861fd5a71db
2016-09-28 20:49:30 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-09-28 20:49:35 UTC/bin/sh -c #(nop) COPY file:50006c902e7677711aeffe4ab7b7042d649618b96dec760f322a8566dd83ab25 in /usr/local/bin/
2016-09-28 20:49:35 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2016-09-28 20:49:35 UTC/bin/sh -c #(nop) CMD ["sh"]
2016-09-28 20:49:48 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.