Namespace
library
Image / Tag
docker:19.03.3-beta2-dind
Content Digest
sha256:516f6bf33d465e1a3e78e346699662365eb1e73b10ef9fe67b5ffe61a460a07e
Details
Created

2019-09-30 22:25:06 UTC

Size

69 MB

Content Digest
Environment
DIND_COMMIT

37498f009d8bf25fbb6199e8ccd34bed84f2874b

DOCKER_CHANNEL

test

DOCKER_TLS_CERTDIR

/certs

DOCKER_VERSION

19.03.3-beta2

PATH

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


Layers

[#000] sha256:9d48c3bd43c520dc2784e868a780e976b207cbf493eaff8c6596eb871cbd9609 - 3.85% (2.66 MB)

[#001] sha256:7f94eaf8af200ac18deb367dab5fb993b8ee609611a0493aa4adc287f8c682f7 - 0.42% (295 KB)

[#002] sha256:9fe9984849c103d07696bf941dcae6df23b652efdaedf3d804baeede686e8faf - 0.0% (154 Bytes)

[#003] sha256:4edcfe08c0a4ec6baa715d08e4a08af9979b79ea390fdea11fb843878e803a8f - 88.13% (60.8 MB)

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

[#005] sha256:744520e61ed1772ee3b1868ac9951505cd21fc4d5e3d49283c00ff51d7673ab0 - 0.0% (1016 Bytes)

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

[#007] sha256:49e4167e3b0d85e29c95569616ca1a2d4d6039a105ba879075d8be13ea8767a5 - 7.59% (5.24 MB)

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

[#009] sha256:b4f02ddf1fc3f9638047d82fbf1f3347753cc9dcfd82ee70215a01ba14f04de3 - 0.0% (757 Bytes)

[#010] sha256:04efe77c7672e8f014c84293d90b8869f3cb02b4d7207b8b624f1dd872999ad1 - 0.0% (2.48 KB)


History
2019-08-20 20:19:55 UTC

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

2019-08-20 20:19:55 UTC

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

2019-08-20 20:59:29 UTC

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

2019-08-20 20:59:29 UTC

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

2019-08-20 20:59:29 UTC

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

2019-09-30 22:24:51 UTC

/bin/sh -c #(nop) ENV DOCKER_VERSION=19.03.3-beta2

2019-09-30 22:24:56 UTC

/bin/sh -c set -eux; apkArch="$(apk --print-arch)"; case "$apkArch" in x86_64) dockerArch='x86_64' ;; armhf) dockerArch='armel' ;; armv7) dockerArch='armhf' ;; aarch64) dockerArch='aarch64' ;; *) 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-09-30 22:24:57 UTC

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

2019-09-30 22:24:57 UTC

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

2019-09-30 22:24:57 UTC

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

2019-09-30 22:24:58 UTC

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

2019-09-30 22:24:58 UTC

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

2019-09-30 22:24:58 UTC

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

2019-09-30 22:25:03 UTC

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

2019-09-30 22:25:04 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-09-30 22:25:04 UTC

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

2019-09-30 22:25:05 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-09-30 22:25:05 UTC

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

2019-09-30 22:25:05 UTC

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

2019-09-30 22:25:05 UTC

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

2019-09-30 22:25:05 UTC

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

2019-09-30 22:25:06 UTC

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

Details
Created

2019-09-30 21:50:05 UTC

Size

62.4 MB

Content Digest
Environment
DIND_COMMIT

37498f009d8bf25fbb6199e8ccd34bed84f2874b

DOCKER_CHANNEL

test

DOCKER_TLS_CERTDIR

/certs

DOCKER_VERSION

19.03.3-beta2

PATH

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


Layers

[#000] sha256:1df32bae7504a32024616c66017cd5df04dd98eaf150f8df45fffef2547a3c54 - 3.92% (2.45 MB)

[#001] sha256:7b914c78d4923406a337909fe421ca2f4612f590291c005351bfc8ce0f2accbb - 0.46% (295 KB)

[#002] sha256:03e449f514525cb5a2ed7d215785049f869fc76c81ae1087195fe63f08579286 - 0.0% (154 Bytes)

[#003] sha256:aec9cca0e36f8843ec223412eedf690960c5e0422e27b827004eeda3323335d1 - 90.91% (56.8 MB)

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

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

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

[#007] sha256:adb67e02b199c6bfae9d81e24fb1821a56d8a3275115a4a26bba3b9d20db9d59 - 4.69% (2.93 MB)

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

[#009] sha256:81b0e7368d7feb6566b6e7291bcddebf8d2f176a10ffd270820130e0a8deaa2a - 0.0% (757 Bytes)

[#010] sha256:bf742e2db0b1876851be20d3d1de8d096f5b8e19d01acc6b57f0e478db668fed - 0.0% (2.48 KB)


History
2019-08-20 19:49:33 UTC

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

2019-08-20 19:49:33 UTC

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

2019-08-20 20:29:25 UTC

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

2019-08-20 20:29:26 UTC

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

2019-08-20 20:29:27 UTC

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

2019-09-30 21:49:29 UTC

/bin/sh -c #(nop) ENV DOCKER_VERSION=19.03.3-beta2

2019-09-30 21:49:39 UTC

/bin/sh -c set -eux; apkArch="$(apk --print-arch)"; case "$apkArch" in x86_64) dockerArch='x86_64' ;; armhf) dockerArch='armel' ;; armv7) dockerArch='armhf' ;; aarch64) dockerArch='aarch64' ;; *) 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-09-30 21:49:40 UTC

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

2019-09-30 21:49:41 UTC

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

2019-09-30 21:49:42 UTC

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

2019-09-30 21:49:43 UTC

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

2019-09-30 21:49:44 UTC

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

2019-09-30 21:49:44 UTC

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

2019-09-30 21:49:54 UTC

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

2019-09-30 21:49:59 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-09-30 21:50:00 UTC

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

2019-09-30 21:50:02 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-09-30 21:50:02 UTC

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

2019-09-30 21:50:03 UTC

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

2019-09-30 21:50:03 UTC

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

2019-09-30 21:50:04 UTC

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

2019-09-30 21:50:05 UTC

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

Details
Created

2019-09-30 21:57:58 UTC

Size

61.9 MB

Content Digest
Environment
DIND_COMMIT

37498f009d8bf25fbb6199e8ccd34bed84f2874b

DOCKER_CHANNEL

test

DOCKER_TLS_CERTDIR

/certs

DOCKER_VERSION

19.03.3-beta2

PATH

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


Layers

[#000] sha256:33b18ff7f9b776f4049934d6f7e29a4dc7b45b42e5e686425c7673b2bbfec7de - 3.66% (2.27 MB)

[#001] sha256:765cd5513c385982be9ffa1d1b510d824352690f3b446be4073937654730c80e - 0.46% (294 KB)

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

[#003] sha256:047a07acd01e8ce0d114f1b19f5b3ae1bd003eca791d3998348d04cad9589ffd - 91.64% (56.8 MB)

[#004] sha256:c5835fbdf8af2d727d4f0ead0bb0ecfb81a8e4156b2fab23870cce4be5cfa38a - 0.0% (545 Bytes)

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

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

[#007] sha256:3046cc961c5b5dd37ef54bcfc7a9b01b66f6667393ab5dab2ad6f66c8075d9c0 - 4.22% (2.62 MB)

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

[#009] sha256:b06258b21fd4b4ceaab3cfe963165fecb34271c2f0b99ed186fc713a811e8844 - 0.0% (757 Bytes)

[#010] sha256:48c2b608f14552d8e314b49e6181ecef29f49984354791368c91120b89c3d736 - 0.0% (2.47 KB)


History
2019-08-20 19:57:31 UTC

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

2019-08-20 19:57:32 UTC

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

2019-08-20 20:46:02 UTC

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

2019-08-20 20:46:04 UTC

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

2019-08-20 20:46:04 UTC

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

2019-09-30 21:57:29 UTC

/bin/sh -c #(nop) ENV DOCKER_VERSION=19.03.3-beta2

2019-09-30 21:57:38 UTC

/bin/sh -c set -eux; apkArch="$(apk --print-arch)"; case "$apkArch" in x86_64) dockerArch='x86_64' ;; armhf) dockerArch='armel' ;; armv7) dockerArch='armhf' ;; aarch64) dockerArch='aarch64' ;; *) 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-09-30 21:57:39 UTC

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

2019-09-30 21:57:39 UTC

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

2019-09-30 21:57:40 UTC

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

2019-09-30 21:57:41 UTC

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

2019-09-30 21:57:42 UTC

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

2019-09-30 21:57:42 UTC

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

2019-09-30 21:57:50 UTC

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

2019-09-30 21:57:52 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-09-30 21:57:52 UTC

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

2019-09-30 21:57:54 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-09-30 21:57:55 UTC

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

2019-09-30 21:57:55 UTC

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

2019-09-30 21:57:56 UTC

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

2019-09-30 21:57:57 UTC

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

2019-09-30 21:57:58 UTC

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

Details
Created

2019-09-30 21:40:08 UTC

Size

62.5 MB

Content Digest
Environment
DIND_COMMIT

37498f009d8bf25fbb6199e8ccd34bed84f2874b

DOCKER_CHANNEL

test

DOCKER_TLS_CERTDIR

/certs

DOCKER_VERSION

19.03.3-beta2

PATH

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


Layers

[#000] sha256:29bddadc8f3fd6ed92c289e0dcd22e094833933a73609e78b7fa767d45731f9f - 4.14% (2.59 MB)

[#001] sha256:02bb20f2603b4e336ffac319dd61e85e4e63af97199ba21ebf181f2c61e6c4ba - 0.46% (295 KB)

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

[#003] sha256:cd0a20dc3088957a7979cf2980ba6f694e565c937f5495b0a68d5d743bac0ce7 - 86.97% (54.4 MB)

[#004] sha256:89ab7adcdfa5aec320c982ba7127d863a29366666b5e659739fd8379922448e6 - 0.0% (544 Bytes)

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

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

[#007] sha256:3d76d47288e39fb8d3796de71a67a1d814f74739a0ee16214e880f1781334688 - 8.42% (5.26 MB)

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

[#009] sha256:f77813313ebf7feaa51417cbae4816b0a17e09874d21eb6b70c68241983f2bd9 - 0.0% (753 Bytes)

[#010] sha256:c72ef6da695d92e290ca5febd9064d8a99f95e1472c26bbc2a5ed64b60897875 - 0.0% (2.48 KB)


History
2019-08-20 20:39:38 UTC

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

2019-08-20 20:39:38 UTC

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

2019-08-20 20:56:21 UTC

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

2019-08-20 20:56:22 UTC

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

2019-08-20 21:28:51 UTC

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

2019-09-30 21:39:42 UTC

/bin/sh -c #(nop) ENV DOCKER_VERSION=19.03.3-beta2

2019-09-30 21:39:49 UTC

/bin/sh -c set -eux; apkArch="$(apk --print-arch)"; case "$apkArch" in x86_64) dockerArch='x86_64' ;; armhf) dockerArch='armel' ;; armv7) dockerArch='armhf' ;; aarch64) dockerArch='aarch64' ;; *) 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-09-30 21:39:50 UTC

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

2019-09-30 21:39:51 UTC

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

2019-09-30 21:39:51 UTC

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

2019-09-30 21:39:53 UTC

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

2019-09-30 21:39:53 UTC

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

2019-09-30 21:39:54 UTC

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

2019-09-30 21:40:01 UTC

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

2019-09-30 21:40:03 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-09-30 21:40:03 UTC

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

2019-09-30 21:40:05 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-09-30 21:40:05 UTC

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

2019-09-30 21:40:06 UTC

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

2019-09-30 21:40:06 UTC

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

2019-09-30 21:40:07 UTC

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

2019-09-30 21:40:08 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