Namespace
library
Image / Tag
docker:19.03.14-dind
Content Digest
sha256:9d44bda1ac7e343b040fa7208b3f3e579500ffbee37a400058c24cf471adbc4c
Details
Created

2020-12-17 12:39:02 UTC

Size

70.3 MB

Content Digest
Environment
DIND_COMMIT

ed89041433a031cafc0a0f19cfe573c31688d377

DOCKER_TLS_CERTDIR

/certs

DOCKER_VERSION

19.03.14

PATH

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


Layers

[#000] sha256:801bfaa63ef2094d770c809815b9e2b9c1194728e5e754ef7bc764030e140cea - 3.8% (2.67 MB)

[#001] sha256:4f7dc993c79e722bfe2e7f64e7ae30964b200440f94deec6b702314e2c4e233a - 2.77% (1.94 MB)

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

[#003] sha256:a58331b88511a9c010220ad5b7d71e8a56d9f73589ade2e9fd137f76e841ff05 - 85.34% (60 MB)

[#004] sha256:6e39df3f25a70d655deb726820b323f9a6a4112a4756dcbc2f37a0ef3aa8ea87 - 0.0% (542 Bytes)

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

[#006] sha256:5b1fe2ef06032ca8e747a7d10771db6224ba284487e4164b53476967e581c7f3 - 0.0% (116 Bytes)

[#007] sha256:9c8060330e190ac9bf00a2c7397b7285bdcb72aa0c1c517d8f9fc2d6c3cca994 - 8.09% (5.68 MB)

[#008] sha256:750606c290559def9d23e48351162df8c135fde27e50017d4ad755ea11f841eb - 0.0% (1.25 KB)

[#009] sha256:a296ad9db07000fef213c22fdc3b98e86b3d1325b182acfcf2d5b3e228ff1fe8 - 0.0% (925 Bytes)

[#010] sha256:43f531d20b70529a9a930d57c9b2ef3be33c9a083ea5d8fb8b5eeb36e3394082 - 0.0% (2.45 KB)


History
2020-12-17 00:19:41 UTC

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

2020-12-17 00:19:42 UTC

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

2020-12-17 12:37:38 UTC

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

2020-12-17 12:37:40 UTC

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

2020-12-17 12:38:37 UTC

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

2020-12-17 12:38:46 UTC

/bin/sh -c set -eux; apkArch="$(apk --print-arch)"; case "$apkArch" in 'x86_64') url='https://download.docker.com/linux/static/stable/x86_64/docker-19.03.14.tgz'; ;; 'armhf') url='https://download.docker.com/linux/static/stable/armel/docker-19.03.14.tgz'; ;; 'armv7') url='https://download.docker.com/linux/static/stable/armhf/docker-19.03.14.tgz'; ;; 'aarch64') url='https://download.docker.com/linux/static/stable/aarch64/docker-19.03.14.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

2020-12-17 12:38:46 UTC

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

2020-12-17 12:38:47 UTC

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

2020-12-17 12:38:47 UTC

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

2020-12-17 12:38:48 UTC

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

2020-12-17 12:38:49 UTC

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

2020-12-17 12:38:49 UTC

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

2020-12-17 12:38:57 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

2020-12-17 12:38:59 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

2020-12-17 12:38:59 UTC

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

2020-12-17 12:39:00 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

2020-12-17 12:39:01 UTC

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

2020-12-17 12:39:01 UTC

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

2020-12-17 12:39:01 UTC

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

2020-12-17 12:39:02 UTC

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

2020-12-17 12:39:02 UTC

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

Details
Created

2020-12-18 21:05:04 UTC

Size

63.6 MB

Content Digest
Environment
DIND_COMMIT

ed89041433a031cafc0a0f19cfe573c31688d377

DOCKER_TLS_CERTDIR

/certs

DOCKER_VERSION

19.03.14

PATH

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


Layers

[#000] sha256:159e5727ea618dfe8b08811112e2c51f5bd2b9ae7db9eb214914a65249f70ca0 - 4.06% (2.58 MB)

[#001] sha256:687389c362907d6cbb42307b7282adbf11252d32f65daf6856fcd793682d51e4 - 3.09% (1.97 MB)

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

[#003] sha256:dda4f48044c120b32ac3e7158fd736f398d6a845ab9b937a9e5c964824c65f46 - 83.93% (53.4 MB)

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

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

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

[#007] sha256:a98b1473e321f3536bae35db4c6607e341173fae554e43e264a2c1af0fc08739 - 8.91% (5.67 MB)

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

[#009] sha256:8b9c15f90e3163f7eec4522868c67a275c46138e767cb15a9ef19a79a5e25113 - 0.0% (933 Bytes)

[#010] sha256:9090bab64d97fbf0219c8133b2eaeb0e50d756836a1ab14230ffa0e1b18d8e1f - 0.0% (2.45 KB)


History
2020-12-16 23:40:26 UTC

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

2020-12-16 23:40:29 UTC

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

2020-12-18 21:03:45 UTC

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

2020-12-18 21:03:47 UTC

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

2020-12-18 21:04:32 UTC

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

2020-12-18 21:04:40 UTC

/bin/sh -c set -eux; apkArch="$(apk --print-arch)"; case "$apkArch" in 'x86_64') url='https://download.docker.com/linux/static/stable/x86_64/docker-19.03.14.tgz'; ;; 'armhf') url='https://download.docker.com/linux/static/stable/armel/docker-19.03.14.tgz'; ;; 'armv7') url='https://download.docker.com/linux/static/stable/armhf/docker-19.03.14.tgz'; ;; 'aarch64') url='https://download.docker.com/linux/static/stable/aarch64/docker-19.03.14.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

2020-12-18 21:04:41 UTC

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

2020-12-18 21:04:42 UTC

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

2020-12-18 21:04:42 UTC

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

2020-12-18 21:04:44 UTC

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

2020-12-18 21:04:45 UTC

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

2020-12-18 21:04:45 UTC

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

2020-12-18 21:04:55 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

2020-12-18 21:04:57 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

2020-12-18 21:04:58 UTC

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

2020-12-18 21:05:00 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

2020-12-18 21:05:01 UTC

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

2020-12-18 21:05:02 UTC

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

2020-12-18 21:05:02 UTC

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

2020-12-18 21:05:03 UTC

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

2020-12-18 21:05:04 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