2020-08-05 09:39:49 UTC
91 MB
ed89041433a031cafc0a0f19cfe573c31688d377
DOCKER_CHANNELtest
DOCKER_TLS_CERTDIR/certs
DOCKER_VERSION19.03.13-beta2
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
ROOTLESSKIT_VERSION0.10.0
[#000] sha256:df20fa9351a15782c64e6dddb2d4a6f50bf6d3688060a34c4014b0d9a752eb4c - 2.93% (2.67 MB)
[#001] sha256:25ad7478873d1d5c57089f038747520fe46aa4e913cc6cf29273b3722ec45e53 - 2.14% (1.95 MB)
[#002] sha256:4684f6177b5d290b3aa892c1dc44088aa89f9ea08a68f6ed98262c032aa2caa4 - 0.0% (154 Bytes)
[#003] sha256:6a7bc71302bb3ebb9b3da0925e5ab1f73f6cc11fb9c101b6027d47a5722a22a1 - 64.1% (58.4 MB)
[#004] sha256:ffa883581c86da5877bd7c769cdf72741f06fb34eda145a1aed7f13115d18256 - 0.0% (547 Bytes)
[#005] sha256:c63137de011e0f62d4e549a758f4a17f246031b2db6cd234c6b8ebf8f7396a3e - 0.0% (1020 Bytes)
[#006] sha256:963dfd0472c960bf328adc5d2f49540817dcf48d78e4d5b123dda32dd9ca5127 - 0.0% (117 Bytes)
[#007] sha256:06f4d368cf7c8374d6a272f33a5f6f21114ef9c5a3bda21997444d988eb8b190 - 6.24% (5.68 MB)
[#008] sha256:88924d48d2dfed02b2c06ac23188876f2bc4a3957bd7a14dea4489367495b4b8 - 0.0% (1.25 KB)
[#009] sha256:e2fccac7c8b32297091397a438129eac83b120a70dfc222cb44b639c486b6d68 - 0.0% (933 Bytes)
[#010] sha256:d607daba1a35c6ffa9370321d88e3760d877b8794e2cea6272670c0f22577418 - 0.0% (2.45 KB)
[#011] sha256:63983fb5758dc57e3b87a9a9beb500f4ff3745367b512f0678595e14cdb3c13a - 1.14% (1.04 MB)
[#012] sha256:60b2755138e55ce505aef5774a90836992194efe5b2e634a5eb1db3b951e44cd - 0.0% (114 Bytes)
[#013] sha256:448c15ad7dc2fc7ee0746085b0b30e713929a6bebe55f8566a9b3c0880ec5e25 - 0.0% (1.28 KB)
[#014] sha256:068a70a0f95434187a8601c1368ec469b75fd04d56f791a6b5a087482b1a2e5f - 9.54% (8.69 MB)
[#015] sha256:5d373701278c4739c2aa50b0b0f93a506ed3077a8dcc671c00a3abe961a6d8a4 - 13.89% (12.6 MB)
[#016] sha256:b73ce1af5ebcd43fe2964c50314b228f8d7772a403f6c795e726a3a3f7b89184 - 0.0% (189 Bytes)
/bin/sh -c #(nop) ADD file:c92c248239f8c7b9b3c067650954815f391b7bcb09023f984972c082ace2a8d0 in /
2020-05-29 21:19:46 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2020-06-02 21:22:37 UTC/bin/sh -c apk add --no-cache ca-certificates openssh-client
2020-06-02 21:22:38 UTC/bin/sh -c [ ! -e /etc/nsswitch.conf ] && echo 'hosts: files dns' > /etc/nsswitch.conf
2020-07-31 18:19:34 UTC/bin/sh -c #(nop) ENV DOCKER_CHANNEL=test
2020-08-05 09:39:11 UTC/bin/sh -c #(nop) ENV DOCKER_VERSION=19.03.13-beta2
2020-08-05 09:39:17 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
2020-08-05 09:39:17 UTC/bin/sh -c #(nop) COPY file:abb137d24130e7fa2bdd38694af607361ecb688521e60965681e49460964a204 in /usr/local/bin/modprobe
2020-08-05 09:39:17 UTC/bin/sh -c #(nop) COPY file:5b18768029dab8174c9d5957bb39560bde5ef6cba50fbbca222731a0059b449b in /usr/local/bin/
2020-08-05 09:39:17 UTC/bin/sh -c #(nop) ENV DOCKER_TLS_CERTDIR=/certs
2020-08-05 09:39:18 UTC/bin/sh -c mkdir /certs /certs/client && chmod 1777 /certs /certs/client
2020-08-05 09:39:18 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2020-08-05 09:39:18 UTC/bin/sh -c #(nop) CMD ["sh"]
2020-08-05 09:39:25 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-08-05 09:39:26 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
2020-08-05 09:39:26 UTC/bin/sh -c #(nop) ENV DIND_COMMIT=ed89041433a031cafc0a0f19cfe573c31688d377
2020-08-05 09:39:27 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-08-05 09:39:27 UTC/bin/sh -c #(nop) COPY file:ba8ee8770c54e5ecc99314148f702a73a1c00c3ef0cc27ff33581d2dbab7456e in /usr/local/bin/
2020-08-05 09:39:28 UTC/bin/sh -c #(nop) VOLUME [/var/lib/docker]
2020-08-05 09:39:28 UTC/bin/sh -c #(nop) EXPOSE 2375 2376
2020-08-05 09:39:28 UTC/bin/sh -c #(nop) ENTRYPOINT ["dockerd-entrypoint.sh"]
2020-08-05 09:39:28 UTC/bin/sh -c #(nop) CMD []
2020-08-05 09:39:33 UTC/bin/sh -c apk add --no-cache iproute2
2020-08-05 09:39:34 UTC/bin/sh -c mkdir /run/user && chmod 1777 /run/user
2020-08-05 09:39:34 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-08-05 09:39:37 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
2020-08-05 09:39:37 UTC/bin/sh -c #(nop) ENV ROOTLESSKIT_VERSION=0.10.0
2020-08-05 09:39:48 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
2020-08-05 09:39:48 UTC/bin/sh -c set -eux; mkdir -p /home/rootless/.local/share/docker; chown -R rootless:rootless /home/rootless/.local/share/docker
2020-08-05 09:39:48 UTC/bin/sh -c #(nop) VOLUME [/home/rootless/.local/share/docker]
2020-08-05 09:39:49 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.