Namespace
library
Image / Tag
docker:17.03.2-dind
Content Digest
sha256:fbd827a4cd92b82822ffbc4cd453f25ce3c5f7e260b4a6ca9838f4c159f31a7d
Details
Created

2017-06-29 21:42:05 UTC

Size

31.3 MB

Content Digest
Environment
DIND_COMMIT

3b5fac462d21ca164b3778647420016315289034

DOCKER_CHANNEL

stable

DOCKER_VERSION

17.03.2-ce

PATH

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


Layers

[#000] sha256:019300c8a437a2d60248f27c206795930626dfe7ddc0323d734143bd5eb131a6 - 6.01% (1.88 MB)

[#001] sha256:dc9253de26747cb9ad807096c7779b82609261ad1c5cbee1e502a86c9b0af4da - 1.07% (342 KB)

[#002] sha256:d097821ea2c9d225166fe3401d4fb3539096cd03f47ecf2605fcb5c6583a9e92 - 85.77% (26.8 MB)

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

[#004] sha256:f1cc7e160b045bbb58540ce72961e74300ee2eb3d473d7ea084e8222b0dc6596 - 6.61% (2.07 MB)

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

[#006] sha256:a5d0c64cd1ec3fe5373f6f5b23ab3a6b38311d4e208ee29ec8e84cf73fe3c99b - 0.54% (172 KB)

[#007] sha256:2d148546f89ae558faac06fa61e5ad399573e94caa4dddee874e3a7c7a0091d1 - 0.0% (485 Bytes)


History
2017-06-27 18:39:21 UTC

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

2017-06-27 18:39:45 UTC

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

2017-06-27 20:09:43 UTC

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

2017-06-27 20:15:25 UTC

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

2017-06-29 21:39:59 UTC

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

2017-06-29 21:40: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' ;; *) 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:40:08 UTC

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

2017-06-29 21:40:09 UTC

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

2017-06-29 21:40:34 UTC

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

2017-06-29 21:41:29 UTC

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

2017-06-29 21:41:54 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-29 21:41:55 UTC

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

2017-06-29 21:42:00 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-29 21:42:01 UTC

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

2017-06-29 21:42:02 UTC

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

2017-06-29 21:42:03 UTC

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

2017-06-29 21:42:04 UTC

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

2017-06-29 21:42:05 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