Namespace
library
Image / Tag
docker:17.06.0-ce-rc4-dind
Content Digest
sha256:99c78e6d185e779011172cc538ed0ccfc6dd2ff91ad64241cee907ab336382bf
Details
Created

2017-06-16 00:04:34 UTC

Size

33.1 MB

Content Digest
Environment
DIND_COMMIT

3b5fac462d21ca164b3778647420016315289034

DOCKER_CHANNEL

test

DOCKER_VERSION

17.06.0-ce-rc4

PATH

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


Layers

[#000] sha256:2aecc7e1714b6fad58d13aedb0639011b37b86f743ba7b6a52d82bd03014b78e - 5.73% (1.9 MB)

[#001] sha256:5dfd12279b0d11f205f37f642e15d7328cc23431b4c09a2672b941d67e40685f - 1.01% (343 KB)

[#002] sha256:491ccbdf1032a9fbef20bb3ddc5b2daba222d96b0a36c522316b12aea6c78e35 - 86.38% (28.6 MB)

[#003] sha256:18e3b33c3ccb41586a9f2927d9e1fdab83a3e89d7beef4a009cf684b75238bc6 - 0.0% (729 Bytes)

[#004] sha256:6bd45896a41e470e61907f4d139850c4d0bc8587781d15b6d438bd28e0415972 - 6.36% (2.11 MB)

[#005] sha256:e25f03b2c9b4dff5c55a2041eddfa94ca09955b589e861c05cf0446250cb2253 - 0.0% (1.27 KB)

[#006] sha256:deeef466708b5d251c3c722aee213fc2ccc0bbdad6382ea6b9d2a7276334a6e4 - 0.51% (172 KB)

[#007] sha256:98a3217a7261b0525763a490d27a600aa92a2d8cb886f145ac0fbe7abe33cb1a - 0.0% (486 Bytes)


History
2017-05-25 23:33:21 UTC

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

2017-05-25 23:33:22 UTC

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

2017-05-31 20:08:42 UTC

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

2017-05-31 20:08:43 UTC

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

2017-06-16 00:03:45 UTC

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

2017-06-16 00:03:51 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-16 00:03:53 UTC

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

2017-06-16 00:03:53 UTC

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

2017-06-16 00:03:54 UTC

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

2017-06-16 00:04:22 UTC

/bin/sh -c apk add --no-cache btrfs-progs e2fsprogs e2fsprogs-extra iptables xfsprogs xz

2017-06-16 00:04:24 UTC

/bin/sh -c set -x && addgroup -S dockremap && adduser -S -G dockremap dockremap && echo 'dockremap:165536:65536' >> /etc/subuid && echo 'dockremap:165536:65536' >> /etc/subgid

2017-06-16 00:04:24 UTC

/bin/sh -c #(nop) ENV DIND_COMMIT=3b5fac462d21ca164b3778647420016315289034

2017-06-16 00:04:29 UTC

/bin/sh -c set -ex; apk add --no-cache --virtual .fetch-deps libressl; wget -O /usr/local/bin/dind "https://raw.githubusercontent.com/docker/docker/${DIND_COMMIT}/hack/dind"; chmod +x /usr/local/bin/dind; apk del .fetch-deps

2017-06-16 00:04:31 UTC

/bin/sh -c #(nop) COPY file:7070e4b35c137a8ec5904300d19b8f7ee74aa76659517767c617249cece98a4a in /usr/local/bin/

2017-06-16 00:04:32 UTC

/bin/sh -c #(nop) VOLUME [/var/lib/docker]

2017-06-16 00:04:32 UTC

/bin/sh -c #(nop) EXPOSE 2375/tcp

2017-06-16 00:04:33 UTC

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

2017-06-16 00:04:34 UTC

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

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