2020-05-06 00:19:58 UTC
93.1 MB
37498f009d8bf25fbb6199e8ccd34bed84f2874b
DOCKER_CHANNELstable
DOCKER_TLS_CERTDIR/certs
DOCKER_VERSION19.03.8
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
ROOTLESSKIT_VERSION0.9.1
[#000] sha256:cbdbe7a5bc2a134ca8ec91be58565ec07d037386d1f1d8385412d224deafca08 - 2.88% (2.68 MB)
[#001] sha256:6f4c731d6eb3df3a5c5587aacd253a9f6d985fafb5a1c8ea03add752b00888ec - 2.04% (1.9 MB)
[#002] sha256:5d79d4ac3cd039c6e3f17d157c79b369e68a1a0d79c310a699cfd4835e283d48 - 0.0% (154 Bytes)
[#003] sha256:65de10866d6a6dedf15a6639d25cd751c00bc00686d105b1b421196eb9c064be - 65.81% (61.2 MB)
[#004] sha256:ffd69ed7f17f1afd8fc89390cff7c918080008fa3cded268071c413e8ea85bd0 - 0.0% (544 Bytes)
[#005] sha256:07ba9e5a2fa609630ccb69342d386a4315fe5eaf4784859867053d847ca1d0dc - 0.0% (1017 Bytes)
[#006] sha256:75478c283dd28cb16ded5ff60c6b8e81006d4c0b79ec289a425a333d9831b88c - 0.0% (116 Bytes)
[#007] sha256:3a34b06546beeca35ff6aeeb620ae529071cca7e4bd7b346d4435c13f8279f9d - 5.68% (5.29 MB)
[#008] sha256:bcf9fe696821b8ea7376463193e3721b376466b86970a07c6b99938c210fd63b - 0.0% (1.25 KB)
[#009] sha256:326857604f3383aaef75d4929bb5f1cf4f09a56611a5ce3508c1962a5b33cb7f - 0.0% (757 Bytes)
[#010] sha256:f2895b7621788d330ae0f28dc8cb4e5b6defbef94ec613e24069bc60b3428670 - 0.0% (2.45 KB)
[#011] sha256:527bfc00029ec5b880c018e0678817317a202428e81ab4c5a7a13cb7737be63a - 0.76% (721 KB)
[#012] sha256:f68d2b63f779872476234018fad2dd37422389ff56acbe36bd6ba09c8324029b - 0.0% (115 Bytes)
[#013] sha256:430a062184f0a189fcd36ce299f3dfe717cfc6a6e396fc09e02de8382876db77 - 0.0% (1.28 KB)
[#014] sha256:903d1aaa0bb0d6055c97ba3b089b332603b60cce3b569fcbffea33687aeb19ac - 9.33% (8.69 MB)
[#015] sha256:61ea567ce17374202c0591749b659f73d87701319b0ad913c871a8f5f4506518 - 13.48% (12.5 MB)
[#016] sha256:b02f348a8e6f7480152858c71355571138675e69e4f084bc0def3a1462702cb3 - 0.0% (191 Bytes)
/bin/sh -c #(nop) ADD file:b91adb67b670d3a6ff9463e48b7def903ed516be66fc4282d22c53e41512be49 in /
2020-04-24 01:05:03 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2020-04-24 14:13:44 UTC/bin/sh -c apk add --no-cache ca-certificates openssh-client
2020-04-24 14:13:45 UTC/bin/sh -c [ ! -e /etc/nsswitch.conf ] && echo 'hosts: files dns' > /etc/nsswitch.conf
2020-04-24 14:13:45 UTC/bin/sh -c #(nop) ENV DOCKER_CHANNEL=stable
2020-04-24 14:13:46 UTC/bin/sh -c #(nop) ENV DOCKER_VERSION=19.03.8
2020-04-24 14:13:52 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-04-24 14:13:52 UTC/bin/sh -c #(nop) COPY file:abb137d24130e7fa2bdd38694af607361ecb688521e60965681e49460964a204 in /usr/local/bin/modprobe
2020-04-24 14:13:52 UTC/bin/sh -c #(nop) COPY file:5b18768029dab8174c9d5957bb39560bde5ef6cba50fbbca222731a0059b449b in /usr/local/bin/
2020-04-24 14:13:53 UTC/bin/sh -c #(nop) ENV DOCKER_TLS_CERTDIR=/certs
2020-04-24 14:13:53 UTC/bin/sh -c mkdir /certs /certs/client && chmod 1777 /certs /certs/client
2020-04-24 14:13:54 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2020-04-24 14:13:54 UTC/bin/sh -c #(nop) CMD ["sh"]
2020-04-24 14:13:59 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-04-24 14:14:00 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-04-24 14:14:00 UTC/bin/sh -c #(nop) ENV DIND_COMMIT=37498f009d8bf25fbb6199e8ccd34bed84f2874b
2020-04-24 14:14:01 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-05-06 00:19:35 UTC/bin/sh -c #(nop) COPY file:ba8ee8770c54e5ecc99314148f702a73a1c00c3ef0cc27ff33581d2dbab7456e in /usr/local/bin/
2020-05-06 00:19:36 UTC/bin/sh -c #(nop) VOLUME [/var/lib/docker]
2020-05-06 00:19:36 UTC/bin/sh -c #(nop) EXPOSE 2375 2376
2020-05-06 00:19:36 UTC/bin/sh -c #(nop) ENTRYPOINT ["dockerd-entrypoint.sh"]
2020-05-06 00:19:36 UTC/bin/sh -c #(nop) CMD []
2020-05-06 00:19:41 UTC/bin/sh -c apk add --no-cache iproute2
2020-05-06 00:19:42 UTC/bin/sh -c mkdir /run/user && chmod 1777 /run/user
2020-05-06 00:19:43 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-05-06 00:19: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 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-05-06 00:19:45 UTC/bin/sh -c #(nop) ENV ROOTLESSKIT_VERSION=0.9.1
2020-05-06 00:19:57 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-05-06 00:19:57 UTC/bin/sh -c set -eux; mkdir -p /home/rootless/.local/share/docker; chown -R rootless:rootless /home/rootless/.local/share/docker
2020-05-06 00:19:58 UTC/bin/sh -c #(nop) VOLUME [/home/rootless/.local/share/docker]
2020-05-06 00:19:58 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.