Namespace
library
Image / Tag
docker:19.03.0-beta4-dind
Content Digest
sha256:86e1345aa44e6b5b7ae8ace821c47439b29679f8455e22b2860d0b2c543ba374
Details
Created

2019-05-16 00:34:50 UTC

Size

68.2 MB

Content Digest
Environment
DIND_COMMIT

37498f009d8bf25fbb6199e8ccd34bed84f2874b

DOCKER_CHANNEL

test

DOCKER_VERSION

19.03.0-beta4

PATH

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


Layers

[#000] sha256:e7c96db7181be991f19a9fb6975cdbbd73c65f4a2681348e63a141a2192a5f10 - 3.86% (2.63 MB)

[#001] sha256:5297bd3818169b125a364b85eb77095c3f33626fa6a83f36bf2123aba60f2b39 - 0.42% (295 KB)

[#002] sha256:3a664477889cd9030004351f3bb8a9c904e299cf5e5f17f8819e20d7370aeceb - 0.0% (153 Bytes)

[#003] sha256:476be315e6a4e1b0eb41ce2b14120d83a9182b5290608fe19d169c39edf8ed8a - 89.04% (60.7 MB)

[#004] sha256:3e15fdbb6258b5759445d9e971b07e2a36581b3c7c42eded2afb77b4d62e1723 - 0.0% (544 Bytes)

[#005] sha256:083c6663b952753f79b13b8760cce7854ee01528a964414e61d1b252fd5d62b9 - 0.0% (738 Bytes)

[#006] sha256:e4f3f96366d28c95cf4cc75452e3e0a8432bfe30cb4e6bd9f2d07eba90d20681 - 6.67% (4.55 MB)

[#007] sha256:e10796bc750912daff7cd4041890ebfe87ae1dce4a6205546ad146a4390bf34e - 0.0% (1.28 KB)

[#008] sha256:161f2bde96018a1846f0c0169e9da09e85bc13c14fadca5d8ee2c0a669ec9c35 - 0.0% (757 Bytes)

[#009] sha256:46df2cf6c7270e9f058032658af72110957e2092f839a36cf9f4d67b8f300db2 - 0.0% (575 Bytes)


History
2019-05-11 00:07:03 UTC

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

2019-05-11 00:07:03 UTC

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

2019-05-11 00:23:26 UTC

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

2019-05-11 00:23:27 UTC

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

2019-05-11 00:23:27 UTC

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

2019-05-16 00:34:29 UTC

/bin/sh -c #(nop) ENV DOCKER_VERSION=19.03.0-beta4

2019-05-16 00:34:39 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

2019-05-16 00:34:39 UTC

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

2019-05-16 00:34:40 UTC

/bin/sh -c #(nop) COPY file:232c7644a72835c769a24023d9195c15e9ea7dbe3b01f641c800526aecd5676b in /usr/local/bin/

2019-05-16 00:34:40 UTC

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

2019-05-16 00:34:40 UTC

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

2019-05-16 00:34: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

2019-05-16 00:34:48 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

2019-05-16 00:34:48 UTC

/bin/sh -c #(nop) ENV DIND_COMMIT=37498f009d8bf25fbb6199e8ccd34bed84f2874b

2019-05-16 00:34:49 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

2019-05-16 00:34:49 UTC

/bin/sh -c #(nop) COPY file:779dca3bbfbd33f9223bd74feaf003513d1936b73cdbfb2a8e52d9a12505d90c in /usr/local/bin/

2019-05-16 00:34:50 UTC

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

2019-05-16 00:34:50 UTC

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

2019-05-16 00:34:50 UTC

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

2019-05-16 00:34:50 UTC

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

Details
Created

2019-05-15 23:49:55 UTC

Size

62 MB

Content Digest
Environment
DIND_COMMIT

37498f009d8bf25fbb6199e8ccd34bed84f2874b

DOCKER_CHANNEL

test

DOCKER_VERSION

19.03.0-beta4

PATH

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


Layers

[#000] sha256:6e39823df636e42cc4ea056843af98c9bec31b5ae0a75cdc5628cd19b589189c - 3.91% (2.43 MB)

[#001] sha256:1e973d2d028433a678a141dae7960c25f92470d4fb1445eb6db2043b2e835031 - 0.46% (295 KB)

[#002] sha256:78436e680e21b80ea470c654124955de15e6e8a79b59499c5dbe71d477058b7c - 0.0% (153 Bytes)

[#003] sha256:e9a245e00e2d54557d747fd68886cefa080b8fc72f82c8ce557080d15b1cedaf - 91.36% (56.6 MB)

[#004] sha256:d2aff761bb1e85a622f17b4f0770a359c9bb171e7a947f9a9082ebe18ad720e0 - 0.0% (543 Bytes)

[#005] sha256:4438254198af282238eff9c5f3fba8058ca43e833e4f94f9d3abd38ee9acd33d - 0.0% (738 Bytes)

[#006] sha256:6c48bf70d65e3d7409198dacdea0a2a64014ba409605934a8cb31316343cbe0a - 4.25% (2.64 MB)

[#007] sha256:f0a2a551a3e81d1418b78797e55f869d178f13ea63d8926e948d378c85528345 - 0.0% (1.3 KB)

[#008] sha256:c9715485c49ba640311829db09f0422896f7d38934fd9dc221c47c02886ed460 - 0.0% (755 Bytes)

[#009] sha256:43c837831b630c6d34e096610a80e02c59d9845757abcb804816c0c27a2255de - 0.0% (575 Bytes)


History
2019-05-11 07:49:31 UTC

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

2019-05-11 07:49:31 UTC

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

2019-05-11 09:14:32 UTC

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

2019-05-11 09:14:33 UTC

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

2019-05-11 09:20:31 UTC

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

2019-05-15 23:49:27 UTC

/bin/sh -c #(nop) ENV DOCKER_VERSION=19.03.0-beta4

2019-05-15 23: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

2019-05-15 23:49:39 UTC

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

2019-05-15 23:49:39 UTC

/bin/sh -c #(nop) COPY file:232c7644a72835c769a24023d9195c15e9ea7dbe3b01f641c800526aecd5676b in /usr/local/bin/

2019-05-15 23:49:40 UTC

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

2019-05-15 23:49:40 UTC

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

2019-05-15 23:49:47 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

2019-05-15 23:49:49 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

2019-05-15 23:49:49 UTC

/bin/sh -c #(nop) ENV DIND_COMMIT=37498f009d8bf25fbb6199e8ccd34bed84f2874b

2019-05-15 23:49:52 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

2019-05-15 23:49:53 UTC

/bin/sh -c #(nop) COPY file:779dca3bbfbd33f9223bd74feaf003513d1936b73cdbfb2a8e52d9a12505d90c in /usr/local/bin/

2019-05-15 23:49:53 UTC

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

2019-05-15 23:49:54 UTC

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

2019-05-15 23:49:54 UTC

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

2019-05-15 23:49:55 UTC

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

Details
Created

2019-05-16 00:39:55 UTC

Size

61.7 MB

Content Digest
Environment
DIND_COMMIT

37498f009d8bf25fbb6199e8ccd34bed84f2874b

DOCKER_CHANNEL

test

DOCKER_VERSION

19.03.0-beta4

PATH

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


Layers

[#000] sha256:0362ad1dd800a9d92f8982fa28f173f9120266153830f990f7486f44b068968a - 4.16% (2.56 MB)

[#001] sha256:3cfbe23cb93f5c54409e935c5fd19cf451ad8742f93d33deda5a6fb7c56b5d64 - 0.47% (295 KB)

[#002] sha256:65a61663e5e1d8099e20743fee711858255dde1f1f2e6dfee691d4476ef37806 - 0.0% (154 Bytes)

[#003] sha256:bed9ed95a517e0fc078b559ff5e92ee41b1171ba2f4b557953927780292efb6a - 87.93% (54.2 MB)

[#004] sha256:7644e5670a852856ddac0d622c6d78ef170db9d654bd048010870cfe5b6aedb5 - 0.0% (542 Bytes)

[#005] sha256:20d7d4d7989d8b15a89960519131a2ab1e62761ea4ce4d4f5e57e7bb3f72b581 - 0.0% (737 Bytes)

[#006] sha256:94ba496cd4fb00e0cf1328b3d62dcb6077fee1d2a2f4f05d1dd3ebd44bdd8be8 - 7.44% (4.59 MB)

[#007] sha256:fad7586f1fdeb907994da8f06606176103e4710720d81fa2b4c1698787e068b8 - 0.0% (1.3 KB)

[#008] sha256:afe813ae073390c10a57183c0e0f149d26a4b3e34f3736690ec88640ee980c04 - 0.0% (755 Bytes)

[#009] sha256:6cc59c2ce65846b00e02c4f2e2365529e41c7280d0426e897a3b2cd05989c652 - 0.0% (576 Bytes)


History
2019-05-11 08:43:24 UTC

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

2019-05-11 08:43:25 UTC

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

2019-05-16 00:39:29 UTC

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

2019-05-16 00:39:30 UTC

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

2019-05-16 00:39:30 UTC

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

2019-05-16 00:39:31 UTC

/bin/sh -c #(nop) ENV DOCKER_VERSION=19.03.0-beta4

2019-05-16 00:39:39 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

2019-05-16 00:39:40 UTC

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

2019-05-16 00:39:41 UTC

/bin/sh -c #(nop) COPY file:232c7644a72835c769a24023d9195c15e9ea7dbe3b01f641c800526aecd5676b in /usr/local/bin/

2019-05-16 00:39:41 UTC

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

2019-05-16 00:39:41 UTC

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

2019-05-16 00:39:48 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

2019-05-16 00:39:49 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

2019-05-16 00:39:49 UTC

/bin/sh -c #(nop) ENV DIND_COMMIT=37498f009d8bf25fbb6199e8ccd34bed84f2874b

2019-05-16 00:39:52 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

2019-05-16 00:39:53 UTC

/bin/sh -c #(nop) COPY file:779dca3bbfbd33f9223bd74feaf003513d1936b73cdbfb2a8e52d9a12505d90c in /usr/local/bin/

2019-05-16 00:39:53 UTC

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

2019-05-16 00:39:54 UTC

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

2019-05-16 00:39:55 UTC

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

2019-05-16 00:39:55 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