2020-05-20 17:19:54 UTC
68.2 MB
37498f009d8bf25fbb6199e8ccd34bed84f2874b
DOCKER_CHANNELstable
DOCKER_TLS_CERTDIR/certs
DOCKER_VERSION19.03.9
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:cbdbe7a5bc2a134ca8ec91be58565ec07d037386d1f1d8385412d224deafca08 - 3.93% (2.68 MB)
[#001] sha256:6f4c731d6eb3df3a5c5587aacd253a9f6d985fafb5a1c8ea03add752b00888ec - 2.79% (1.9 MB)
[#002] sha256:5d79d4ac3cd039c6e3f17d157c79b369e68a1a0d79c310a699cfd4835e283d48 - 0.0% (154 Bytes)
[#003] sha256:be675782249ab1b51d43972b320944217f37cacc787750998b129f35bfb7c215 - 85.52% (58.3 MB)
[#004] sha256:1bd3c8e333026edc4e004cf0e820757bb516e2e3a817400d16594a6ab4881f2f - 0.0% (545 Bytes)
[#005] sha256:ffcf4ec03a5025e14a3a4e456f6a72eb54a01407a916b8129b6f269f275ce099 - 0.0% (1017 Bytes)
[#006] sha256:be98e84f88b0a9fb4ae13634f8a848950e7ce60639773a0cc2cd947c420fdad1 - 0.0% (117 Bytes)
[#007] sha256:638f17b62cf94a5f812d11c54a3fd26a0a64c7fa559df589a9e2c3efa2046a63 - 7.75% (5.29 MB)
[#008] sha256:69ce11980b0f907ff2cd4dbde55d47a4d497b03171766923503cf93f16832087 - 0.0% (1.25 KB)
[#009] sha256:774579b7e8d28a8557ec65f6ec5720ea2b446ca8c0854c880fa7277bb8e35d59 - 0.0% (758 Bytes)
[#010] sha256:ee85d9eaa184694adc6f18b09857d5f75bc115d85655fc8915f5ad5381ea0a34 - 0.0% (2.45 KB)
/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-05-20 17:19:38 UTC/bin/sh -c #(nop) ENV DOCKER_VERSION=19.03.9
2020-05-20 17:19:44 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-05-20 17:19:44 UTC/bin/sh -c #(nop) COPY file:abb137d24130e7fa2bdd38694af607361ecb688521e60965681e49460964a204 in /usr/local/bin/modprobe
2020-05-20 17:19:44 UTC/bin/sh -c #(nop) COPY file:5b18768029dab8174c9d5957bb39560bde5ef6cba50fbbca222731a0059b449b in /usr/local/bin/
2020-05-20 17:19:44 UTC/bin/sh -c #(nop) ENV DOCKER_TLS_CERTDIR=/certs
2020-05-20 17:19:45 UTC/bin/sh -c mkdir /certs /certs/client && chmod 1777 /certs /certs/client
2020-05-20 17:19:45 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2020-05-20 17:19:46 UTC/bin/sh -c #(nop) CMD ["sh"]
2020-05-20 17:19:51 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-05-20 17:19:52 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-05-20 17:19:52 UTC/bin/sh -c #(nop) ENV DIND_COMMIT=37498f009d8bf25fbb6199e8ccd34bed84f2874b
2020-05-20 17:19:53 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-20 17:19:53 UTC/bin/sh -c #(nop) COPY file:ba8ee8770c54e5ecc99314148f702a73a1c00c3ef0cc27ff33581d2dbab7456e in /usr/local/bin/
2020-05-20 17:19:54 UTC/bin/sh -c #(nop) VOLUME [/var/lib/docker]
2020-05-20 17:19:54 UTC/bin/sh -c #(nop) EXPOSE 2375 2376
2020-05-20 17:19:54 UTC/bin/sh -c #(nop) ENTRYPOINT ["dockerd-entrypoint.sh"]
2020-05-20 17:19:54 UTC/bin/sh -c #(nop) CMD []
2020-05-20 17:40:16 UTC
61.8 MB
37498f009d8bf25fbb6199e8ccd34bed84f2874b
DOCKER_CHANNELstable
DOCKER_TLS_CERTDIR/certs
DOCKER_VERSION19.03.9
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:29e5d40040c18c692ed73df24511071725b74956ca1a61fe6056a651d86a13bd - 4.21% (2.6 MB)
[#001] sha256:3be38edc41e1b9f030768c829de52d1a1689186ab80285cc4c7bbf947d610828 - 3.11% (1.92 MB)
[#002] sha256:fe3afb04d5997d58b56418c9930b6d02c288ea479ec452e45a04492177194079 - 0.0% (153 Bytes)
[#003] sha256:ac58b42e63248635762fa3270d7f0ec8a4e758a82b94cdea22025c9862da61b3 - 84.11% (51.9 MB)
[#004] sha256:40079e4add7b78dbd5eab625de52e4c20961a380abe916ff8e0c44481c70387b - 0.0% (545 Bytes)
[#005] sha256:9aab881af081f187e7eea038cb0d16dff53aca985bbd15b424a45d3da02c08bc - 0.0% (1017 Bytes)
[#006] sha256:1c83bd07e3121ea919fdccdda7e5cbee772c6fd4dffcc148b48408bb3d6cde9c - 0.0% (150 Bytes)
[#007] sha256:b348514250bb5c20365df1c79c0271c867c3e3e8447c59edc5e6b84ac42286a9 - 8.56% (5.29 MB)
[#008] sha256:87d7c33898ce118a4ccc0a2fb6e251366f4fc4ef290342740bb51cb5b4995343 - 0.0% (1.28 KB)
[#009] sha256:cc5392362d1b770addd76b60c7c7019f92a08f94ee43c99f68b9f4ac20780a5a - 0.0% (756 Bytes)
[#010] sha256:296ec84659422445c422ef47a2e8c8548bc7f6f0c4d83745cef73cf9f687cf3d - 0.0% (2.45 KB)
/bin/sh -c #(nop) ADD file:85ae77bc1e43353ff14e6fe1658be1ed4ecbf4330212ac3d7ab7462add32dd39 in /
2020-04-24 00:14:21 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2020-04-24 09:18:52 UTC/bin/sh -c apk add --no-cache ca-certificates openssh-client
2020-04-24 09:18:54 UTC/bin/sh -c [ ! -e /etc/nsswitch.conf ] && echo 'hosts: files dns' > /etc/nsswitch.conf
2020-04-24 09:18:55 UTC/bin/sh -c #(nop) ENV DOCKER_CHANNEL=stable
2020-05-20 17:39:39 UTC/bin/sh -c #(nop) ENV DOCKER_VERSION=19.03.9
2020-05-20 17:39:48 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-05-20 17:39:49 UTC/bin/sh -c #(nop) COPY file:abb137d24130e7fa2bdd38694af607361ecb688521e60965681e49460964a204 in /usr/local/bin/modprobe
2020-05-20 17:39:50 UTC/bin/sh -c #(nop) COPY file:5b18768029dab8174c9d5957bb39560bde5ef6cba50fbbca222731a0059b449b in /usr/local/bin/
2020-05-20 17:39:51 UTC/bin/sh -c #(nop) ENV DOCKER_TLS_CERTDIR=/certs
2020-05-20 17:39:52 UTC/bin/sh -c mkdir /certs /certs/client && chmod 1777 /certs /certs/client
2020-05-20 17:39:53 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2020-05-20 17:39:54 UTC/bin/sh -c #(nop) CMD ["sh"]
2020-05-20 17:40:05 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-05-20 17:40:07 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-05-20 17:40:09 UTC/bin/sh -c #(nop) ENV DIND_COMMIT=37498f009d8bf25fbb6199e8ccd34bed84f2874b
2020-05-20 17:40:11 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-20 17:40:12 UTC/bin/sh -c #(nop) COPY file:ba8ee8770c54e5ecc99314148f702a73a1c00c3ef0cc27ff33581d2dbab7456e in /usr/local/bin/
2020-05-20 17:40:13 UTC/bin/sh -c #(nop) VOLUME [/var/lib/docker]
2020-05-20 17:40:14 UTC/bin/sh -c #(nop) EXPOSE 2375 2376
2020-05-20 17:40:15 UTC/bin/sh -c #(nop) ENTRYPOINT ["dockerd-entrypoint.sh"]
2020-05-20 17:40:16 UTC/bin/sh -c #(nop) CMD []
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.