Namespace
library
Image / Tag
docker:17.06.0-ce
Content Digest
sha256:37b446cf66f028b60b2704015a601839ff1a28892006cd77684422beaf02ca58
Details
Created

2017-06-29 21:35:02 UTC

Size

30.8 MB

Content Digest
Environment
DOCKER_CHANNEL

stable

DOCKER_VERSION

17.06.0-ce

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:88286f41530e93dffd4b964e1db22ce4939fffa4a4c665dab8591fbab03d4926 - 6.16% (1.9 MB)

[#001] sha256:61bf6059e353ab57887578aa1be4a24bdd7519f63dde8d79b973d67164f3e349 - 1.09% (343 KB)

[#002] sha256:0b539e28e9a6ad4eb629fd962b2062a936764a9bb846b365121b0cb85b215303 - 92.75% (28.6 MB)

[#003] sha256:ad3af5fe81b021bffdce92f60944a4c14b9308e897482e317b422f6efc8f391d - 0.0% (730 Bytes)


History
2017-06-27 18:41:51 UTC

/bin/sh -c #(nop) ADD file:4583e12bf5caec40b861a3409f2a1624c3f3556cc457edb99c9707f00e779e45 in /

2017-06-27 18:42:16 UTC

/bin/sh -c #(nop) CMD ["/bin/sh"]

2017-06-27 20:22:16 UTC

/bin/sh -c apk add --no-cache ca-certificates

2017-06-29 21:34:26 UTC

/bin/sh -c #(nop) ENV DOCKER_CHANNEL=stable

2017-06-29 21:34:27 UTC

/bin/sh -c #(nop) ENV DOCKER_VERSION=17.06.0-ce

2017-06-29 21:34:59 UTC

/bin/sh -c set -ex; apk add --no-cache --virtual .fetch-deps curl tar ; apkArch="$(apk --print-arch)"; case "$apkArch" in x86_64) dockerArch='x86_64' ;; s390x) dockerArch='s390x' ;; *) echo >&2 "error: unsupported architecture ($apkArch)"; exit 1 ;; esac; if ! curl -fL -o docker.tgz "https://download.docker.com/linux/static/${DOCKER_CHANNEL}/${dockerArch}/docker-${DOCKER_VERSION}.tgz"; then echo >&2 "error: failed to download 'docker-${DOCKER_VERSION}' from '${DOCKER_CHANNEL}' for '${dockerArch}'"; exit 1; fi; tar --extract --file docker.tgz --strip-components 1 --directory /usr/local/bin/ ; rm docker.tgz; apk del .fetch-deps; dockerd -v; docker -v

2017-06-29 21:35:00 UTC

/bin/sh -c #(nop) COPY file:0d94e1cd679f133aab807891a1b00b6aef1a9f1f884108e7a17ddf50ab88f1fb in /usr/local/bin/

2017-06-29 21:35:01 UTC

/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]

2017-06-29 21:35:02 UTC

/bin/sh -c #(nop) CMD ["sh"]

Danger Zone
Delete Tag

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.

Delete