Namespace
library
Image / Tag
docker:18.09.0-ce-beta1-dind
Content Digest
sha256:ef6e91090a9ce432422a53168a303a32adb791973bba5ba723bc3f9571cd7fbb
Details
Created

2018-10-05 21:19:53 UTC

Size

52 MB

Content Digest
Environment
DIND_COMMIT

52379fa76dee07ca038624d639d9e14f4fb719ff

DOCKER_CHANNEL

test

DOCKER_VERSION

18.09.0-ce-beta1

PATH

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


Layers

[#000] sha256:4fe2ade4980c2dda4fc95858ebb981489baec8c1e4bd282ab1c3560be8ff9bde - 4.05% (2.1 MB)

[#001] sha256:2e793f0ebe8a0d4496ef2fca6d5d45493df6dc40503657b357e153fa91548171 - 0.57% (302 KB)

[#002] sha256:77995fba19184aad4b702852da2d04d7b92693f2923499f5d388fd8d2ce2dd81 - 0.0% (153 Bytes)

[#003] sha256:71d4cda3cd6f588272d125154451ac62e2f17e246e469cda2110cfc073183378 - 86.77% (45.1 MB)

[#004] sha256:400476149a7b9534a1ea2b9ba98695462954fa2a21425797c14179427a658719 - 0.0% (544 Bytes)

[#005] sha256:6b876b4ed3ff4abbaff16b958ada6f833b4c67fa468e4c11c78dd1b542337ee7 - 0.0% (737 Bytes)

[#006] sha256:6b4569979abdce6d863eceb3be847c11ec4979a5916aa24b9b5b6f9f8b8c91b1 - 8.6% (4.47 MB)

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

[#008] sha256:2882ac619a12c4d22efb61ad036d815d131aea4cfacc82f1186b18025d1a4dfa - 0.0% (744 Bytes)

[#009] sha256:ad0401733386cda30bc4c29c8a4e7616ed171f441114221ab4c3e4990a306db1 - 0.0% (598 Bytes)


History
2018-09-11 22:19:50 UTC

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

2018-09-11 22:19:50 UTC

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

2018-09-11 22:52:16 UTC

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

2018-09-11 22:52:16 UTC

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

2018-09-11 22:52:17 UTC

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

2018-09-11 22:52:17 UTC

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

2018-10-05 21:19:33 UTC

/bin/sh -c set -eux; 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 ! wget -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; dockerd --version; docker --version

2018-10-05 21:19:33 UTC

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

2018-10-05 21:19:33 UTC

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

2018-10-05 21:19:33 UTC

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

2018-10-05 21:19:34 UTC

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

2018-10-05 21:19: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-10-05 21:19:51 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-10-05 21:19:51 UTC

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

2018-10-05 21:19:51 UTC

/bin/sh -c set -eux; wget -O /usr/local/bin/dind "https://raw.githubusercontent.com/docker/docker/${DIND_COMMIT}/hack/dind"; chmod +x /usr/local/bin/dind

2018-10-05 21:19:52 UTC

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

2018-10-05 21:19:52 UTC

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

2018-10-05 21:19:52 UTC

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

2018-10-05 21:19:52 UTC

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

2018-10-05 21:19:53 UTC

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

Details
Created

2018-10-06 07:49:55 UTC

Size

47.3 MB

Content Digest
Environment
DIND_COMMIT

52379fa76dee07ca038624d639d9e14f4fb719ff

DOCKER_CHANNEL

test

DOCKER_VERSION

18.09.0-ce-beta1

PATH

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


Layers

[#000] sha256:905674ea9d9448b14f15ae82e3c34138680bac1ef4fc29088aae8c9639b502fe - 4.33% (2.05 MB)

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

[#002] sha256:74fbfc96f252753e0c23e78a31dc898c3e8a97292ae5dc94dc929ea6c8f364d6 - 0.62% (302 KB)

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

[#004] sha256:858f790127d531e0d784a0970f87c4d6c987a71628fdf29870bb6335b40c6969 - 89.7% (42.4 MB)

[#005] sha256:843d876180d4c83dcdd44bbc0029f1968b1c855727794ac923ef7dfb53b62aed - 0.0% (544 Bytes)

[#006] sha256:c87d53074d01870f0df73fa303ab9882363d91dcee4b1233039f8ce772b06d86 - 0.0% (737 Bytes)

[#007] sha256:35b5318bcb1b85a42cf2515da11f2e18cab501ef8fd4fcada34321ba0c384f00 - 5.34% (2.53 MB)

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

[#009] sha256:ef9daaaea225e49de3c963dec18e871910f29279dcdbdc2a6318b03634cad662 - 0.0% (745 Bytes)

[#010] sha256:b4d2f44850ca289861a426cc4ee8a873d6b0fb831cc99084090172526f55b7e7 - 0.0% (597 Bytes)


History
2018-09-12 07:49:40 UTC

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

2018-09-12 07:49:40 UTC

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

2018-09-12 07:49:40 UTC

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

2018-09-12 08:23:24 UTC

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

2018-09-12 08:23:25 UTC

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

2018-09-12 08:23:25 UTC

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

2018-09-12 08:23:25 UTC

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

2018-10-06 07:49:37 UTC

/bin/sh -c set -eux; 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 ! wget -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; dockerd --version; docker --version

2018-10-06 07:49:37 UTC

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

2018-10-06 07:49:38 UTC

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

2018-10-06 07:49:38 UTC

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

2018-10-06 07:49:38 UTC

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

2018-10-06 07:49:46 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-10-06 07:49:51 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-10-06 07:49:51 UTC

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

2018-10-06 07:49:53 UTC

/bin/sh -c set -eux; wget -O /usr/local/bin/dind "https://raw.githubusercontent.com/docker/docker/${DIND_COMMIT}/hack/dind"; chmod +x /usr/local/bin/dind

2018-10-06 07:49:53 UTC

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

2018-10-06 07:49:54 UTC

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

2018-10-06 07:49:54 UTC

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

2018-10-06 07:49:54 UTC

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

2018-10-06 07:49:55 UTC

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

Details
Created

2018-10-06 08:40:50 UTC

Size

46.9 MB

Content Digest
Environment
DIND_COMMIT

52379fa76dee07ca038624d639d9e14f4fb719ff

DOCKER_CHANNEL

test

DOCKER_VERSION

18.09.0-ce-beta1

PATH

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


Layers

[#000] sha256:9941776d74c9129fd585b6f0434ba48bd3a7112d6736bc02e6d12f41153cab26 - 4.27% (2 MB)

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

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

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

[#004] sha256:13e20b9e42b1ab83789e18e779044797c968fdd2ca564d63d7006afb598e1078 - 86.45% (40.6 MB)

[#005] sha256:ffdf3726307020b01177d66de4d968768cdcb12e6da5fb9585efff8f28e2ca2b - 0.0% (545 Bytes)

[#006] sha256:d0f07273cad50118a192848a9eb558e58f7b13400cbdc2ba65201c41f6bfaa5d - 0.0% (737 Bytes)

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

[#008] sha256:27e88a39ba9c3cff2502f4e376dcd0c8a3bfc33aa001f1bb7bf6d39b3b71852f - 0.0% (1.27 KB)

[#009] sha256:aea9dbe35a2dc976ec2274fd2c6eaa99889b97e92275254281ae7be8b8652d7d - 0.0% (745 Bytes)

[#010] sha256:46d2aeefd6c7ddbfb98d1287b7c21dbad73e1fb83331866c892cc586801670fd - 0.0% (596 Bytes)


History
2018-09-12 08:42:24 UTC

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

2018-09-12 08:42:24 UTC

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

2018-09-12 08:42:25 UTC

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

2018-10-03 08:51:01 UTC

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

2018-10-03 08:51:03 UTC

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

2018-10-06 08:39:56 UTC

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

2018-10-06 08:39:57 UTC

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

2018-10-06 08:40:06 UTC

/bin/sh -c set -eux; 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 ! wget -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; dockerd --version; docker --version

2018-10-06 08:40:13 UTC

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

2018-10-06 08:40:14 UTC

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

2018-10-06 08:40:16 UTC

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

2018-10-06 08:40:17 UTC

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

2018-10-06 08:40:40 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-10-06 08:40:42 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-10-06 08:40:43 UTC

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

2018-10-06 08:40:46 UTC

/bin/sh -c set -eux; wget -O /usr/local/bin/dind "https://raw.githubusercontent.com/docker/docker/${DIND_COMMIT}/hack/dind"; chmod +x /usr/local/bin/dind

2018-10-06 08:40:47 UTC

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

2018-10-06 08:40:48 UTC

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

2018-10-06 08:40:49 UTC

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

2018-10-06 08:40:50 UTC

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

2018-10-06 08:40:50 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