Namespace
library
Image / Tag
docker:19.03.3-dind-rootless
Content Digest
sha256:80ffd9092769f13020a447f6e7553fa7358df0a80f53a83195161a2d7972b563
Details
Created

2019-10-09 20:24:39 UTC

Size

90.3 MB

Content Digest
Environment
DIND_COMMIT

37498f009d8bf25fbb6199e8ccd34bed84f2874b

DOCKER_CHANNEL

stable

DOCKER_TLS_CERTDIR

/certs

DOCKER_VERSION

19.03.3

PATH

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

ROOTLESSKIT_VERSION

0.6.0


Layers

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

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

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

[#003] sha256:30d6d42b379ccf2331824f5142c8a57f9ced968ec50e1012c4943dac7e132cfa - 67.41% (60.8 MB)

[#004] sha256:6b28e96ea7c531cd8f1725535f30f4eaee6d34e7332dd702dacd1c86d6d7b72c - 0.0% (543 Bytes)

[#005] sha256:a5aa7bd89976c0d4574d06a2f78f262a592b7ac9288362291fa07660d3eb6c68 - 0.0% (1015 Bytes)

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

[#007] sha256:d45cc05f1f4a38f4bb7e3deb64ee9e5f00913165255c437910e61479572fc7a2 - 5.8% (5.24 MB)

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

[#009] sha256:0caebe1fd82077cc360619048888b32988394eee68dbea07da7003fdc051428b - 0.0% (755 Bytes)

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

[#011] sha256:d11a33c0edf9eb71b6cc2adef6520ffd0ee063d68a024af073ec0298d4ef7621 - 0.76% (706 KB)

[#012] sha256:b06f68fd68a9c7c1e2fc93e2421d91915b509706950de3cf15f1655f32ec01f8 - 0.0% (114 Bytes)

[#013] sha256:0b3b97bbbfc5ec0d4e8fbc0bea6aaeb6d059be94765e19982c8ae40c22befd0e - 0.0% (1.31 KB)

[#014] sha256:6b0aceccc8b1de7a6d8367b13bbdc1117f19d6a3c0bddb2b757345f45a2a3151 - 9.63% (8.69 MB)

[#015] sha256:4e3d2cc5bf57a4164e50c91dead004e564dd3da4c7f1b79e7abc8b6a8dc812c5 - 13.12% (11.8 MB)

[#016] sha256:8b4d28487447d0e9205d7c0266438271a9a970980b069cb48b410dd6a7d9b7e8 - 0.0% (191 Bytes)


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 21:00:26 UTC

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

2019-10-09 20:24:02 UTC

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

2019-10-09 20:24:09 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-10-09 20:24:09 UTC

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

2019-10-09 20:24:09 UTC

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

2019-10-09 20:24:10 UTC

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

2019-10-09 20:24:10 UTC

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

2019-10-09 20:24:10 UTC

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

2019-10-09 20:24:10 UTC

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

2019-10-09 20:24:16 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-10-09 20:24:17 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-10-09 20:24:17 UTC

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

2019-10-09 20:24:18 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-10-09 20:24:18 UTC

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

2019-10-09 20:24:19 UTC

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

2019-10-09 20:24:19 UTC

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

2019-10-09 20:24:19 UTC

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

2019-10-09 20:24:19 UTC

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

2019-10-09 20:24:23 UTC

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

2019-10-09 20:24:24 UTC

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

2019-10-09 20:24:25 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

2019-10-09 20:24:27 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 rootless.tgz "https://download.docker.com/linux/static/${DOCKER_CHANNEL}/${dockerArch}/docker-rootless-extras-${DOCKER_VERSION}.tgz"; then echo >&2 "error: failed to download 'docker-rootless-extras-${DOCKER_VERSION}' from '${DOCKER_CHANNEL}' for '${dockerArch}'"; exit 1; fi; tar --extract --file rootless.tgz --strip-components 1 --directory /usr/local/bin/ 'docker-rootless-extras/vpnkit' ; rm rootless.tgz; vpnkit --version

2019-10-09 20:24:27 UTC

/bin/sh -c #(nop) ENV ROOTLESSKIT_VERSION=0.6.0

2019-10-09 20:24:38 UTC

/bin/sh -c set -eux; apk add --no-cache --virtual .rootlesskit-build-deps go libc-dev ; wget -O rootlesskit.tgz "https://github.com/rootless-containers/rootlesskit/archive/v${ROOTLESSKIT_VERSION}.tar.gz"; export GOPATH='/go'; mkdir "$GOPATH"; mkdir -p "$GOPATH/src/github.com/rootless-containers/rootlesskit"; tar --extract --file rootlesskit.tgz --directory "$GOPATH/src/github.com/rootless-containers/rootlesskit" --strip-components 1; rm rootlesskit.tgz; go build -o /usr/local/bin/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit; go build -o /usr/local/bin/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy; rm -rf "$GOPATH"; apk del --no-network .rootlesskit-build-deps; rootlesskit --version

2019-10-09 20:24:39 UTC

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

2019-10-09 20:24:39 UTC

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

2019-10-09 20:24:39 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