Namespace
library
Image / Tag
docker:20.10.0-dind-rootless
Content Digest
sha256:2f47b4d6e394e4f9f5160eb36c286aebf11584bf1da816cf1b297c2f195b1b09
Details
Created

2020-12-12 18:12:44 UTC

Size

96.9 MB

Content Digest
Environment
DIND_COMMIT

ed89041433a031cafc0a0f19cfe573c31688d377

DOCKER_TLS_CERTDIR

/certs

DOCKER_VERSION

20.10.0

PATH

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


Layers

[#000] sha256:05e7bc50f07f000e9993ec0d264b9ffcbb9a01a4d69c68f556d25e9811a8f7f4 - 2.75% (2.67 MB)

[#001] sha256:6db28d0fdbf69ee580b35224bf77ef5e71f9a061c0aafab87064af9708035d9d - 2.01% (1.94 MB)

[#002] sha256:292df0bc6bf3350f306af7623bc14f00386239bb27303d3047104b9cfdb55460 - 0.0% (153 Bytes)

[#003] sha256:2e060f4bd70b333ccaa7ae441b42f1068621b39bbe8eb9c71b5a4e06d10b4ff3 - 68.39% (66.2 MB)

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

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

[#006] sha256:2312dd95470aa8eaccef80bbca7892390ca777559b50fab574e65147a35107fc - 0.0% (116 Bytes)

[#007] sha256:d74c897205648b865ec45efcc0c0be8a3ccf9f3f3f60cc1383d5564c72302e20 - 5.91% (5.72 MB)

[#008] sha256:1aa8e83a7aeb20771ef165f19449f2733ae1aee4c6efe28b6b2e4109ef65baa8 - 0.0% (1.25 KB)

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

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

[#011] sha256:09f5711cd4996f3deeaaad8bd8359abc05d090ed218ce3d4d126907d533fa135 - 1.08% (1.04 MB)

[#012] sha256:232394c94602c3faf4ad2645879d44a4f9263f6c6c74ed11cc4f437a2cd2ea5c - 0.0% (115 Bytes)

[#013] sha256:b6d0593b8f932913d0b7dd33ac6dfa40794a5d20e449753ef21ea509f73f41a8 - 0.0% (1.28 KB)

[#014] sha256:4d290602014138dee291b47ff62dc195f4ad4de18d47790cb85620acd75b0406 - 19.86% (19.2 MB)

[#015] sha256:73fbdf89349e40fb1d5471f7dc3c9d0973463d3baea4c2cfbe6877728aa60bae - 0.0% (188 Bytes)


History
2020-12-11 02:04:06 UTC

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

2020-12-11 02:04:07 UTC

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

2020-12-11 05:29:33 UTC

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

2020-12-11 05:29:34 UTC

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

2020-12-11 05:29:34 UTC

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

2020-12-11 05:29: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-20.10.0.tgz'; ;; 'armhf') url='https://download.docker.com/linux/static/stable/armel/docker-20.10.0.tgz'; ;; 'armv7') url='https://download.docker.com/linux/static/stable/armhf/docker-20.10.0.tgz'; ;; 'aarch64') url='https://download.docker.com/linux/static/stable/aarch64/docker-20.10.0.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-11 05:29:41 UTC

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

2020-12-11 05:29:41 UTC

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

2020-12-11 05:29:41 UTC

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

2020-12-11 05:29:42 UTC

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

2020-12-11 05:29:42 UTC

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

2020-12-11 05:29:42 UTC

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

2020-12-12 18:12:30 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

2020-12-12 18:12:31 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-12 18:12:31 UTC

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

2020-12-12 18:12:32 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-12 18:12:32 UTC

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

2020-12-12 18:12:33 UTC

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

2020-12-12 18:12:33 UTC

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

2020-12-12 18:12:33 UTC

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

2020-12-12 18:12:33 UTC

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

2020-12-12 18:12:39 UTC

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

2020-12-12 18:12:40 UTC

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

2020-12-12 18:12:41 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

2020-12-12 18:12:43 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.0.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

2020-12-12 18:12:44 UTC

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

2020-12-12 18:12:44 UTC

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

2020-12-12 18:12:44 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