Namespace
library
Image / Tag
docker:17.10-rc-git
Content Digest
sha256:17eeca8a99c933549a05e35c387630d594b96491d49235b1a4038b635b355045
Details
Created

2017-10-12 21:51:11 UTC

Size

42.8 MB

Content Digest
Environment
DOCKER_CHANNEL

test

DOCKER_VERSION

17.10.0-ce-rc2

PATH

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


Layers

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

[#001] sha256:c401a59c6e8718eb4eb9b2bf735786e3eccdaa23b1f8996630c3a6f9ccd66c45 - 0.78% (343 KB)

[#002] sha256:9032f08e624b906a287c8541c709a9a772bea0844d0b5f469b654b98fb4d9031 - 0.0% (154 Bytes)

[#003] sha256:46b1efef66a774fd5aba00895fa9d2e8645dcb19923ab5e63a38fb7e59791d9a - 68.57% (29.4 MB)

[#004] sha256:63630b34eee433bbf57e6b682d503c1675c6b0c9749520271e9d68b6573fdc8d - 0.0% (739 Bytes)

[#005] sha256:420ed61c99b78b93bd07793903627d5d4c8770dfb46ca85ebaa7af09231ff46e - 26.22% (11.2 MB)


History
2017-09-13 14:32:25 UTC

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

2017-09-13 14:32:26 UTC

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

2017-09-13 21:40:03 UTC

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

2017-10-12 21:50:35 UTC

/bin/sh -c [ ! -e /etc/nsswitch.conf ] && echo 'hosts: files dns' > /etc/nsswitch.conf

2017-10-12 21:50:35 UTC

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

2017-10-12 21:50:36 UTC

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

2017-10-12 21:50:41 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' ;; aarch64) dockerArch='aarch64' ;; ppc64le) dockerArch='ppc64le' ;; 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-10-12 21:50:41 UTC

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

2017-10-12 21:50:42 UTC

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

2017-10-12 21:50:42 UTC

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

2017-10-12 21:51:11 UTC

/bin/sh -c apk add --no-cache git openssh-client

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