Namespace
library
Image / Tag
docker:20.10.5-dind-rootless
Content Digest
sha256:00a23dee2c8bd6d818964102ff7f76d9a9fccc3a2127e4ff230627091b1811ab
Details
Created

2021-04-01 14:00:33 UTC

Size

97.8 MB

Content Digest
Environment
DIND_COMMIT

ed89041433a031cafc0a0f19cfe573c31688d377

DOCKER_TLS_CERTDIR

/certs

DOCKER_VERSION

20.10.5

PATH

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


Layers

[#000] sha256:ca3cd42a7c9525f6ce3d64c1a70982613a8235f0cc057ec9244052921853ef15 - 2.74% (2.68 MB)

[#001] sha256:fbd7def92be556a646233a9d5bc8f76f71c7325a19dca8d162fcbca9ea751236 - 2.0% (1.96 MB)

[#002] sha256:071c71d4725b06414fd24a3abd3bee2a59205a840d8b25efc9e7212c24f4dd76 - 0.0% (155 Bytes)

[#003] sha256:f725c26e6c961574bf4f3724a00437531fe5516503dea1a400472aaab84aa04b - 67.97% (66.5 MB)

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

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

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

[#007] sha256:0dcc74ae0eadc2efb98a9862c135052a1c21776a5a8cb43c1022ecb4a69dddb0 - 6.45% (6.3 MB)

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

[#009] sha256:39ab0cc2e8bbf1b2f8f3db6d15b9fe6ff9e660da3496047060be8ebaf3873007 - 0.0% (930 Bytes)

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

[#011] sha256:79bedae01be2b43fb2d9345c1f55846386fb298c42ff5037e3b28c9255dbb40e - 1.1% (1.08 MB)

[#012] sha256:17f70ed8e03fc1baa16b02a9ac2d5dbd68aa0397de6c7ba44d1c584ad41a25f8 - 0.0% (150 Bytes)

[#013] sha256:ab4fd2f8a18f540cbeb06e404b9fb6e5f502d42b78e4165a8dad1d06c5a77d0a - 0.0% (1.3 KB)

[#014] sha256:b978a36a14bc2a9d0fa3ec7c05ff0e0837a18e20dfeb98db711a4567ee24bded - 19.73% (19.3 MB)

[#015] sha256:6f10dea2b0f01859d2e06a372e0c1b4429b1c18353fa22edfd50663a2f2c91ea - 0.0% (221 Bytes)


History
2021-03-31 20:10:06 UTC

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

2021-03-31 20:10:06 UTC

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

2021-04-01 14:00:03 UTC

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

2021-04-01 14:00:04 UTC

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

2021-04-01 14:00:04 UTC

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

2021-04-01 14:00:11 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-20.10.5.tgz'; ;; 'armhf') url='https://download.docker.com/linux/static/stable/armel/docker-20.10.5.tgz'; ;; 'armv7') url='https://download.docker.com/linux/static/stable/armhf/docker-20.10.5.tgz'; ;; 'aarch64') url='https://download.docker.com/linux/static/stable/aarch64/docker-20.10.5.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-04-01 14:00:11 UTC

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

2021-04-01 14:00:11 UTC

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

2021-04-01 14:00:12 UTC

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

2021-04-01 14:00:13 UTC

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

2021-04-01 14:00:13 UTC

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

2021-04-01 14:00:13 UTC

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

2021-04-01 14:00:19 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-04-01 14:00:20 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-04-01 14:00:21 UTC

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

2021-04-01 14:00:22 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-04-01 14:00:22 UTC

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

2021-04-01 14:00:22 UTC

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

2021-04-01 14:00:23 UTC

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

2021-04-01 14:00:23 UTC

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

2021-04-01 14:00:23 UTC

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

2021-04-01 14:00:28 UTC

/bin/sh -c apk add --no-cache iproute2

2021-04-01 14:00:29 UTC

/bin/sh -c mkdir /run/user && chmod 1777 /run/user

2021-04-01 14:00:30 UTC

/bin/sh -c set -eux; adduser -h /home/rootless -g 'Rootless' -D -u 1000 rootless; echo 'rootless:100000:65536' >> /etc/subuid; echo 'rootless:100000:65536' >> /etc/subgid

2021-04-01 14:00:32 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-rootless-extras-20.10.5.tgz'; ;; *) echo >&2 "error: unsupported architecture ($apkArch)"; exit 1 ;; esac; wget -O rootless.tgz "$url"; tar --extract --file rootless.tgz --strip-components 1 --directory /usr/local/bin/ 'docker-rootless-extras/rootlesskit' 'docker-rootless-extras/rootlesskit-docker-proxy' 'docker-rootless-extras/vpnkit' ; rm rootless.tgz; rootlesskit --version; vpnkit --version

2021-04-01 14:00:33 UTC

/bin/sh -c set -eux; mkdir -p /home/rootless/.local/share/docker; chown -R rootless:rootless /home/rootless/.local/share/docker

2021-04-01 14:00:33 UTC

/bin/sh -c #(nop) VOLUME [/home/rootless/.local/share/docker]

2021-04-01 14:00:33 UTC

/bin/sh -c #(nop) USER rootless

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