2019-11-05 22:22:14 UTC
90.3 MB
37498f009d8bf25fbb6199e8ccd34bed84f2874b
DOCKER_CHANNELtest
DOCKER_TLS_CERTDIR/certs
DOCKER_VERSION19.03.5-beta2
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
ROOTLESSKIT_VERSION0.6.0
[#000] sha256:89d9c30c1d48bac627e5c6cb0d1ed1eec28e7dbdfbcc04712e4c79c0f83faf17 - 2.94% (2.66 MB)
[#001] sha256:8ef94372a977c02d425f12c8cbda5416e372b7a869a6c2b20342c589dba3eae5 - 0.32% (295 KB)
[#002] sha256:1ec62c064901392a6722bb47a377c01a381f4482b1ce094b6d28682b6b6279fd - 0.0% (155 Bytes)
[#003] sha256:5be7a99405a01eb90675425877084aebb6be3fc6e07d4191ef09db757dc4d548 - 67.41% (60.8 MB)
[#004] sha256:69d82143d47e5a91165678fc28ab2cc3873ff00bf7d0e095bcb0d3a392c4e26a - 0.0% (545 Bytes)
[#005] sha256:71dfa714ab3876164e91741e7141da58066395232df3f4430cdf28f0c990b2a9 - 0.0% (1017 Bytes)
[#006] sha256:b2282b4ba94d4ba5b3139ddeaff4edda2f6bf0ddada3f609a49ee4aedd49d0f4 - 0.0% (116 Bytes)
[#007] sha256:12e6de925a44331a5545d66aa6de95920a27ac1a2cc643cf4d4f997b8ae1cd8a - 5.8% (5.24 MB)
[#008] sha256:a8f5f7bd1dda978433b044c0de664efe5b4260890b37d53980ab38183b52f820 - 0.0% (1.28 KB)
[#009] sha256:737ecda8c5c7c24c3c9a3b96ef89355270384dd5c96d69783d8b6981ed90dd5f - 0.0% (762 Bytes)
[#010] sha256:1a74bd544ce8b2d641afc2b543cefbe280f4199a73dd08f0be88dd6a304cd942 - 0.0% (2.48 KB)
[#011] sha256:dad13b9c147734ef1cde9860115bf660c5bf4257ec927d9b75e1fcec466e1b3c - 0.76% (706 KB)
[#012] sha256:f73ee37656eb74202c36d0c577aa1376cbba075d3ed864ea65ced3223e6236db - 0.0% (113 Bytes)
[#013] sha256:e7ace170434263f1dd7e40067a8adeeb53af1e711e89465120f747ea3e1bbacf - 0.0% (1.31 KB)
[#014] sha256:f13eacde2684105dca5d9681830aa5b339130fc7131d80fbad383e37197a4082 - 9.63% (8.69 MB)
[#015] sha256:a5d497e505bc48854e3acc28afb5a83c96139847369e41a9541a31f535e2753d - 13.12% (11.8 MB)
[#016] sha256:d65bfcac93771f1021e0c81d78400f58892bc59db7502503834e81577fc898bb - 0.0% (188 Bytes)
/bin/sh -c #(nop) ADD file:fe1f09249227e2da2089afb4d07e16cbf832eeb804120074acd2b8192876cd28 in /
2019-10-21 17:21:42 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2019-10-21 18:18:34 UTC/bin/sh -c apk add --no-cache ca-certificates
2019-10-21 18:18:35 UTC/bin/sh -c [ ! -e /etc/nsswitch.conf ] && echo 'hosts: files dns' > /etc/nsswitch.conf
2019-10-30 23:25:35 UTC/bin/sh -c #(nop) ENV DOCKER_CHANNEL=test
2019-11-05 22:21:40 UTC/bin/sh -c #(nop) ENV DOCKER_VERSION=19.03.5-beta2
2019-11-05 22:21:45 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-11-05 22:21:45 UTC/bin/sh -c #(nop) COPY file:abb137d24130e7fa2bdd38694af607361ecb688521e60965681e49460964a204 in /usr/local/bin/modprobe
2019-11-05 22:21:46 UTC/bin/sh -c #(nop) COPY file:5b18768029dab8174c9d5957bb39560bde5ef6cba50fbbca222731a0059b449b in /usr/local/bin/
2019-11-05 22:21:46 UTC/bin/sh -c #(nop) ENV DOCKER_TLS_CERTDIR=/certs
2019-11-05 22:21:46 UTC/bin/sh -c mkdir /certs /certs/client && chmod 1777 /certs /certs/client
2019-11-05 22:21:47 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2019-11-05 22:21:47 UTC/bin/sh -c #(nop) CMD ["sh"]
2019-11-05 22:21:52 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-11-05 22:21:53 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-11-05 22:21:53 UTC/bin/sh -c #(nop) ENV DIND_COMMIT=37498f009d8bf25fbb6199e8ccd34bed84f2874b
2019-11-05 22:21: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-11-05 22:21:54 UTC/bin/sh -c #(nop) COPY file:ecdfb2538258e3154663fab9321e96251276aff00fa2a01c2045656e10a627dd in /usr/local/bin/
2019-11-05 22:21:54 UTC/bin/sh -c #(nop) VOLUME [/var/lib/docker]
2019-11-05 22:21:54 UTC/bin/sh -c #(nop) EXPOSE 2375 2376
2019-11-05 22:21:54 UTC/bin/sh -c #(nop) ENTRYPOINT ["dockerd-entrypoint.sh"]
2019-11-05 22:21:55 UTC/bin/sh -c #(nop) CMD []
2019-11-05 22:21:59 UTC/bin/sh -c apk add --no-cache iproute2
2019-11-05 22:22:00 UTC/bin/sh -c mkdir /run/user && chmod 1777 /run/user
2019-11-05 22:22:00 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-11-05 22:22:02 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-11-05 22:22:02 UTC/bin/sh -c #(nop) ENV ROOTLESSKIT_VERSION=0.6.0
2019-11-05 22:22:13 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-11-05 22:22:14 UTC/bin/sh -c set -eux; mkdir -p /home/rootless/.local/share/docker; chown -R rootless:rootless /home/rootless/.local/share/docker
2019-11-05 22:22:14 UTC/bin/sh -c #(nop) VOLUME [/home/rootless/.local/share/docker]
2019-11-05 22:22:14 UTC/bin/sh -c #(nop) USER rootless
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.