Namespace
library
Image / Tag
docker:17.07.0-ce-rc3-dind
Content Digest
sha256:d8646871720c7b3126ae9fbcfc7a97a853e1d0ff5faa3343c0cfa6bb3c8a4cd8
Details
Created

2017-08-21 18:05:24 UTC

Size

33.6 MB

Content Digest
Environment
DIND_COMMIT

3b5fac462d21ca164b3778647420016315289034

DOCKER_CHANNEL

test

DOCKER_VERSION

17.07.0-ce-rc3

PATH

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


Layers

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

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

[#002] sha256:397b1b11b49e8995e63ab91a69340a5650d231c89a01ad28ac803086b192970b - 86.57% (29.1 MB)

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

[#004] sha256:9c08340f3f4fc02d5944a9d916feada1ee4ae6412f9132fa5460b80f163477e9 - 6.27% (2.11 MB)

[#005] sha256:8657f0a1c06a2ea888e9abf976286c00d59bb6afb8e50c99bab317c954d9dd11 - 0.0% (1.28 KB)

[#006] sha256:8c602070e0e2a14740c9def611877aebd683925adf8a7f6f71cab46a9f69ff24 - 0.5% (172 KB)

[#007] sha256:03aab593ac6f337decb4b97757dc25d65b6104758b293aec8be0d56da871d678 - 0.0% (487 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-27 20:22:17 UTC

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

2017-08-21 18:04:51 UTC

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

2017-08-21 18:05:06 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-08-21 18:05:08 UTC

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

2017-08-21 18:05:08 UTC

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

2017-08-21 18:05:09 UTC

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

2017-08-21 18:05:17 UTC

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

2017-08-21 18:05:18 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-08-21 18:05:18 UTC

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

2017-08-21 18:05:22 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-08-21 18:05:23 UTC

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

2017-08-21 18:05:23 UTC

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

2017-08-21 18:05:23 UTC

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

2017-08-21 18:05:23 UTC

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

2017-08-21 18:05:24 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