Namespace
library
Image / Tag
docker:18.06.1-ce-rc2-dind
Content Digest
sha256:318c93ac7f3902c04d16fdb8f51c4b57447551a9bfa55f0ad7fcada9ea328b35
Details
Created

2018-08-16 20:24:49 UTC

Size

50.4 MB

Content Digest
Environment
DIND_COMMIT

52379fa76dee07ca038624d639d9e14f4fb719ff

DOCKER_CHANNEL

test

DOCKER_VERSION

18.06.1-ce-rc2

PATH

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


Layers

[#000] sha256:8e3ba11ec2a2b39ab372c60c16b421536e50e5ce64a0bc81765c2e38381bcff6 - 4.18% (2.1 MB)

[#001] sha256:8e6b2bc60854b6da4133bf627bf976f4e168371c827bf5784b0a0b9266382279 - 0.58% (302 KB)

[#002] sha256:3d20cafe6dc87abc0051ca2a3d46ebbcc10fcf0f5569578b1f3d72c6ab453c69 - 0.0% (154 Bytes)

[#003] sha256:da8055b14a6d908e315f45f9cfae425068dfbe7b4bfceb745f8b25811e2d2a3e - 86.31% (43.5 MB)

[#004] sha256:60a119def6b3df3ebdb86e8807d334a5204c155b1ffdfb8885190bb8c99999d7 - 0.0% (548 Bytes)

[#005] sha256:6d833db005a0e35190c6800756a530fb234b1f81c26fdd4650c48bbbe2625092 - 0.0% (742 Bytes)

[#006] sha256:b1af33df4143940ceaf4a280d29a505fe05bffb82f6101aec9fb4af8db85b74f - 8.88% (4.47 MB)

[#007] sha256:fb9af3eb8b4a5b031f5b96288e37ef8f3cf76df5e47bcfe805ad5814840459cf - 0.0% (1.27 KB)

[#008] sha256:a64be7c4057f68b209f1eb5a13245e39272210c9b855f53e585781499f591fae - 0.05% (25.1 KB)

[#009] sha256:d3859b4fa47a00d4c925a25a4e1d3a416ade4a052e0e3164fac9bb912c8b798d - 0.0% (595 Bytes)


History
2018-07-06 14:14:06 UTC

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

2018-07-06 14:14:06 UTC

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

2018-07-12 21:19:43 UTC

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

2018-07-12 21:19:44 UTC

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

2018-08-16 20:23:50 UTC

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

2018-08-16 20:23:51 UTC

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

2018-08-16 20:24:02 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' ;; armhf) dockerArch='armel' ;; 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

2018-08-16 20:24:02 UTC

/bin/sh -c #(nop) COPY file:016ebcc5aefa6b28f6c484a299057d5b236e1d4f3baf44cc76eb4cd578821691 in /usr/local/bin/modprobe

2018-08-16 20:24:03 UTC

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

2018-08-16 20:24:03 UTC

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

2018-08-16 20:24:03 UTC

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

2018-08-16 20:24:26 UTC

/bin/sh -c set -eux; apk add --no-cache btrfs-progs e2fsprogs e2fsprogs-extra iptables xfsprogs xz pigz ; if zfs="$(apk info --no-cache --quiet zfs)" && [ -n "$zfs" ]; then apk add --no-cache zfs; fi

2018-08-16 20:24:27 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

2018-08-16 20:24:27 UTC

/bin/sh -c #(nop) ENV DIND_COMMIT=52379fa76dee07ca038624d639d9e14f4fb719ff

2018-08-16 20:24: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

2018-08-16 20:24:30 UTC

/bin/sh -c #(nop) COPY file:4369494e10938c035554e3167656aa131a9a7c6790e86742abd46e48568c8201 in /usr/local/bin/

2018-08-16 20:24:48 UTC

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

2018-08-16 20:24:48 UTC

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

2018-08-16 20:24:49 UTC

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

2018-08-16 20:24:49 UTC

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

Details
Created

2018-08-17 07:54:38 UTC

Size

47.2 MB

Content Digest
Environment
DIND_COMMIT

52379fa76dee07ca038624d639d9e14f4fb719ff

DOCKER_CHANNEL

test

DOCKER_VERSION

18.06.1-ce-rc2

PATH

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


Layers

[#000] sha256:ee7d700abbf209aa401ef5d53f86af298a25e8154b3259036e9307d08f255c5d - 4.34% (2.05 MB)

[#001] sha256:a1653f4692c1ccea69cd46121d4f1371957f66e97a20141371dd4da10ebaec19 - 0.0% (175 Bytes)

[#002] sha256:8914d45f1b2cabdf98026bbfec8b70ebb63e829a8ebde571f733abaad018de39 - 0.62% (302 KB)

[#003] sha256:d6579bc6b32fc36451455300d9a15571bf468bcfe7f8b52ddc36f24590628d2b - 0.0% (154 Bytes)

[#004] sha256:6a26e3ab0a0dc095676325bf464ed3e850ec5c678aa17b85abd45ed4f901fa99 - 89.63% (42.3 MB)

[#005] sha256:cf042feafbf43e1577ffe586734ea700b878b6dc7ef5782ec1b75ce5c84e927e - 0.0% (547 Bytes)

[#006] sha256:d2d1a9e45faaa52e0263ff32ac7804133e2a6b0a7a4050882574aa0731bb4b3d - 0.0% (743 Bytes)

[#007] sha256:52e2c87a5d369529663744a2de27932672466dbcb6e190d962850cc5fac05a2c - 5.36% (2.53 MB)

[#008] sha256:a316f6eb0fbb75be803e20c6f727a325d1057d521f581948725192b08bbc3265 - 0.0% (1.3 KB)

[#009] sha256:8fe3b981281ee46ba63f9a5a8c75af631d9bd8e4ee80554fa4a5fcd4778bf79a - 0.04% (19.7 KB)

[#010] sha256:b2e02cb5463bf955200e0db11f799e453f4d60dbe4811589ab974f301f1de7f5 - 0.0% (593 Bytes)


History
2018-07-06 07:53:29 UTC

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

2018-07-06 07:53:30 UTC

/bin/sh -c #(nop) COPY file:0f1d36dd7d8d53613b275660a88c5bf9b608ea8aa73a8054cb8bdbd73fd971ac in /etc/localtime

2018-07-06 07:53:30 UTC

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

2018-08-17 07:54:18 UTC

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

2018-08-17 07:54:18 UTC

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

2018-08-17 07:54:19 UTC

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

2018-08-17 07:54:19 UTC

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

2018-08-17 07:54:26 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' ;; armhf) dockerArch='armel' ;; 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

2018-08-17 07:54:27 UTC

/bin/sh -c #(nop) COPY file:016ebcc5aefa6b28f6c484a299057d5b236e1d4f3baf44cc76eb4cd578821691 in /usr/local/bin/modprobe

2018-08-17 07:54:27 UTC

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

2018-08-17 07:54:27 UTC

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

2018-08-17 07:54:28 UTC

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

2018-08-17 07:54:34 UTC

/bin/sh -c set -eux; apk add --no-cache btrfs-progs e2fsprogs e2fsprogs-extra iptables xfsprogs xz pigz ; if zfs="$(apk info --no-cache --quiet zfs)" && [ -n "$zfs" ]; then apk add --no-cache zfs; fi

2018-08-17 07:54:35 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

2018-08-17 07:54:36 UTC

/bin/sh -c #(nop) ENV DIND_COMMIT=52379fa76dee07ca038624d639d9e14f4fb719ff

2018-08-17 07:54:37 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

2018-08-17 07:54:37 UTC

/bin/sh -c #(nop) COPY file:4369494e10938c035554e3167656aa131a9a7c6790e86742abd46e48568c8201 in /usr/local/bin/

2018-08-17 07:54:37 UTC

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

2018-08-17 07:54:38 UTC

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

2018-08-17 07:54:38 UTC

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

2018-08-17 07:54:38 UTC

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

Details
Created

2018-08-17 08:40:50 UTC

Size

46.9 MB

Content Digest
Environment
DIND_COMMIT

52379fa76dee07ca038624d639d9e14f4fb719ff

DOCKER_CHANNEL

test

DOCKER_VERSION

18.06.1-ce-rc2

PATH

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


Layers

[#000] sha256:47e04371c99027fae42871b720fdc6cdddcb65062bfa05f0c3bb0a594cb5bbbd - 4.27% (2 MB)

[#001] sha256:b4103359e1ecd9a7253d8b8a041d4e81db1ff4a5e1950bc0e02305d221c9e6c2 - 0.0% (176 Bytes)

[#002] sha256:fdcf8e21e8f5edb742758a8dcd7868dc15b1b1ad2605c214d159d58216e7944a - 0.63% (301 KB)

[#003] sha256:38e221838d317e50636dd30af1175c5672e49c137b7163688ad18fd895860a23 - 0.0% (154 Bytes)

[#004] sha256:022c736ec904e34294c7a9988bf33e086886439fd821d487f42016c07c9f603a - 86.39% (40.5 MB)

[#005] sha256:cf055c244f2ca106da2c4532628d08bd7299e8f70bc57c71551fb3f062685936 - 0.0% (548 Bytes)

[#006] sha256:9fcf654f23fce267e49388237f98c525b86d62bcf1832e18e3b7ec4e97bfc6d3 - 0.0% (740 Bytes)

[#007] sha256:e410d2097d83cea959c80004428dd7f83952e0ef3cf304f714d791f4ce8537ec - 8.65% (4.06 MB)

[#008] sha256:9a4523fdc77cefbc137f4664c2a708c96c474481c78aad235dc7ae61b07968d4 - 0.0% (1.27 KB)

[#009] sha256:a5c99807af79b5fd3226d441c265ca15efb93bc65e86ff8bc079c5219739e5db - 0.05% (25.1 KB)

[#010] sha256:3a6909f52927dd2a13964b3a4f0333cdf14e0c0a5c7e64f8fb9c0fe3f5b623ab - 0.0% (591 Bytes)


History
2018-07-06 08:41:03 UTC

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

2018-07-06 08:41:03 UTC

/bin/sh -c #(nop) COPY file:0f1d36dd7d8d53613b275660a88c5bf9b608ea8aa73a8054cb8bdbd73fd971ac in /etc/localtime

2018-07-06 08:41:04 UTC

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

2018-07-13 08:41:59 UTC

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

2018-07-13 08:42:00 UTC

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

2018-08-17 08:39:43 UTC

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

2018-08-17 08:39:44 UTC

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

2018-08-17 08:39:54 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' ;; armhf) dockerArch='armel' ;; 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

2018-08-17 08:40:11 UTC

/bin/sh -c #(nop) COPY file:016ebcc5aefa6b28f6c484a299057d5b236e1d4f3baf44cc76eb4cd578821691 in /usr/local/bin/modprobe

2018-08-17 08:40:12 UTC

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

2018-08-17 08:40:13 UTC

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

2018-08-17 08:40:14 UTC

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

2018-08-17 08:40:41 UTC

/bin/sh -c set -eux; apk add --no-cache btrfs-progs e2fsprogs e2fsprogs-extra iptables xfsprogs xz pigz ; if zfs="$(apk info --no-cache --quiet zfs)" && [ -n "$zfs" ]; then apk add --no-cache zfs; fi

2018-08-17 08:40:43 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

2018-08-17 08:40:43 UTC

/bin/sh -c #(nop) ENV DIND_COMMIT=52379fa76dee07ca038624d639d9e14f4fb719ff

2018-08-17 08:40:46 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

2018-08-17 08:40:46 UTC

/bin/sh -c #(nop) COPY file:4369494e10938c035554e3167656aa131a9a7c6790e86742abd46e48568c8201 in /usr/local/bin/

2018-08-17 08:40:47 UTC

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

2018-08-17 08:40:48 UTC

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

2018-08-17 08:40:49 UTC

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

2018-08-17 08:40:50 UTC

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

Details
Created

2018-08-17 08:21:43 UTC

Size

46.9 MB

Content Digest
Environment
DIND_COMMIT

52379fa76dee07ca038624d639d9e14f4fb719ff

DOCKER_CHANNEL

test

DOCKER_VERSION

18.06.1-ce-rc2

PATH

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


Layers

[#000] sha256:e642bcb5b1890a07dd2fc8be2bc35edf5e2b651d4993e71caef03b4b43ace970 - 4.46% (2.09 MB)

[#001] sha256:2e09410b1fce4c4630b3bc57c6ee158ee9821ec415d0acaa1607b9e0bcf76d91 - 0.0% (176 Bytes)

[#002] sha256:5ec6bd9d21e799a48d9d45adc8b1205b230ebc1c404f5e24819f7a163e930fae - 0.63% (304 KB)

[#003] sha256:b72b93b2b95e568babbdef6769cccc48118c63c2cdbfabd9b4a3b15250ec64fc - 0.0% (153 Bytes)

[#004] sha256:7a813a597ad86617331a94a43ff515d926f61c93ad0dc6f3e2301a51453e972b - 85.44% (40.1 MB)

[#005] sha256:8c6e46ab6bf1981ae060a5f8f932e17dc5b54387a3277dbafaf4ff55e2ab20ea - 0.0% (551 Bytes)

[#006] sha256:ad65c81e446eba72d85525881f53d37f89b5c9df40302b686e22bc7ee2643218 - 0.0% (744 Bytes)

[#007] sha256:ea15cb0d6af960574ca3fbbf6dc7fb75b1808cdda11a66dcab18bcf8c27dac5f - 9.41% (4.42 MB)

[#008] sha256:b79785c41afce891b5bab5128a3f696a543e7e3fcd4fa912c541ab447605db3b - 0.0% (1.31 KB)

[#009] sha256:76b74b55e407f8a66e3eceb60cdfbeb5dd95b8b01729121a84274b0605b8f950 - 0.05% (25.1 KB)

[#010] sha256:c34eac2acd12262a2e301b32215b1cc59fe198a4acccc653ac91781b24cddbb6 - 0.0% (598 Bytes)


History
2018-07-06 08:18:09 UTC

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

2018-07-06 08:18:10 UTC

/bin/sh -c #(nop) COPY file:0f1d36dd7d8d53613b275660a88c5bf9b608ea8aa73a8054cb8bdbd73fd971ac in /etc/localtime

2018-07-06 08:18:11 UTC

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

2018-07-13 18:43:52 UTC

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

2018-07-13 18:43:56 UTC

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

2018-08-17 08:18:24 UTC

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

2018-08-17 08:18:30 UTC

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

2018-08-17 08:19:19 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' ;; armhf) dockerArch='armel' ;; 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

2018-08-17 08:19:31 UTC

/bin/sh -c #(nop) COPY file:016ebcc5aefa6b28f6c484a299057d5b236e1d4f3baf44cc76eb4cd578821691 in /usr/local/bin/modprobe

2018-08-17 08:19:36 UTC

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

2018-08-17 08:19:41 UTC

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

2018-08-17 08:19:46 UTC

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

2018-08-17 08:20:49 UTC

/bin/sh -c set -eux; apk add --no-cache btrfs-progs e2fsprogs e2fsprogs-extra iptables xfsprogs xz pigz ; if zfs="$(apk info --no-cache --quiet zfs)" && [ -n "$zfs" ]; then apk add --no-cache zfs; fi

2018-08-17 08:21:06 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

2018-08-17 08:21:12 UTC

/bin/sh -c #(nop) ENV DIND_COMMIT=52379fa76dee07ca038624d639d9e14f4fb719ff

2018-08-17 08:21:26 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

2018-08-17 08:21:30 UTC

/bin/sh -c #(nop) COPY file:4369494e10938c035554e3167656aa131a9a7c6790e86742abd46e48568c8201 in /usr/local/bin/

2018-08-17 08:21:33 UTC

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

2018-08-17 08:21:37 UTC

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

2018-08-17 08:21:41 UTC

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

2018-08-17 08:21:43 UTC

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

Details
Created

2018-08-17 11:42:47 UTC

Size

50.2 MB

Content Digest
Environment
DIND_COMMIT

52379fa76dee07ca038624d639d9e14f4fb719ff

DOCKER_CHANNEL

test

DOCKER_VERSION

18.06.1-ce-rc2

PATH

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


Layers

[#000] sha256:cdf21ace94188d512903eea53ea8559677e0e6ffd5d6a180a1d88c118abc96fc - 4.38% (2.2 MB)

[#001] sha256:ea178433f2f09080fbbf77f09da1b16d588b7ced380d495a2f2ad00d28468338 - 0.0% (175 Bytes)

[#002] sha256:a5eeb143e96d53824ae8400edeaff13b2f662c7b1eabb1ea3f35b13606a43844 - 0.59% (302 KB)

[#003] sha256:c4d9e1e34325661474352d946155c6b35e9706f2ab12465bc084d780a7c2bb27 - 0.0% (154 Bytes)

[#004] sha256:2cda0dedfe3d3ac86297c5131bac6b2bd33ad87283300ae3af7304d02a4254c6 - 85.84% (43.1 MB)

[#005] sha256:b13e5d4f36cc3db256468b508c0c868524e247856a87e0787f239e71674502c5 - 0.0% (549 Bytes)

[#006] sha256:09e90c696c7171c8727b677a2d0ef318a23313bee0e94f5fbdf9414c0716e0b9 - 0.0% (742 Bytes)

[#007] sha256:780dcc8f108cd740f9216836a7648879865fc8cf1cb83897af1b463a803125aa - 9.14% (4.59 MB)

[#008] sha256:0cdb689f60b3cf0d54bd9aea2c3abfa359315eb6a722806a1c395dc7bbfc8702 - 0.0% (1.28 KB)

[#009] sha256:4d8fce1db0f20be412d020f67f53c39ef91907ada6565ab4e817038babb0dd9d - 0.05% (25.1 KB)

[#010] sha256:02150b640b3353ad1f2a4f4379e0de5a9cd04d25bcb61f93c09667a74da07f31 - 0.0% (593 Bytes)


History
2018-07-06 11:41:42 UTC

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

2018-07-06 11:41:43 UTC

/bin/sh -c #(nop) COPY file:0f1d36dd7d8d53613b275660a88c5bf9b608ea8aa73a8054cb8bdbd73fd971ac in /etc/localtime

2018-07-06 11:41:43 UTC

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

2018-07-13 11:41:31 UTC

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

2018-07-13 11:41:33 UTC

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

2018-08-17 11:42:26 UTC

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

2018-08-17 11:42:26 UTC

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

2018-08-17 11:42:30 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' ;; armhf) dockerArch='armel' ;; 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

2018-08-17 11:42:30 UTC

/bin/sh -c #(nop) COPY file:016ebcc5aefa6b28f6c484a299057d5b236e1d4f3baf44cc76eb4cd578821691 in /usr/local/bin/modprobe

2018-08-17 11:42:30 UTC

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

2018-08-17 11:42:31 UTC

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

2018-08-17 11:42:31 UTC

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

2018-08-17 11:42:44 UTC

/bin/sh -c set -eux; apk add --no-cache btrfs-progs e2fsprogs e2fsprogs-extra iptables xfsprogs xz pigz ; if zfs="$(apk info --no-cache --quiet zfs)" && [ -n "$zfs" ]; then apk add --no-cache zfs; fi

2018-08-17 11:42:45 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

2018-08-17 11:42:45 UTC

/bin/sh -c #(nop) ENV DIND_COMMIT=52379fa76dee07ca038624d639d9e14f4fb719ff

2018-08-17 11:42:46 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

2018-08-17 11:42:46 UTC

/bin/sh -c #(nop) COPY file:4369494e10938c035554e3167656aa131a9a7c6790e86742abd46e48568c8201 in /usr/local/bin/

2018-08-17 11:42:47 UTC

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

2018-08-17 11:42:47 UTC

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

2018-08-17 11:42:47 UTC

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

2018-08-17 11:42:47 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