Namespace
library
Image / Tag
docker:20.10-rc-dind
Content Digest
sha256:4891561b3f9b41e4cf68eae73192efb192a92501e1882c7b7b03c40a58efd53d
Details
Created

2021-10-18 22:19:37 UTC

Size

71.5 MB

Content Digest
Environment
DIND_COMMIT

42b1175eda071c0e9121e1d64345928384a93df1

DOCKER_TLS_CERTDIR

/certs

DOCKER_VERSION

20.10.10-rc1

PATH

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


Layers

[#000] sha256:a0d0a0d46f8b52473982a3c466318f479767577551a53ffc9074c9fa7035982e - 3.75% (2.68 MB)

[#001] sha256:14df950e5a796f46eb6615169002a1c428bd908141de49fb35ec026c206e77aa - 2.58% (1.85 MB)

[#002] sha256:86a31cc9e913427e8959328b7d290bdcc639a9f84c11956c33c0ce112788cf19 - 0.0% (154 Bytes)

[#003] sha256:dccfef21a1ba86a2a49122b42c2b6894a1fb8b832279017d10fcf3799e95d5f0 - 84.96% (60.7 MB)

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

[#005] sha256:c51846a1759acabeb7964b68eb7c183c0668a5ff1175ac9b1952fc4949b649cf - 0.0% (1017 Bytes)

[#006] sha256:84ab21c0404cdc3f3a67b807ff478d3a3d705a4a37c4bc9e3b922ca8e984a2fd - 0.0% (150 Bytes)

[#007] sha256:425931fed24edf6259d6a6ddd00725a7195a42dd7bc0b70b0cc18d0d1aaa4396 - 8.7% (6.22 MB)

[#008] sha256:4a87d63582576ec7a470e771f6c5d16ff7cb7338024ea93995f04bfb4fe1199f - 0.0% (1.29 KB)

[#009] sha256:5e9e7e65b6f97a6d64f396fdfbbfdf24802e58a822b16eea7a8992dd36b39f88 - 0.0% (958 Bytes)

[#010] sha256:3f06cc2cbb18da705b3065ac5c595df3809a82b8ea5e3763fd8fe50d96590e03 - 0.0% (2.56 KB)


History
2021-08-27 17:19:45 UTC

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

2021-08-27 17:19:45 UTC

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

2021-09-01 22:19:34 UTC

/bin/sh -c apk add --no-cache ca-certificates libc6-compat openssh-client

2021-09-01 22:19:35 UTC

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

2021-10-18 22:19:21 UTC

/bin/sh -c #(nop) ENV DOCKER_VERSION=20.10.10-rc1

2021-10-18 22:19:27 UTC

/bin/sh -c set -eux; apkArch="$(apk --print-arch)"; case "$apkArch" in 'x86_64') url='https://download.docker.com/linux/static/test/x86_64/docker-20.10.10-rc1.tgz'; ;; 'armhf') url='https://download.docker.com/linux/static/test/armel/docker-20.10.10-rc1.tgz'; ;; 'armv7') url='https://download.docker.com/linux/static/test/armhf/docker-20.10.10-rc1.tgz'; ;; 'aarch64') url='https://download.docker.com/linux/static/test/aarch64/docker-20.10.10-rc1.tgz'; ;; *) echo >&2 "error: unsupported architecture ($apkArch)"; exit 1 ;; esac; wget -O docker.tgz "$url"; tar --extract --file docker.tgz --strip-components 1 --directory /usr/local/bin/ ; rm docker.tgz; dockerd --version; docker --version

2021-10-18 22:19:27 UTC

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

2021-10-18 22:19:27 UTC

/bin/sh -c #(nop) COPY file:5b18768029dab8174c9d5957bb39560bde5ef6cba50fbbca222731a0059b449b in /usr/local/bin/

2021-10-18 22:19:27 UTC

/bin/sh -c #(nop) ENV DOCKER_TLS_CERTDIR=/certs

2021-10-18 22:19:28 UTC

/bin/sh -c mkdir /certs /certs/client && chmod 1777 /certs /certs/client

2021-10-18 22:19:28 UTC

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

2021-10-18 22:19:29 UTC

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

2021-10-18 22:19:34 UTC

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

2021-10-18 22:19:35 UTC

/bin/sh -c set -eux; addgroup -S dockremap; adduser -S -G dockremap dockremap; echo 'dockremap:165536:65536' >> /etc/subuid; echo 'dockremap:165536:65536' >> /etc/subgid

2021-10-18 22:19:35 UTC

/bin/sh -c #(nop) ENV DIND_COMMIT=42b1175eda071c0e9121e1d64345928384a93df1

2021-10-18 22:19:36 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

2021-10-18 22:19:36 UTC

/bin/sh -c #(nop) COPY file:89f2c7c1492b0cb067fc6be48e1edf3f04c0b6063371da4a48cd4ca35aa098d7 in /usr/local/bin/

2021-10-18 22:19:37 UTC

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

2021-10-18 22:19:37 UTC

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

2021-10-18 22:19:37 UTC

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

2021-10-18 22:19:37 UTC

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

Details
Created

2021-10-18 21:40:20 UTC

Size

65.6 MB

Content Digest
Environment
DIND_COMMIT

42b1175eda071c0e9121e1d64345928384a93df1

DOCKER_TLS_CERTDIR

/certs

DOCKER_VERSION

20.10.10-rc1

PATH

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


Layers

[#000] sha256:552d1f2373af9bfe12033568ebbfb0ccbb0de11279f9a415a29207e264d7f4d9 - 3.94% (2.59 MB)

[#001] sha256:a5b9844ac93b529c1f52e7d493f8e6fe6192353fb1fb922d21c6170008e114d7 - 2.78% (1.82 MB)

[#002] sha256:44145fb8198137b43c7a8143d29d785c2d628a41f9dd2d2c39a779bf8d89b128 - 0.0% (154 Bytes)

[#003] sha256:112f3374d6fabbfe7b2c992c077ac3658ff8d061a8e18265257b45cd60739c0d - 83.94% (55.1 MB)

[#004] sha256:96ffe46428f8f4e7d13099151a78aa124e254522444b80d46bcec4e3e3fc41eb - 0.0% (546 Bytes)

[#005] sha256:6699487bf567a986ddfb631b8655b487e6922d4a86ee9ff17b738d32ae342fa7 - 0.0% (1017 Bytes)

[#006] sha256:7c4f64888be82e82dc404000ef04193fab09949191aa4a5abd16eb3f76de6422 - 0.0% (117 Bytes)

[#007] sha256:6501ba4a4760252cf7cc02d607ee723591654cc0bb5f52520a6e33dc7a0edc25 - 9.33% (6.12 MB)

[#008] sha256:a680b385ce15bb20e7ba5ac40667562dec340d2d81461023bdf90c3e3fabbebd - 0.0% (1.26 KB)

[#009] sha256:f199395c417cc0c7e6398feae5d9baf39d65e2e0a7bb70170c70b89e589e8dfe - 0.0% (958 Bytes)

[#010] sha256:7e1aee83547715d6f96b27af07d2631947e319c0f257cbebfed3719ab3e20529 - 0.0% (2.56 KB)


History
2021-08-27 17:39:33 UTC

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

2021-08-27 17:39:33 UTC

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

2021-10-18 21:39:51 UTC

/bin/sh -c apk add --no-cache ca-certificates libc6-compat openssh-client

2021-10-18 21:39:52 UTC

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

2021-10-18 21:39:53 UTC

/bin/sh -c #(nop) ENV DOCKER_VERSION=20.10.10-rc1

2021-10-18 21:39:59 UTC

/bin/sh -c set -eux; apkArch="$(apk --print-arch)"; case "$apkArch" in 'x86_64') url='https://download.docker.com/linux/static/test/x86_64/docker-20.10.10-rc1.tgz'; ;; 'armhf') url='https://download.docker.com/linux/static/test/armel/docker-20.10.10-rc1.tgz'; ;; 'armv7') url='https://download.docker.com/linux/static/test/armhf/docker-20.10.10-rc1.tgz'; ;; 'aarch64') url='https://download.docker.com/linux/static/test/aarch64/docker-20.10.10-rc1.tgz'; ;; *) echo >&2 "error: unsupported architecture ($apkArch)"; exit 1 ;; esac; wget -O docker.tgz "$url"; tar --extract --file docker.tgz --strip-components 1 --directory /usr/local/bin/ ; rm docker.tgz; dockerd --version; docker --version

2021-10-18 21:40:00 UTC

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

2021-10-18 21:40:01 UTC

/bin/sh -c #(nop) COPY file:5b18768029dab8174c9d5957bb39560bde5ef6cba50fbbca222731a0059b449b in /usr/local/bin/

2021-10-18 21:40:01 UTC

/bin/sh -c #(nop) ENV DOCKER_TLS_CERTDIR=/certs

2021-10-18 21:40:02 UTC

/bin/sh -c mkdir /certs /certs/client && chmod 1777 /certs /certs/client

2021-10-18 21:40:03 UTC

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

2021-10-18 21:40:04 UTC

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

2021-10-18 21:40:12 UTC

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

2021-10-18 21:40:13 UTC

/bin/sh -c set -eux; addgroup -S dockremap; adduser -S -G dockremap dockremap; echo 'dockremap:165536:65536' >> /etc/subuid; echo 'dockremap:165536:65536' >> /etc/subgid

2021-10-18 21:40:14 UTC

/bin/sh -c #(nop) ENV DIND_COMMIT=42b1175eda071c0e9121e1d64345928384a93df1

2021-10-18 21:40:15 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

2021-10-18 21:40:17 UTC

/bin/sh -c #(nop) COPY file:89f2c7c1492b0cb067fc6be48e1edf3f04c0b6063371da4a48cd4ca35aa098d7 in /usr/local/bin/

2021-10-18 21:40:17 UTC

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

2021-10-18 21:40:18 UTC

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

2021-10-18 21:40:19 UTC

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

2021-10-18 21:40:20 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