2022-01-19 17:01:45 UTC
90.9 MB
https://github.com/rancher/cri-dockerd/releases/download/v0.0.3/cri-dockerd-v0.0.3-linux-amd64.tgz
DOCKER_URLDOCKER_URL_amd64
DOCKER_URL_amd64https://get.docker.com/builds/Linux/x86_64/docker-1.12.3.tgz
DOCKER_URL_arm64https://github.com/rancher/docker/releases/download/v1.12.3/docker-v1.12.3_arm64.tgz
ETCD_URLhttps://github.com/etcd-io/etcd/releases/download/v3.4.15/etcd-v3.4.15-linux-amd64.tar.gz
NGINX_VERSION1.21.0
NJS_VERSION0.5.3
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PKG_RELEASE1
RANCHER_CONFD_VERSIONv0.16.4
[#000] sha256:540db60ca9383eac9e418f78490994d0af424aab7bf6d0e47ac8ed4e2e9bcbba - 2.95% (2.68 MB)
[#001] sha256:0ae30075c5da17b026dbafbfb1e108cccd9fbbd37a4a71cede72e2f6a4441008 - 7.36% (6.69 MB)
[#002] sha256:9da81141e74e38839836e81c2691d3c7ac54bf34272e5d4a636fc032150506a4 - 0.0% (603 Bytes)
[#003] sha256:b2e41dd2ded0b631f5cbbaa3461bb2f94b9398fca7eae6bc0add69de9e4fc56e - 0.0% (894 Bytes)
[#004] sha256:7f40e809fb2dd163789a69d9ef40505ba223650b4eb6c8982743f5cc6cc48ea7 - 0.0% (664 Bytes)
[#005] sha256:758848c4841163e472bc4fd0a8fc9c1e1282c4ce463af1cd1a1179f8c7a6b0a9 - 0.0% (1.36 KB)
[#006] sha256:0142ac904c016ced0b00201789163b523a4bf898f4afb8a096b4afa40d383f37 - 7.61% (6.92 MB)
[#007] sha256:f5c0093845165551d3697a0984d206d16e569ace63b5d55fa968ebcf05660528 - 52.92% (48.1 MB)
[#008] sha256:60a5718af834bd5d71e2d8df1ad60a33115347ee452f3bc288a6fe0152119416 - 0.0% (160 Bytes)
[#009] sha256:0ec53e8deddf68899537976ff509823704f42394847870f1edfc3b078e0e8898 - 16.98% (15.4 MB)
[#010] sha256:14a20b8dcd28ee1880fa91e294888668907e326929cc1f2c3e7c70d96158838f - 1.83% (1.67 MB)
[#011] sha256:d38a3eb91e4b00e3c7d45f36e0a3990f8511ec98b2325ed1209dfc510b8d2ce9 - 6.71% (6.1 MB)
[#012] sha256:2b7cdc5a95e3926f9c9815f332a86671da0ccff1829a7450f992d4a2d2000568 - 0.0% (443 Bytes)
[#013] sha256:e2feb88974006c09d65b018b10d69e40d89fc59e7371c834ebd662155ad033f6 - 0.0% (274 Bytes)
[#014] sha256:af2a58d6fed34b1772640aed471885e42feee537bd7803772abc4c94259c118c - 0.0% (900 Bytes)
[#015] sha256:d287971fcba365414a997b590b0e5b72391fdb107b6fcae7e276187da6be6b3f - 0.0% (2.93 KB)
[#016] sha256:77deff037f0da996666da1df5f3999583381c7016e7d6252dc1af5aef6d0abf4 - 3.62% (3.3 MB)
/bin/sh -c #(nop) ADD file:8ec69d882e7f29f0652d537557160e638168550f738d0d49f90a7ef96bf31787 in /
2021-04-14 19:19:39 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2021-04-14 23:14:29 UTC/bin/sh -c #(nop) LABEL maintainer=NGINX Docker Maintainers <docker-maint@nginx.com>
2021-05-25 15:44:18 UTC/bin/sh -c #(nop) ENV NGINX_VERSION=1.21.0
2021-05-25 15:44:19 UTC/bin/sh -c #(nop) ENV NJS_VERSION=0.5.3
2021-05-25 15:44:19 UTC/bin/sh -c #(nop) ENV PKG_RELEASE=1
2021-05-25 15:44:26 UTC/bin/sh -c set -x && addgroup -g 101 -S nginx && adduser -S -D -H -u 101 -h /var/cache/nginx -s /sbin/nologin -G nginx -g nginx nginx && apkArch="$(cat /etc/apk/arch)" && nginxPackages=" nginx=${NGINX_VERSION}-r${PKG_RELEASE} nginx-module-xslt=${NGINX_VERSION}-r${PKG_RELEASE} nginx-module-geoip=${NGINX_VERSION}-r${PKG_RELEASE} nginx-module-image-filter=${NGINX_VERSION}-r${PKG_RELEASE} nginx-module-njs=${NGINX_VERSION}.${NJS_VERSION}-r${PKG_RELEASE} " && case "$apkArch" in x86_64|aarch64) set -x && KEY_SHA512="e7fa8303923d9b95db37a77ad46c68fd4755ff935d0a534d26eba83de193c76166c68bfe7f65471bf8881004ef4aa6df3e34689c305662750c0172fca5d8552a *stdin" && apk add --no-cache --virtual .cert-deps openssl && wget -O /tmp/nginx_signing.rsa.pub https://nginx.org/keys/nginx_signing.rsa.pub && if [ "$(openssl rsa -pubin -in /tmp/nginx_signing.rsa.pub -text -noout | openssl sha512 -r)" = "$KEY_SHA512" ]; then echo "key verification succeeded!"; mv /tmp/nginx_signing.rsa.pub /etc/apk/keys/; else echo "key verification failed!"; exit 1; fi && apk del .cert-deps && apk add -X "https://nginx.org/packages/mainline/alpine/v$(egrep -o '^[0-9]+\.[0-9]+' /etc/alpine-release)/main" --no-cache $nginxPackages ;; *) set -x && tempDir="$(mktemp -d)" && chown nobody:nobody $tempDir && apk add --no-cache --virtual .build-deps gcc libc-dev make openssl-dev pcre-dev zlib-dev linux-headers libxslt-dev gd-dev geoip-dev perl-dev libedit-dev mercurial bash alpine-sdk findutils && su nobody -s /bin/sh -c " export HOME=${tempDir} && cd ${tempDir} && hg clone https://hg.nginx.org/pkg-oss && cd pkg-oss && hg up ${NGINX_VERSION}-${PKG_RELEASE} && cd alpine && make all && apk index -o ${tempDir}/packages/alpine/${apkArch}/APKINDEX.tar.gz ${tempDir}/packages/alpine/${apkArch}/*.apk && abuild-sign -k ${tempDir}/.abuild/abuild-key.rsa ${tempDir}/packages/alpine/${apkArch}/APKINDEX.tar.gz " && cp ${tempDir}/.abuild/abuild-key.rsa.pub /etc/apk/keys/ && apk del .build-deps && apk add -X ${tempDir}/packages/alpine/ --no-cache $nginxPackages ;; esac && if [ -n "$tempDir" ]; then rm -rf "$tempDir"; fi && if [ -n "/etc/apk/keys/abuild-key.rsa.pub" ]; then rm -f /etc/apk/keys/abuild-key.rsa.pub; fi && if [ -n "/etc/apk/keys/nginx_signing.rsa.pub" ]; then rm -f /etc/apk/keys/nginx_signing.rsa.pub; fi && apk add --no-cache --virtual .gettext gettext && mv /usr/bin/envsubst /tmp/ && runDeps="$( scanelf --needed --nobanner /tmp/envsubst | awk '{ gsub(/,/, "\nso:", $2); print "so:" $2 }' | sort -u | xargs -r apk info --installed | sort -u )" && apk add --no-cache $runDeps && apk del .gettext && mv /tmp/envsubst /usr/local/bin/ && apk add --no-cache tzdata && apk add --no-cache curl ca-certificates && ln -sf /dev/stdout /var/log/nginx/access.log && ln -sf /dev/stderr /var/log/nginx/error.log && mkdir /docker-entrypoint.d
2021-05-25 15:44:27 UTC/bin/sh -c #(nop) COPY file:65504f71f5855ca017fb64d502ce873a31b2e0decd75297a8fb0a287f97acf92 in /
2021-05-25 15:44:27 UTC/bin/sh -c #(nop) COPY file:0b866ff3fc1ef5b03c4e6c8c513ae014f691fb05d530257dfffd07035c1b75da in /docker-entrypoint.d
2021-05-25 15:44:27 UTC/bin/sh -c #(nop) COPY file:0fd5fca330dcd6a7de297435e32af634f29f7132ed0550d342cad9fd20158258 in /docker-entrypoint.d
2021-05-25 15:44:28 UTC/bin/sh -c #(nop) COPY file:09a214a3e07c919af2fb2d7c749ccbc446b8c10eb217366e5a65640ee9edcc25 in /docker-entrypoint.d
2021-05-25 15:44:28 UTC/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]
2021-05-25 15:44:28 UTC/bin/sh -c #(nop) EXPOSE 80
2021-05-25 15:44:28 UTC/bin/sh -c #(nop) STOPSIGNAL SIGQUIT
2021-05-25 15:44:29 UTC/bin/sh -c #(nop) CMD ["nginx" "-g" "daemon off;"]
2022-01-19 17:01:16 UTC/bin/sh -c #(nop) LABEL maintainer=Rancher Labs <support@rancher.com>
2022-01-19 17:01:16 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2022-01-19 17:01:16 UTC/bin/sh -c #(nop) ENV DOCKER_URL_amd64=https://get.docker.com/builds/Linux/x86_64/docker-1.12.3.tgz DOCKER_URL_arm64=https://github.com/rancher/docker/releases/download/v1.12.3/docker-v1.12.3_arm64.tgz DOCKER_URL=DOCKER_URL_amd64
2022-01-19 17:01:16 UTC/bin/sh -c #(nop) ENV CRIDOCKERD_URL=https://github.com/rancher/cri-dockerd/releases/download/v0.0.3/cri-dockerd-v0.0.3-linux-amd64.tgz
2022-01-19 17:01:19 UTC|1 ARCH=amd64 /bin/sh -c apk -U upgrade && apk -U --no-cache add bash && rm -f /bin/sh && ln -s /bin/bash /bin/sh
2022-01-19 17:01:19 UTC/bin/sh -c #(nop) ENV RANCHER_CONFD_VERSION=v0.16.4
2022-01-19 17:01:28 UTC|1 ARCH=amd64 /bin/sh -c apk -U --no-cache add curl wget ca-certificates tar sysstat acl && mkdir -p /opt/rke-tools/bin /etc/confd && curl -sLf https://github.com/rancher/confd/releases/download/${RANCHER_CONFD_VERSION}/confd-${RANCHER_CONFD_VERSION}-linux-${ARCH} > /usr/bin/confd && chmod +x /usr/bin/confd && curl -sLf ${!DOCKER_URL} | tar xvzf - -C /opt/rke-tools/bin --strip-components=1 docker/docker && curl -sLf ${CRIDOCKERD_URL} | tar xvzf - -C /opt/rke-tools/bin --strip-components=1 cri-dockerd/cri-dockerd && chmod +x /opt/rke-tools/bin/cri-dockerd && curl -sLf https://storage.googleapis.com/kubernetes-release/release/v1.18.2/bin/linux/${ARCH}/kubectl > /usr/local/bin/kubectl && chmod +x /usr/local/bin/kubectl && apk del curl
2022-01-19 17:01:32 UTC|1 ARCH=amd64 /bin/sh -c mkdir -p /opt/cni/bin
2022-01-19 17:01:34 UTC|1 ARCH=amd64 /bin/sh -c wget -q -O - https://github.com/containernetworking/cni/releases/download/v0.4.0/cni-${ARCH}-v0.4.0.tgz | tar xzf - -C /tmp
2022-01-19 17:01:36 UTC|1 ARCH=amd64 /bin/sh -c wget -q -O /tmp/portmap https://github.com/rancher/plugins/releases/download/v1.9.1-rancher1/portmap-${ARCH}
2022-01-19 17:01:36 UTC/bin/sh -c #(nop) ENV ETCD_URL=https://github.com/etcd-io/etcd/releases/download/v3.4.15/etcd-v3.4.15-linux-amd64.tar.gz
2022-01-19 17:01:38 UTC|1 ARCH=amd64 /bin/sh -c wget -q -O - ${ETCD_URL} | tar xzf - -C /tmp && mv /tmp/etcd-*/etcdctl /usr/local/bin/etcdctl && rm -rf /tmp/etcd-* && rm -f /etcd-*.tar.gz && apk del wget
2022-01-19 17:01:38 UTC/bin/sh -c #(nop) COPY dir:0e956ee6a33257a02b7b3d7be0f8e173d276e6e3bf43535dec61354952c79657 in /etc/confd/templates/
2022-01-19 17:01:38 UTC/bin/sh -c #(nop) COPY dir:0459a3816a50ad2a038015821c58d4a730723e9ef118d6d168a9730d9dbc6dca in /etc/confd/conf.d/
2022-01-19 17:01:38 UTC/bin/sh -c #(nop) COPY multi:51ed3ec74222ac2a438a9df330792e78e1c951fe070a696c3a664c99a5d7445c in /usr/bin/
2022-01-19 17:01:39 UTC/bin/sh -c #(nop) COPY multi:ea77250dc6c936e947494161e88c94bef28bc2b24b8b11e5931bdfb2a150ecc9 in /opt/rke-tools/
2022-01-19 17:01:39 UTC/bin/sh -c #(nop) COPY file:01520630f279792f9aac38841c92a8b03fe2d2307f5eadb0e649f72b6af8d36c in /opt/rke-tools
2022-01-19 17:01:41 UTC/bin/sh -c #(nop) VOLUME [/opt/rke-tools]
2022-01-19 17:01:44 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2022-01-19 17:01:44 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-01-19T17:01:15Z
2022-01-19 17:01:44 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=5fda490d94363e3e05fca673a3ebe0458af9006a
2022-01-19 17:01:44 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rke-tools.git
2022-01-19 17:01:45 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/rancher/rke-tools
2022-01-19 17:15:48 UTC
232 MB
PSDocker-NanoServer-1809
POWERSHELL_TELEMETRY_OPTOUT0
PSCORE\PowerShell\pwsh.exe
PSModuleAnalysisCachePathC:\Users\Public\AppData\Local\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache
ProgramFilesC:\Program Files
WindowsPATHC:\Windows\system32;C:\Windows
[#000] sha256:034b2f457cdf6a0d3f7024523d40fd6eeb8568e6c76d9fa56f4053fcf3a21d63 - 42.23% (98.1 MB)
[#001] sha256:a1a35b8d5e43915e9ac6ea24ce43e4eb2aaa1b8fabca236530d931db3b11f55f - 0.0% (1.01 KB)
[#002] sha256:f91603e635b94e3e7bcb5a2def435ad616fe0b243f1266bf625adbd465dac4c3 - 0.0% (1.02 KB)
[#003] sha256:6651a9ed34544f47403b9f80453b5862d9e14dd162b84f283a961e1fcd4d4007 - 0.03% (69.8 KB)
[#004] sha256:5729dd4c4c73e76e6b24d5747ec12cc86768cef08b6499df490eb514ab76eb35 - 0.0% (1.05 KB)
[#005] sha256:b4f50b5102dcdedcb701a982ef00547f9f2be7e1de6580d41808a9fd2531d24d - 44.34% (103 MB)
[#006] sha256:cb7dbd097081e6e71a4e02047c0869c94ddebc659daf8f43de42ab7f0cd6bacc - 0.06% (147 KB)
[#007] sha256:39ce959ca23e28b00d710e5bd14aea4af87c810e4f3abda76fc903fb0da0f88b - 0.0% (1.05 KB)
[#008] sha256:2bb58f6a16c1d41b53693c841592ed20f08c0e5b371aa5b06498d6fd910e910f - 0.0% (1.02 KB)
[#009] sha256:b5f120937b1789fbe431fdbe8e8dfaa3e383d7f0760ca953ebd86b29871d2b96 - 0.0% (825 Bytes)
[#010] sha256:5fc721183fcb808f433c55b7ca9bf66ceb0d46fa3605adaceeb0290bbf54a1a7 - 0.02% (44.7 KB)
[#011] sha256:6e1a8534b0b367f86864e8249251cfd168e4e4355071d4562728a9a40916c907 - 4.46% (10.4 MB)
[#012] sha256:b6a272114dd7e5ee50d7ffa8a92bd736f43de53d4b3505aa6b65e21de8c0a1c5 - 0.73% (1.69 MB)
[#013] sha256:c45df8fbe66dcb33677bcc8367107cf023a1cacee980e7bfb7926edfd55caaa4 - 4.25% (9.88 MB)
[#014] sha256:683547f0bc574f0f4824e13916ac76a75cb923e0bb3ea766f1aca505e8b8a294 - 3.78% (8.77 MB)
[#015] sha256:f435d51b05ab40c931669e00ca512e35dea52d1fe08fc002ac8b178428f5c65a - 0.09% (209 KB)
[#016] sha256:98090da04956e4db6dcc4087f60f711688d06e2f5f4c3209a3e7e582504de247 - 0.0% (8.05 KB)
[#017] sha256:c6e1dd7c3c9010c3f992cfc0c5842435fb1b625662d9b6dd058cc1edd4d1ebcb - 0.0% (1.49 KB)
[#018] sha256:40751c09efb96fdb06ae0957c72a57101b69153dd6c563225a21e2229937cc10 - 0.0% (1.35 KB)
[#019] sha256:cea0ae343a7dda1c4f4e88ca93dc9d43aa90e6903edd3b057c97d253cdaffac8 - 0.0% (7.76 KB)
[#020] sha256:df06ccec1ea7dce39b09df857ac15ef8766d92d6e914cdfd8d519e682e8c6d0e - 0.0% (6.76 KB)
[#021] sha256:8c1b9df25470c6bcd094862228ddcff921a6d3b656f1b89bc9f24b5c6ac5b012 - 0.0% (822 Bytes)
[#022] sha256:da1236b02497ca954956930b7012e8047931daf491513e627f8ebdbf3b26f47c - 0.0% (829 Bytes)
[#023] sha256:0dd3946332a0825f11e98965b7f01538f8646764e3d2c1937f723bca1fc85e87 - 0.0% (820 Bytes)
[#024] sha256:3a73d152e93b2513cb73de0a5aa56ae151b74f1bd3cd7ebc1751828d4d8c8131 - 0.0% (857 Bytes)
[#025] sha256:c0d8797a1252b85e1ea470379af380138f316f788e4804c4393383fc4de473c5 - 0.0% (841 Bytes)
[#026] sha256:ba54d1492341afb28947fe1ccfbee241964e1863d2df71ec5bbf9092674a3a07 - 0.0% (824 Bytes)
[#027] sha256:3f91e9365e02b686905cf35234248f3337370d987fad2ffc8c54770a993ceedd - 0.0% (823 Bytes)
Apply image 1809-amd64
2021-12-15 20:19:34 UTCcmd /S /C #(nop) ENV ProgramFiles=C:\Program Files PSModuleAnalysisCachePath=C:\Users\Public\AppData\Local\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache PSCORE=\PowerShell\pwsh.exe WindowsPATH=C:\Windows\system32;C:\Windows POWERSHELL_DISTRIBUTION_CHANNEL=PSDocker-NanoServer-1809
2021-12-15 20:19:35 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-12-15 20:20:15 UTCcmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2021-12-15 20:20:16 UTCcmd /S /C #(nop) USER ContainerUser
2021-12-15 20:20:38 UTCcmd /S /C #(nop) COPY dir:c14bf70898bd2b5c2a57f5ac7ba33788c0fd04cf2b14a216b434831da022386e in C:\Program Files\PowerShell
2021-12-15 20:21:15 UTCcmd /S /C pwsh -NoLogo -NoProfile -Command " $stopTime = (get-date).AddMinutes(15); $ErrorActionPreference = 'Stop' ; $ProgressPreference = 'SilentlyContinue' ; while(!(Test-Path -Path $env:PSModuleAnalysisCachePath)) { Write-Host "'Waiting for $env:PSModuleAnalysisCachePath'" ; if((get-date) -gt $stopTime) { throw 'timout expired'} Start-Sleep -Seconds 6 ; }"
2021-12-15 20:21:16 UTCcmd /S /C #(nop) ENV POWERSHELL_TELEMETRY_OPTOUT=0
2021-12-15 20:21:17 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2022-01-19 17:15:39 UTCcmd /S /C #(nop) USER ContainerAdministrator
2022-01-19 17:15:39 UTCcmd /S /C #(nop) COPY file:0196195d83cd75ddabfcae4ef2021b2d210fbf486e1e82923695e9bafb426dc8 in \Windows\System32\
2022-01-19 17:15:40 UTCcmd /S /C #(nop) COPY multi:f6ec36ab088410b100075a4566257520cbdeed6fc430351a22c6535ee16ec649 in \Windows\
2022-01-19 17:15:41 UTCcmd /S /C #(nop) COPY dir:8ddd7802c8a574da36b263e99db75e4e40c59dc00845ad167794bb6e23c55cef in \etc\nginx
2022-01-19 17:15:42 UTCcmd /S /C #(nop) COPY multi:8e380a4cbad78b02d15ba8209db9694841d0f10022f2c4b9b44177de60083385 in \opt\cni\bin\
2022-01-19 17:15:43 UTCcmd /S /C #(nop) COPY file:ab177972a280a956ea8f28c8da682e4c2981ab4112e47f8286b98342e280ee27 in \opt\bin\
2022-01-19 17:15:43 UTCcmd /S /C #(nop) COPY dir:0f40db0dfa22483721e3097243b3b6283256a3d01fd4f8757a36b3a18315c56c in \share\kubelet-volumeplugins
2022-01-19 17:15:44 UTCcmd /S /C #(nop) COPY file:43624d171666e64b77e61c7f1bc07c8d8042502b989ec52b69f4ac62667c7f23 in \share\gce-patch\
2022-01-19 17:15:44 UTCcmd /S /C #(nop) COPY dir:52e8d67b9607f7d05d00463fee075328fb854b44316d5dc5b5d1706e68b64cbd in \etc\confd\templates\
2022-01-19 17:15:45 UTCcmd /S /C #(nop) COPY dir:2e4532e0dcb87e2b51373fad8042d50a8ee8583f21892134532191fc727c666a in \etc\confd\conf.d\
2022-01-19 17:15:45 UTCcmd /S /C #(nop) COPY multi:ab70ad224f8a60b7ea3e7c0512cacec0bed6165e758bee900e8d47d7f5563dbe in \usr\bin\
2022-01-19 17:15:45 UTCcmd /S /C #(nop) COPY multi:420f58b6bcb7b3887c95978b2cbb1f305e73e5d7edd7c9e3e1478f7efa75abf6 in \share\scripts\
2022-01-19 17:15:46 UTCcmd /S /C #(nop) VOLUME [c:/opt/rke-tools]
2022-01-19 17:15:46 UTCcmd /S /C #(nop) VOLUME [c:/run]
2022-01-19 17:15:46 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh.exe" "-NoLogo"]
2022-01-19 17:15:47 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.created=2022-01-19T17:07:34Z
2022-01-19 17:15:47 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.revision=5fda490d94363e3e05fca673a3ebe0458af9006a
2022-01-19 17:15:47 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rke-tools.git
2022-01-19 17:15:48 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.url=https://github.com/rancher/rke-tools
2022-01-19 17:15:10 UTC
2.63 GB
[#000] sha256:18ae6bebe21d13de4442e4cafdf4fbf4e5b0d866afe416f302da087f53f04ae1 - 53.32% (1.4 GB)
[#001] sha256:3aff99b000970ade8766a006338a898f0d5d035a89037044890b777928da56bd - 43.05% (1.13 GB)
[#002] sha256:8d6c30b7eb0fa69ef7b8dfe344a0488df38fd6b0644cc35aff34282b5200033b - 0.0% (1.31 KB)
[#003] sha256:4ce046ee24b76e9f08272c853bfe202c016125b69820b168a2929c6af918db19 - 0.0% (1.29 KB)
[#004] sha256:8276f3e3c77877e4dfe636f2ee502ef10967620bcbb358013eb556b4167fede6 - 0.33% (8.85 MB)
[#005] sha256:34346954508a1dfc7f0db2b22ef8997be9f71c22f769956dcf1edb62b1812433 - 0.22% (5.81 MB)
[#006] sha256:ff0ec1077a9b20e76d6862b3ed27ad7263fadd6987f3152a00116fee6c7d2af1 - 0.14% (3.7 MB)
[#007] sha256:2ea6e80f497830525f8395e2639d8529439007fad3b7ecf7b9f05b614f503e89 - 1.11% (29.9 MB)
[#008] sha256:75b75fa6b0c4da516bf619215cea225ea9451e19264a83c6a7ee44528a391690 - 0.34% (9.16 MB)
[#009] sha256:3af367288ac57413c17732e908e722b10c274c9ac00ca8a324732a6506f51dfe - 0.03% (823 KB)
[#010] sha256:8969dfa9805a46fce89287bf9415564dbd43628d4728480a7ab665cb14771b09 - 0.2% (5.34 MB)
[#011] sha256:2d4ec6f84dfa70f4065ab942c9cec15ea06f5f75fcf95f580417dcb02745858e - 0.02% (432 KB)
[#012] sha256:ec98e58d318de867c1c1e65583617603fb1ccd6bb3287525ac3da5b58e3b2742 - 0.2% (5.36 MB)
[#013] sha256:83a3c163c4c66c50f1c52e10baf9c727c4f2a77a35832e732207a9b23e257c32 - 0.22% (5.88 MB)
[#014] sha256:bbc61ef261d8f0649b910978da4eb2c74f962b95746f1ada9d0061f0ac71d073 - 0.08% (2.14 MB)
[#015] sha256:0e91c2e2c4640edb84039e93d2f0cbebb1d89d7f477aab4d1f185bbaac95826a - 0.71% (19.1 MB)
[#016] sha256:373418d835c6702a75929c5fed372684533ec5fb4cc82c72d18c08d47a0d57b4 - 0.02% (689 KB)
[#017] sha256:a9dcfe790b448b98d43f6d7adaee42d54a28ecc391edcc338458b1de01faab96 - 0.02% (477 KB)
[#018] sha256:ffb4b94be2cae4d530225fb08b85b4e15f9dbcea64038e27846693a8a0b8d21b - 0.0% (1.93 KB)
[#019] sha256:8dccdcd291e66c335fb014c9bc6dc0fbca6f07b7a174b79245960625fc1ee001 - 0.0% (1.8 KB)
[#020] sha256:81564d62f3bae43309296dabd65c3830a63d66aa84bbc3a6b701ab1e0573f1c2 - 0.0% (8.17 KB)
[#021] sha256:daa0fd75cd672710dd74fa2205d4de6a8a07de1db023389912340451c3b68fe1 - 0.0% (7.25 KB)
[#022] sha256:f2d06148f3b49ab87d3def6e987231f764a676dec05ac84adc28adc6acf6d44a - 0.0% (1.28 KB)
[#023] sha256:503f2afc06d403b0bbf637d829ee59143613c9f2b5b69856cafe067bef31d144 - 0.0% (1.25 KB)
[#024] sha256:9fbe7dede3073e05c9b8fa12d9e4c8f875ced2a838f9db1a01532e9bb5f81354 - 0.0% (1.29 KB)
[#025] sha256:e2e05b932694585f54c15f749b5c0c29060379bf1a01d4f2b5734c5cec0b1cdb - 0.0% (1.29 KB)
[#026] sha256:0f81919ac1d65463ad45c4d7aa8ea7433a146c2933295068c0cf20e76dd21545 - 0.0% (1.26 KB)
[#027] sha256:bc98264559111dcd51c32bb35cc66a89c5f388fd6ccba8cf901c2f6b6e08945d - 0.0% (1.26 KB)
[#028] sha256:49efeaab3a312775158fd28d126cef5dcf9e25a4da0e63b473ea213edec07d13 - 0.0% (1.26 KB)
Apply image 20H2-RTM-amd64
2022-01-08 08:44:10 UTCInstall update 20H2-amd64
2022-01-19 17:12:25 UTCcmd /S /C #(nop) ARG ARCH=amd64
2022-01-19 17:12:26 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2022-01-19 17:13:15 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; if (-not (Get-Command Expand-7Zip -ErrorAction Ignore)) { Install-PackageProvider -Name NuGet -Force -Verbose; Install-Module -Name 7Zip4Powershell -Repository PSGallery -Force -Verbose; if(-not $?) { Write-Error "Failed to install package"; Exit 1; } }
2022-01-19 17:13:23 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; $URL = 'https://github.com/kelseyhightower/confd/releases/download/v0.16.0/confd-0.16.0-windows-amd64.exe'; Write-Host ('Downloading confd from {0} ...' -f $URL); [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; Invoke-WebRequest -UseBasicParsing -OutFile c:\confd.exe -Uri $URL; Write-Host 'Complete.'
2022-01-19 17:13:33 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; $URL = 'http://nginx.org/download/nginx-1.19.9.zip'; Write-Host ('Downloading nginx from {0} ...' -f $URL); [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; Invoke-WebRequest -UseBasicParsing -OutFile c:\nginx.zip -Uri $URL; Write-Host 'Expanding ...'; Expand-Archive -Force -Path c:\nginx.zip -DestinationPath c:\; Write-Host 'Complete.'
2022-01-19 17:13:43 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; $URL = 'https://github.com/containernetworking/plugins/releases/download/v0.9.1/cni-plugins-windows-amd64-v0.9.1.tgz'; function DeGZip-File ($inFile, $outFile) { $input = New-Object System.IO.FileStream $inFile, ([IO.FileMode]::Open), ([IO.FileAccess]::Read), ([IO.FileShare]::Read); $output = New-Object System.IO.FileStream $outFile, ([IO.FileMode]::Create), ([IO.FileAccess]::Write), ([IO.FileShare]::None); $gzipStream = New-Object System.IO.Compression.GzipStream $input, ([IO.Compression.CompressionMode]::Decompress); try { if (!$input -or !$output -or !$gzipStream) { Write-Error "Failed to Unzip the archive"; Exit 1; } $buffer = New-Object byte[](1024); while ($true) { $read = $gzipstream.Read($buffer, 0, 1024); if ($read -le 0 ) { break; } $output.Write($buffer, 0, $read); } } finally { $gzipStream.Close(); $output.Close(); $input.Close(); } }; Write-Host ('Downloading cni plugins from {0} ...' -f $URL); [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; Invoke-WebRequest -UseBasicParsing -OutFile c:\containernetworking-plugins.tarz -Uri $URL; Write-Host 'Expanding ...'; DeGZip-File c:\containernetworking-plugins.tarz c:\containernetworking-plugins.tar; Expand-7Zip c:\containernetworking-plugins.tar c:\containernetworking\bin\.; Write-Host 'Complete.'
2022-01-19 17:13:52 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; $URL = 'https://github.com/flannel-io/flannel/releases/download/v0.15.0/flanneld.exe'; New-Item -Path c:\ -Name "flanneld" -ItemType "directory"; Write-Host ('Downloading flanneld from {0} ...' -f $URL); [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; Invoke-WebRequest -UseBasicParsing -OutFile c:\flanneld\flanneld.exe -Uri $URL; Write-Host 'Complete.'
2022-01-19 17:14:01 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; $URL = 'https://github.com/microsoft/K8s-Storage-Plugins/releases/download/V0.0.3/flexvolume-windows.zip'; Write-Host ('Downloading Volume Plugins from {0} ...' -f $URL); [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; Invoke-WebRequest -UseBasicParsing -OutFile c:\flexvolume.zip -Uri $URL; Write-Host 'Expanding ...'; Expand-Archive -Force -Path c:\flexvolume.zip -DestinationPath c:\flexvolume\.; Write-Host 'Complete.'
2022-01-19 17:14:09 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; $URL = 'https://github.com/rancher/wins/releases/download/v0.1.1/wins.exe'; Write-Host ('Downloading wins from {0} ...' -f $URL); [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; Invoke-WebRequest -UseBasicParsing -OutFile c:\wins.exe -Uri $URL; Write-Host 'Complete.'
2022-01-19 17:14:17 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; $URL = 'https://github.com/pjh/gce-tools/raw/master/GceTools/GetGcePdName/GetGcePdName.dll'; Write-Host ('Downloading GetGcePdName DLL from {0}...' -f $URL); [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; Invoke-WebRequest -UseBasicParsing -OutFile c:\GetGcePdName.dll -Uri $URL; Write-Host 'Complete.';
2022-01-19 17:14:25 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Move-Item -Path /wins.exe -Destination /Windows/
2022-01-19 17:14:32 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Move-Item -Path /confd.exe -Destination /Windows/
2022-01-19 17:14:40 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; New-Item -Force -ItemType Directory -Path /etc; Move-Item -Path /nginx-1.19.9 -Destination /etc/nginx
2022-01-19 17:14:49 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; New-Item -Force -ItemType Directory -Path /opt; New-Item -Force -ItemType Directory -Path /opt/cni; New-Item -Force -ItemType Directory -Path /opt/bin; New-Item -Force -ItemType Directory -Path /opt/cni/bin; Move-Item -Path /containernetworking/bin/*.exe -Destination /opt/cni/bin/; Move-Item -Path /flanneld/flanneld.exe -Destination /opt/bin/
2022-01-19 17:14:57 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; New-Item -Force -ItemType Directory -Path /share; New-Item -Force -ItemType Directory -Path /gce-patch; New-Item -Force -ItemType Directory -Path /share/kubelet-volumeplugins; Move-Item -Path /flexvolume -Destination /share/kubelet-volumeplugins; Move-Item -Path /GetGcePdName.dll -Destination /share/gce-patch/
2022-01-19 17:15:05 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; New-Item -ItemType SymbolicLink -Target "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" -Path "C:\Windows\System32\WindowsPowerShell\v1.0\pwsh.exe"
2022-01-19 17:15:05 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY dir:52e8d67b9607f7d05d00463fee075328fb854b44316d5dc5b5d1706e68b64cbd in \etc\confd\templates\
2022-01-19 17:15:06 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY dir:2e4532e0dcb87e2b51373fad8042d50a8ee8583f21892134532191fc727c666a in \etc\confd\conf.d\
2022-01-19 17:15:06 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:ab70ad224f8a60b7ea3e7c0512cacec0bed6165e758bee900e8d47d7f5563dbe in \usr\bin\
2022-01-19 17:15:06 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:420f58b6bcb7b3887c95978b2cbb1f305e73e5d7edd7c9e3e1478f7efa75abf6 in \share\scripts\
2022-01-19 17:15:07 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) VOLUME [c:/opt/rke-tools]
2022-01-19 17:15:07 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) VOLUME [c:/run]
2022-01-19 17:15:08 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell.exe" "-NoLogo"]
2022-01-19 17:15:08 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2022-01-19T17:07:34Z
2022-01-19 17:15:09 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.schema-version=1.0
2022-01-19 17:15:09 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-ref=5fda490d94363e3e05fca673a3ebe0458af9006a
2022-01-19 17:15:10 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rke-tools.git
2022-01-19 17:00:25 UTC
86.3 MB
https://github.com/rancher/cri-dockerd/releases/download/v0.0.3/cri-dockerd-v0.0.3-linux-arm64.tgz
DOCKER_URLDOCKER_URL_arm64
DOCKER_URL_amd64https://get.docker.com/builds/Linux/x86_64/docker-1.12.3.tgz
DOCKER_URL_arm64https://github.com/rancher/docker/releases/download/v1.12.3/docker-v1.12.3_arm64.tgz
ETCD_URLhttps://github.com/etcd-io/etcd/releases/download/v3.4.15/etcd-v3.4.15-linux-arm64.tar.gz
NGINX_VERSION1.21.0
NJS_VERSION0.5.3
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PKG_RELEASE1
RANCHER_CONFD_VERSIONv0.16.4
[#000] sha256:595b0fe564bb9444ebfe78288079a01ee6d7f666544028d5e96ba610f909ee43 - 3.0% (2.59 MB)
[#001] sha256:fa54502dbfa68efe963298dcce6e4f723ec39a05a74ceaef223ea78ddabad7c0 - 7.68% (6.63 MB)
[#002] sha256:d2cb09b9e6aac1edb47f17767d15ad1353d68394e83c433b02bca30bfe2a0e51 - 0.0% (602 Bytes)
[#003] sha256:7ef83e7b3a3b1a76d0669eb501446890204e5aab21ce4f8f879b30a6e55759d2 - 0.0% (893 Bytes)
[#004] sha256:80a3065a2c7e987e324adc88bb2ee4bc1782367fef275a2772488eabd3ded973 - 0.0% (666 Bytes)
[#005] sha256:c83609e9cc595f3cbff823ce908e9e2a99c607eab16158837ece99694252aaff - 0.0% (1.36 KB)
[#006] sha256:859e275608817f857554093314241fb64b1c31b2c90bef80fefe1d4b4c0ab9c9 - 7.81% (6.74 MB)
[#007] sha256:0985c6e775fdc5bd5830b8550a3f31ec6bd3d511f1c61fa293b99c15964fcf9d - 53.1% (45.8 MB)
[#008] sha256:cd442bdac71342175d4a2d05a18b4f59656c5227d1bc2372ffb983774b02623a - 0.0% (161 Bytes)
[#009] sha256:1cce63e45aac93cc757f242197fd82eef1329afc199b0aee4efee3a4204e17eb - 16.67% (14.4 MB)
[#010] sha256:74d96e3444c75f211cfad4a414b13b0e6c34106099e79bd1c6ffa2cdd34061fe - 1.79% (1.55 MB)
[#011] sha256:d272907e1359b5b364320ddf93d65877b08b8e37ccf5c452247e4572521c82be - 6.5% (5.61 MB)
[#012] sha256:b27b1db4333591e77032cb6e6b335694dc4612d665b4ede7c02f8718815cd915 - 0.0% (443 Bytes)
[#013] sha256:43eb3e00106fc96a8fab65651e1a258eb4082d13d9c324a13f9c6b0fd4a42bd1 - 0.0% (275 Bytes)
[#014] sha256:4febe812f6ab6bb7f722af59fe541d2fbb032deaaa45b1338457c96bb4822b0e - 0.0% (900 Bytes)
[#015] sha256:50963ec7c3de1e37bb5d4fc6b88d2f1127e0ab5a850f4cb6239e0fb984993b5e - 0.0% (2.93 KB)
[#016] sha256:7884973f601d38436057a4da9df30053bed3240259cfc9ab196db67a03196106 - 3.45% (2.98 MB)
/bin/sh -c #(nop) ADD file:ca9d8b5d1cc2f2186983fc6b9507da6ada5eb92f2b518c06af1128d5396c6f34 in /
2021-06-15 21:45:04 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2021-06-16 01:12:09 UTC/bin/sh -c #(nop) LABEL maintainer=NGINX Docker Maintainers <docker-maint@nginx.com>
2021-06-16 01:12:10 UTC/bin/sh -c #(nop) ENV NGINX_VERSION=1.21.0
2021-06-16 01:12:10 UTC/bin/sh -c #(nop) ENV NJS_VERSION=0.5.3
2021-06-16 01:12:10 UTC/bin/sh -c #(nop) ENV PKG_RELEASE=1
2021-06-16 01:12:17 UTC/bin/sh -c set -x && addgroup -g 101 -S nginx && adduser -S -D -H -u 101 -h /var/cache/nginx -s /sbin/nologin -G nginx -g nginx nginx && apkArch="$(cat /etc/apk/arch)" && nginxPackages=" nginx=${NGINX_VERSION}-r${PKG_RELEASE} nginx-module-xslt=${NGINX_VERSION}-r${PKG_RELEASE} nginx-module-geoip=${NGINX_VERSION}-r${PKG_RELEASE} nginx-module-image-filter=${NGINX_VERSION}-r${PKG_RELEASE} nginx-module-njs=${NGINX_VERSION}.${NJS_VERSION}-r${PKG_RELEASE} " && case "$apkArch" in x86_64|aarch64) set -x && KEY_SHA512="e7fa8303923d9b95db37a77ad46c68fd4755ff935d0a534d26eba83de193c76166c68bfe7f65471bf8881004ef4aa6df3e34689c305662750c0172fca5d8552a *stdin" && apk add --no-cache --virtual .cert-deps openssl && wget -O /tmp/nginx_signing.rsa.pub https://nginx.org/keys/nginx_signing.rsa.pub && if [ "$(openssl rsa -pubin -in /tmp/nginx_signing.rsa.pub -text -noout | openssl sha512 -r)" = "$KEY_SHA512" ]; then echo "key verification succeeded!"; mv /tmp/nginx_signing.rsa.pub /etc/apk/keys/; else echo "key verification failed!"; exit 1; fi && apk del .cert-deps && apk add -X "https://nginx.org/packages/mainline/alpine/v$(egrep -o '^[0-9]+\.[0-9]+' /etc/alpine-release)/main" --no-cache $nginxPackages ;; *) set -x && tempDir="$(mktemp -d)" && chown nobody:nobody $tempDir && apk add --no-cache --virtual .build-deps gcc libc-dev make openssl-dev pcre-dev zlib-dev linux-headers libxslt-dev gd-dev geoip-dev perl-dev libedit-dev mercurial bash alpine-sdk findutils && su nobody -s /bin/sh -c " export HOME=${tempDir} && cd ${tempDir} && hg clone https://hg.nginx.org/pkg-oss && cd pkg-oss && hg up ${NGINX_VERSION}-${PKG_RELEASE} && cd alpine && make all && apk index -o ${tempDir}/packages/alpine/${apkArch}/APKINDEX.tar.gz ${tempDir}/packages/alpine/${apkArch}/*.apk && abuild-sign -k ${tempDir}/.abuild/abuild-key.rsa ${tempDir}/packages/alpine/${apkArch}/APKINDEX.tar.gz " && cp ${tempDir}/.abuild/abuild-key.rsa.pub /etc/apk/keys/ && apk del .build-deps && apk add -X ${tempDir}/packages/alpine/ --no-cache $nginxPackages ;; esac && if [ -n "$tempDir" ]; then rm -rf "$tempDir"; fi && if [ -n "/etc/apk/keys/abuild-key.rsa.pub" ]; then rm -f /etc/apk/keys/abuild-key.rsa.pub; fi && if [ -n "/etc/apk/keys/nginx_signing.rsa.pub" ]; then rm -f /etc/apk/keys/nginx_signing.rsa.pub; fi && apk add --no-cache --virtual .gettext gettext && mv /usr/bin/envsubst /tmp/ && runDeps="$( scanelf --needed --nobanner /tmp/envsubst | awk '{ gsub(/,/, "\nso:", $2); print "so:" $2 }' | sort -u | xargs -r apk info --installed | sort -u )" && apk add --no-cache $runDeps && apk del .gettext && mv /tmp/envsubst /usr/local/bin/ && apk add --no-cache tzdata && apk add --no-cache curl ca-certificates && ln -sf /dev/stdout /var/log/nginx/access.log && ln -sf /dev/stderr /var/log/nginx/error.log && mkdir /docker-entrypoint.d
2021-06-16 01:12:17 UTC/bin/sh -c #(nop) COPY file:65504f71f5855ca017fb64d502ce873a31b2e0decd75297a8fb0a287f97acf92 in /
2021-06-16 01:12:17 UTC/bin/sh -c #(nop) COPY file:0b866ff3fc1ef5b03c4e6c8c513ae014f691fb05d530257dfffd07035c1b75da in /docker-entrypoint.d
2021-06-16 01:12:17 UTC/bin/sh -c #(nop) COPY file:0fd5fca330dcd6a7de297435e32af634f29f7132ed0550d342cad9fd20158258 in /docker-entrypoint.d
2021-06-16 01:12:18 UTC/bin/sh -c #(nop) COPY file:09a214a3e07c919af2fb2d7c749ccbc446b8c10eb217366e5a65640ee9edcc25 in /docker-entrypoint.d
2021-06-16 01:12:18 UTC/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]
2021-06-16 01:12:18 UTC/bin/sh -c #(nop) EXPOSE 80
2021-06-16 01:12:18 UTC/bin/sh -c #(nop) STOPSIGNAL SIGQUIT
2021-06-16 01:12:19 UTC/bin/sh -c #(nop) CMD ["nginx" "-g" "daemon off;"]
2022-01-19 17:00:11 UTC/bin/sh -c #(nop) LABEL maintainer=Rancher Labs <support@rancher.com>
2022-01-19 17:00:11 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2022-01-19 17:00:11 UTC/bin/sh -c #(nop) ENV DOCKER_URL_amd64=https://get.docker.com/builds/Linux/x86_64/docker-1.12.3.tgz DOCKER_URL_arm64=https://github.com/rancher/docker/releases/download/v1.12.3/docker-v1.12.3_arm64.tgz DOCKER_URL=DOCKER_URL_arm64
2022-01-19 17:00:11 UTC/bin/sh -c #(nop) ENV CRIDOCKERD_URL=https://github.com/rancher/cri-dockerd/releases/download/v0.0.3/cri-dockerd-v0.0.3-linux-arm64.tgz
2022-01-19 17:00:13 UTC|1 ARCH=arm64 /bin/sh -c apk -U upgrade && apk -U --no-cache add bash && rm -f /bin/sh && ln -s /bin/bash /bin/sh
2022-01-19 17:00:13 UTC/bin/sh -c #(nop) ENV RANCHER_CONFD_VERSION=v0.16.4
2022-01-19 17:00:17 UTC|1 ARCH=arm64 /bin/sh -c apk -U --no-cache add curl wget ca-certificates tar sysstat acl && mkdir -p /opt/rke-tools/bin /etc/confd && curl -sLf https://github.com/rancher/confd/releases/download/${RANCHER_CONFD_VERSION}/confd-${RANCHER_CONFD_VERSION}-linux-${ARCH} > /usr/bin/confd && chmod +x /usr/bin/confd && curl -sLf ${!DOCKER_URL} | tar xvzf - -C /opt/rke-tools/bin --strip-components=1 docker/docker && curl -sLf ${CRIDOCKERD_URL} | tar xvzf - -C /opt/rke-tools/bin --strip-components=1 cri-dockerd/cri-dockerd && chmod +x /opt/rke-tools/bin/cri-dockerd && curl -sLf https://storage.googleapis.com/kubernetes-release/release/v1.18.2/bin/linux/${ARCH}/kubectl > /usr/local/bin/kubectl && chmod +x /usr/local/bin/kubectl && apk del curl
2022-01-19 17:00:18 UTC|1 ARCH=arm64 /bin/sh -c mkdir -p /opt/cni/bin
2022-01-19 17:00:20 UTC|1 ARCH=arm64 /bin/sh -c wget -q -O - https://github.com/containernetworking/cni/releases/download/v0.4.0/cni-${ARCH}-v0.4.0.tgz | tar xzf - -C /tmp
2022-01-19 17:00:21 UTC|1 ARCH=arm64 /bin/sh -c wget -q -O /tmp/portmap https://github.com/rancher/plugins/releases/download/v1.9.1-rancher1/portmap-${ARCH}
2022-01-19 17:00:21 UTC/bin/sh -c #(nop) ENV ETCD_URL=https://github.com/etcd-io/etcd/releases/download/v3.4.15/etcd-v3.4.15-linux-arm64.tar.gz
2022-01-19 17:00:23 UTC|1 ARCH=arm64 /bin/sh -c wget -q -O - ${ETCD_URL} | tar xzf - -C /tmp && mv /tmp/etcd-*/etcdctl /usr/local/bin/etcdctl && rm -rf /tmp/etcd-* && rm -f /etcd-*.tar.gz && apk del wget
2022-01-19 17:00:23 UTC/bin/sh -c #(nop) COPY dir:0e956ee6a33257a02b7b3d7be0f8e173d276e6e3bf43535dec61354952c79657 in /etc/confd/templates/
2022-01-19 17:00:23 UTC/bin/sh -c #(nop) COPY dir:0459a3816a50ad2a038015821c58d4a730723e9ef118d6d168a9730d9dbc6dca in /etc/confd/conf.d/
2022-01-19 17:00:23 UTC/bin/sh -c #(nop) COPY multi:51ed3ec74222ac2a438a9df330792e78e1c951fe070a696c3a664c99a5d7445c in /usr/bin/
2022-01-19 17:00:23 UTC/bin/sh -c #(nop) COPY multi:ea77250dc6c936e947494161e88c94bef28bc2b24b8b11e5931bdfb2a150ecc9 in /opt/rke-tools/
2022-01-19 17:00:23 UTC/bin/sh -c #(nop) COPY file:576826cf5a890e3d172b1e8d24a61c37db54214e386c058151f1af9271fbdf6c in /opt/rke-tools
2022-01-19 17:00:23 UTC/bin/sh -c #(nop) VOLUME [/opt/rke-tools]
2022-01-19 17:00:24 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2022-01-19 17:00:24 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2022-01-19T17:00:09Z
2022-01-19 17:00:24 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=5fda490d94363e3e05fca673a3ebe0458af9006a
2022-01-19 17:00:24 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rke-tools.git
2022-01-19 17:00:25 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/rancher/rke-tools
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.