2021-06-08 17:14:20 UTC
88.3 MB
https://github.com/rancher/cri-dockerd/releases/download/v0.0.2/cri-dockerd-v0.0.2-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.20.1
NJS_VERSION0.5.3
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PKG_RELEASE1
RANCHER_CONFD_VERSIONv0.16.2
[#000] sha256:540db60ca9383eac9e418f78490994d0af424aab7bf6d0e47ac8ed4e2e9bcbba - 3.04% (2.68 MB)
[#001] sha256:b824a2584eceb83c37c7719ca6c27b9b4d930e6c4a22c49c6d40eca0bd85e244 - 7.57% (6.69 MB)
[#002] sha256:82d0e0426b2dcf3cdf8bfcbb7b4d3c858602a608e31f0b71334dd1c68d754b22 - 0.0% (602 Bytes)
[#003] sha256:ed76aa1544073397c39286a7d7e40e055aa92f248fa2bf3817bc495b5952a691 - 0.0% (894 Bytes)
[#004] sha256:ef4cf5a20f8a785c0c83144162c3223df14ede48495548afeeecb97396d4c291 - 0.0% (665 Bytes)
[#005] sha256:9d3441de5d5e30e3209a2b9d4ea2b3fc9878e8dc822430340f496ab71b112331 - 0.0% (1.36 KB)
[#006] sha256:5f3e557278ae7b07400a52b6920d9a4f11da10b67849563a6f11110623ffc254 - 4.28% (3.78 MB)
[#007] sha256:6b49cd665d5dc7fb61ca39960a0c1cc15d2a44249d6ab19fbb490710137bff2b - 55.09% (48.7 MB)
[#008] sha256:68e5a5a432ec66e2e35ba620befa61b7a2c5bc62b482ba0dd5cb48559b829324 - 0.0% (161 Bytes)
[#009] sha256:8f2eb19d83b528a98963815a20617a5da84619573f9e22033cc9f5406467f147 - 17.48% (15.4 MB)
[#010] sha256:d32d07da12d8f65140f40a42f3b16784df67e3fc6094419c6b7822aae2de196d - 1.89% (1.67 MB)
[#011] sha256:5999f64cc9c3b5569a54d9a6ca116e0244c6d4a97be06780c04ab2130858b0f1 - 6.9% (6.1 MB)
[#012] sha256:aa7d859f75617c22d641d19e6bd196d48718426b7cf5c4235f079928ddbc6bc8 - 0.0% (444 Bytes)
[#013] sha256:40187750f127216411e294335d7741aecd731c82f1174ba00685c30922693491 - 0.0% (276 Bytes)
[#014] sha256:32f2fc9651fbc8c0d8868fca05063329825b5ac7d240e9608a2d75f685c78e22 - 0.0% (900 Bytes)
[#015] sha256:044742a4efd6fb7d830249940e6da973264de44947ca03c7939599c4017256e7 - 0.0% (2.76 KB)
[#016] sha256:e4732a95c4bc3d3912cdfd4cc69e6ba0b15e3a5a3d2ddf11f0855d33f6c5c108 - 3.73% (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:46:23 UTC/bin/sh -c #(nop) ENV NGINX_VERSION=1.20.1
2021-05-25 15:46:24 UTC/bin/sh -c #(nop) ENV NJS_VERSION=0.5.3
2021-05-25 15:46:24 UTC/bin/sh -c #(nop) ENV PKG_RELEASE=1
2021-05-25 15:46:32 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/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:46:33 UTC/bin/sh -c #(nop) COPY file:65504f71f5855ca017fb64d502ce873a31b2e0decd75297a8fb0a287f97acf92 in /
2021-05-25 15:46:33 UTC/bin/sh -c #(nop) COPY file:0b866ff3fc1ef5b03c4e6c8c513ae014f691fb05d530257dfffd07035c1b75da in /docker-entrypoint.d
2021-05-25 15:46:33 UTC/bin/sh -c #(nop) COPY file:0fd5fca330dcd6a7de297435e32af634f29f7132ed0550d342cad9fd20158258 in /docker-entrypoint.d
2021-05-25 15:46:34 UTC/bin/sh -c #(nop) COPY file:09a214a3e07c919af2fb2d7c749ccbc446b8c10eb217366e5a65640ee9edcc25 in /docker-entrypoint.d
2021-05-25 15:46:34 UTC/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]
2021-05-25 15:46:34 UTC/bin/sh -c #(nop) EXPOSE 80
2021-05-25 15:46:34 UTC/bin/sh -c #(nop) STOPSIGNAL SIGQUIT
2021-05-25 15:46:35 UTC/bin/sh -c #(nop) CMD ["nginx" "-g" "daemon off;"]
2021-06-08 17:14:02 UTC/bin/sh -c #(nop) LABEL maintainer=Rancher Labs <support@rancher.com>
2021-06-08 17:14:02 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2021-06-08 17:14:02 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
2021-06-08 17:14:02 UTC/bin/sh -c #(nop) ENV CRIDOCKERD_URL=https://github.com/rancher/cri-dockerd/releases/download/v0.0.2/cri-dockerd-v0.0.2-linux-amd64.tgz
2021-06-08 17:14:04 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
2021-06-08 17:14:04 UTC/bin/sh -c #(nop) ENV RANCHER_CONFD_VERSION=v0.16.2
2021-06-08 17:14:10 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
2021-06-08 17:14:11 UTC|1 ARCH=amd64 /bin/sh -c mkdir -p /opt/cni/bin
2021-06-08 17:14:13 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
2021-06-08 17:14:14 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}
2021-06-08 17:14:15 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
2021-06-08 17:14:17 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
2021-06-08 17:14:17 UTC/bin/sh -c #(nop) COPY dir:0e956ee6a33257a02b7b3d7be0f8e173d276e6e3bf43535dec61354952c79657 in /etc/confd/templates/
2021-06-08 17:14:17 UTC/bin/sh -c #(nop) COPY dir:0459a3816a50ad2a038015821c58d4a730723e9ef118d6d168a9730d9dbc6dca in /etc/confd/conf.d/
2021-06-08 17:14:17 UTC/bin/sh -c #(nop) COPY multi:51ed3ec74222ac2a438a9df330792e78e1c951fe070a696c3a664c99a5d7445c in /usr/bin/
2021-06-08 17:14:18 UTC/bin/sh -c #(nop) COPY multi:60c7fc12cf37814b519ea7c9d16c403124157bf0cbdf43ff80017691a9a5ccb7 in /opt/rke-tools/
2021-06-08 17:14:18 UTC/bin/sh -c #(nop) COPY file:3bf26791a75ecb52152e02e679be4cfaa9487d468d819a2af8d03b2942bc4a4d in /opt/rke-tools
2021-06-08 17:14:18 UTC/bin/sh -c #(nop) VOLUME [/opt/rke-tools]
2021-06-08 17:14:19 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2021-06-08 17:14:19 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-06-08T17:14:00Z
2021-06-08 17:14:20 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=0d98336b516d1621aac236bc9ff71f1d7ecc6819
2021-06-08 17:14:20 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rke-tools.git
2021-06-08 17:14:20 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.url=https://github.com/rancher/rke-tools
2021-06-08 17:14:54 UTC
237 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:b9043d31610e0dfa43b1afe286f8918b6e3bf69ece50f44424b29d48f20aa662 - 40.73% (96.7 MB)
[#001] sha256:6b7bad93c11e812e2f0c5ab404d095ec8e030e94d2f5cce4cd0370672a2c32b6 - 0.0% (1.02 KB)
[#002] sha256:59f852491115f703d7c336125278162ae9e72dbbd2d8b45a80f6aea8f1a3c8ee - 0.0% (1.06 KB)
[#003] sha256:efaa642785f959b721e6a32b037acb2d4ecf4d09c6651a52345cb6d9ddfc2e1d - 0.03% (68.5 KB)
[#004] sha256:4a2b5d5c6809f48dd6a20c905ee746b5b1cb8c8d363bb5be82d221eb4964ede2 - 0.0% (1.02 KB)
[#005] sha256:94b0fac429014c7fdb39cbd79c646634cbb06ee2895d3ac1f6764c87b3fd7832 - 40.82% (96.9 MB)
[#006] sha256:dc142ff30e18fc6eb45a314eb29bd588b4cb56d039c1f550c566a6405249210a - 0.06% (142 KB)
[#007] sha256:9bc909a96b413d7d13671ef7f14ed1fc141e4dae553467afbf85a101e8f4ede4 - 0.0% (1.06 KB)
[#008] sha256:b0cfe634ae1010881b3718b7ba4681eed14328d38a74631fb907c0d80e712e2f - 0.0% (1.01 KB)
[#009] sha256:2ca049c5acc84886dc18b2e61f38f0b917defaee7bea29713ea5ecdad78db092 - 0.0% (855 Bytes)
[#010] sha256:d56d825727070f751d662349e138660f04e05cfd744840b4f4015ba3c69e008c - 0.02% (41.4 KB)
[#011] sha256:0fa83ce18e468a4b420604b8c85cc92256687830b6b9010230e44aa327c5061f - 4.16% (9.88 MB)
[#012] sha256:80a8ef57e0081d827563c39993073ed43ad79209d9c95cc800292e84b1a801ab - 0.7% (1.66 MB)
[#013] sha256:89b8ae36028f57befc323040b0c66e166b6364da13a185c659273672df13852d - 7.0% (16.6 MB)
[#014] sha256:8283916ebe4bf190c06115352ae338bb34647326ad7f33df033a764bfb2211d1 - 6.39% (15.2 MB)
[#015] sha256:44f58f704a110782d8d1e59e2cfda5bacc969da773aab62760772eac6f2c8653 - 0.09% (209 KB)
[#016] sha256:b1bebafb7f0b58bf3dc91ac33e0f42c7c17edd62119181075730a2cafcaced9a - 0.0% (8.1 KB)
[#017] sha256:024bf68bdeae65f46654177b7c5d7634de40e7605f7ab4e948c5a82f4ed02636 - 0.0% (1.49 KB)
[#018] sha256:379011540528ee24b0a5b2d0cf848eb4609b6d52d7965a6fdb16e7a9c17cefa2 - 0.0% (1.36 KB)
[#019] sha256:8387d667f1cf6099472b0b64d5e1d75ceb8df6160850ee903aacf893e0bcd105 - 0.0% (7.75 KB)
[#020] sha256:cdb87174986434d0b8765a6f328e4edfa3411d8c7ddb5569015e1503d1363d26 - 0.0% (6.79 KB)
[#021] sha256:03e4f4125ff49409ff2c5bd3d2377fc37f802ca48edb904d6bc01dbd5bbef512 - 0.0% (856 Bytes)
[#022] sha256:20a53865b6790942c8a07a410923c8af41d2093b5ba31e635903881a92f6039a - 0.0% (860 Bytes)
[#023] sha256:a770c7351b49d71b1e90cf171e9ae4700345b5d67ba9f3855a0e0807a00e187b - 0.0% (833 Bytes)
[#024] sha256:bb1a866118912fb208a122fb7a166f1a0cd6574b71c327411984de81a1dfc27a - 0.0% (835 Bytes)
[#025] sha256:9c2b2f4a1e271ea1169b8d722ba673de6ad46f138abe7dbcb289bef54baad7c7 - 0.0% (828 Bytes)
[#026] sha256:d96e5a819d9cfd49623ce0550844df9b357a0131e87dca349b4333fbfdd43d4a - 0.0% (834 Bytes)
[#027] sha256:fe6a3b129ee184df00bf99c03951309dd9ebe03876f97d8d0916cd64b286f7fc - 0.0% (855 Bytes)
Apply image 1809-amd64
2021-06-03 18:57:45 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-06-03 18:57:46 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-06-03 18:58:12 UTCcmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2021-06-03 18:58:13 UTCcmd /S /C #(nop) USER ContainerUser
2021-06-03 18:58:27 UTCcmd /S /C #(nop) COPY dir:95a3900c981f8fed1e33d6b4ba55c83ee934ba25de2a134fe716109ea53c77a7 in C:\Program Files\PowerShell
2021-06-03 18:59:04 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-06-03 18:59:05 UTCcmd /S /C #(nop) ENV POWERSHELL_TELEMETRY_OPTOUT=0
2021-06-03 18:59:05 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2021-06-07 16:17:41 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-06-08 16:51:30 UTCcmd /S /C #(nop) COPY file:7c80292bbdacca850f1c78ac775579f109a75cbe9ac1bb97343dd4ce682a68b3 in \Windows\System32\
2021-06-08 16:51:31 UTCcmd /S /C #(nop) COPY multi:c7bc568dafcf1004fb5e7bc503225870bffc7cabf37c00538c79e521ac1c5684 in \Windows\
2021-06-08 16:51:32 UTCcmd /S /C #(nop) COPY dir:c0de291f8f78d9d493a1b6b38928748e390b958d81b00600ccea66b556303d4c in \etc\nginx
2021-06-08 16:51:33 UTCcmd /S /C #(nop) COPY multi:058f1d8d42c82d0fed6ad2a4ad56a57e380ac9ff73fc0150ec84795d3ba9f82d in \opt\cni\bin\
2021-06-08 16:51:34 UTCcmd /S /C #(nop) COPY file:a8ac644f252f522d5f94f4c29a585e3f99ae4141cfd3f73bd6816ac03929df91 in \opt\bin\
2021-06-08 16:51:35 UTCcmd /S /C #(nop) COPY dir:0f40db0dfa22483721e3097243b3b6283256a3d01fd4f8757a36b3a18315c56c in \share\kubelet-volumeplugins
2021-06-08 16:51:36 UTCcmd /S /C #(nop) COPY file:43624d171666e64b77e61c7f1bc07c8d8042502b989ec52b69f4ac62667c7f23 in \share\gce-patch\
2021-06-08 16:51:36 UTCcmd /S /C #(nop) COPY dir:52e8d67b9607f7d05d00463fee075328fb854b44316d5dc5b5d1706e68b64cbd in \etc\confd\templates\
2021-06-08 16:51:36 UTCcmd /S /C #(nop) COPY dir:2e4532e0dcb87e2b51373fad8042d50a8ee8583f21892134532191fc727c666a in \etc\confd\conf.d\
2021-06-08 16:51:37 UTCcmd /S /C #(nop) COPY multi:ab70ad224f8a60b7ea3e7c0512cacec0bed6165e758bee900e8d47d7f5563dbe in \usr\bin\
2021-06-08 16:51:37 UTCcmd /S /C #(nop) COPY multi:420f58b6bcb7b3887c95978b2cbb1f305e73e5d7edd7c9e3e1478f7efa75abf6 in \share\scripts\
2021-06-08 16:51:38 UTCcmd /S /C #(nop) VOLUME [c:/opt/rke-tools]
2021-06-08 16:51:38 UTCcmd /S /C #(nop) VOLUME [c:/run]
2021-06-08 16:51:39 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh.exe" "-NoLogo"]
2021-06-08 17:14:53 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.created=2021-06-08T17:13:33Z
2021-06-08 17:14:53 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.revision=0d98336b516d1621aac236bc9ff71f1d7ecc6819
2021-06-08 17:14:54 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rke-tools.git
2021-06-08 17:14:54 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.url=https://github.com/rancher/rke-tools
2021-06-08 17:13:41 UTC
2.47 GB
[#000] sha256:18ae6bebe21d13de4442e4cafdf4fbf4e5b0d866afe416f302da087f53f04ae1 - 56.75% (1.4 GB)
[#001] sha256:182d4887a30d6c29414d04c41f1093a66f4cc1bf83092d3231cc5538404d75ad - 37.89% (958 MB)
[#002] sha256:1c2eefbbf0dbc99aadce724e6cfddf05459bb62b077daf599e8996281bb061d8 - 0.0% (1.27 KB)
[#003] sha256:66369d7e0d259debd0e903a96dfa7424a742e4a074c1541690dd3a3351719290 - 0.0% (1.27 KB)
[#004] sha256:c4b0033205b9606318799431acad53b84fde2c94b089726af3a6a9828bb83a0e - 0.33% (8.22 MB)
[#005] sha256:25df52e3b818c3e0f2ebe6ddb685a384eee6b6f16958c505cbcedaa6ec00165c - 0.23% (5.83 MB)
[#006] sha256:1602e93e71563726b717dd671f5e4a177af990faff5704e58984b8f3eda6bf31 - 0.14% (3.66 MB)
[#007] sha256:38637ce108b70942fde14837e3e111dc563e6d0830340ff3c1267ee57cdeb614 - 1.98% (50 MB)
[#008] sha256:f91a03b62d97116b763213812cf120807598766c511feb74339cbf4af1f4ef24 - 0.62% (15.6 MB)
[#009] sha256:f1eda62baef825c7d7f89b4a64602577d5292de50b15f4aabe7b5a663bb240e6 - 0.03% (844 KB)
[#010] sha256:078332eca53a3d0ac480026c2b92e5c4d834fce8fa87ddbe6e4c9f609d2f7979 - 0.19% (4.86 MB)
[#011] sha256:37232d09320513f899d137df8a18b6a14c42e2e78a94b457b0131e981bafff5f - 0.02% (440 KB)
[#012] sha256:ca661a121add1a93f348eb03bb6b015bd31ffdd9b7a8d41908a1495bb7915046 - 0.19% (4.88 MB)
[#013] sha256:7bc96f331bfb72ad6f8d2feb2c5fe26249c3e5e739f6fce33ecf109617942263 - 0.23% (5.88 MB)
[#014] sha256:7b8b9b5429e74a5ed61b6ae00e93566cef8dc688151c9934fec0564735a4cae6 - 0.08% (2.11 MB)
[#015] sha256:c8db64a9705b28e2f7b0eed589fdb883f8d6ae8c80184c9baaf4a36bddd72db0 - 1.28% (32.3 MB)
[#016] sha256:71d954b7ef555125f21ccee4f9849d925cbf8e3c9e06f836f494127cc8e353d3 - 0.03% (697 KB)
[#017] sha256:2a5a4e38f0b6d6072b4e2b8993dfce94e8cdad2f51d459b6d6d63cdf494c9aec - 0.02% (486 KB)
[#018] sha256:2b9969d70cc3a5a5ec0dfdba904c6fb22f12a9711def17411613ee614fac07c1 - 0.0% (1.94 KB)
[#019] sha256:58918bc760d7e3b4ca89c853a37881d1d3f137e6cb170ea6e68da88c148c22d5 - 0.0% (1.87 KB)
[#020] sha256:109ed72a942a9087be3b533cab137b7792fdcb1c1bc83d300a6856cea9df24c5 - 0.0% (8.16 KB)
[#021] sha256:14595a04539680d01e7056bac3911def11b7992d18d4abd5da02db2bd713640a - 0.0% (7.26 KB)
[#022] sha256:5960f652aeb138e4219fd6d529d1ab04ad3240abdd11dc5a3d96c9b8a9f7fc05 - 0.0% (1.29 KB)
[#023] sha256:3086b18a5d548b8900564d991106910ef55d4444a0c7f5946161cb61eac462ba - 0.0% (1.29 KB)
[#024] sha256:4f16aec419e7ceb70de1aa6249ed660b5f3438f5bb1f6ff8e69faae30e672054 - 0.0% (1.29 KB)
[#025] sha256:c5ece3fab9a20a3a1a1b0d9ef4f3de80cbadc115154499b31c301d9f5fa72442 - 0.0% (1.3 KB)
[#026] sha256:4e15de5b58140c4c244f671e5c2380e0cdd7f5f425da90407ce3f61e10dc8f54 - 0.0% (1.27 KB)
[#027] sha256:89bc81322c4e3b17c3eaa4d43845f9029abf632a6d27e2af6652992021536359 - 0.0% (1.27 KB)
[#028] sha256:0b35dfc56d5df10eec74bc22a9ef6ec9295da3d1ca010b344e72a83940135dc6 - 0.0% (1.27 KB)
Apply image 20H2-RTM-amd64
2021-04-30 07:39:08 UTCInstall update 20H2-amd64
2021-06-06 22:41:01 UTCcmd /S /C #(nop) ARG ARCH=amd64
2021-06-06 22:41:02 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2021-06-08 16:50:43 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; } }
2021-06-08 16:50:54 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.'
2021-06-08 16:51:05 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; $URL = 'http://nginx.org/download/nginx-1.15.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.'
2021-06-08 16:51:19 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; $URL = 'https://github.com/containernetworking/plugins/releases/download/v0.8.2/cni-plugins-windows-amd64-v0.8.2.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.'
2021-06-08 16:51:29 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; $URL = 'https://github.com/luthermonson/flannel/releases/download/v0.12.0-rancher1/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.'
2021-06-08 16:51:39 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.'
2021-06-08 16:51:48 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; $URL = 'https://github.com/rancher/wins/releases/download/v0.0.4/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.'
2021-06-08 16:51:57 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.';
2021-06-08 16:52:05 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Move-Item -Path /wins.exe -Destination /Windows/
2021-06-08 16:52:13 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Move-Item -Path /confd.exe -Destination /Windows/
2021-06-08 16:52:22 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; New-Item -Force -ItemType Directory -Path /etc; Move-Item -Path /nginx-1.15.9 -Destination /etc/nginx
2021-06-08 16:52:31 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/
2021-06-08 16:52:40 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/
2021-06-08 16:52:49 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"
2021-06-08 16:52:49 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY dir:52e8d67b9607f7d05d00463fee075328fb854b44316d5dc5b5d1706e68b64cbd in \etc\confd\templates\
2021-06-08 16:52:49 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY dir:2e4532e0dcb87e2b51373fad8042d50a8ee8583f21892134532191fc727c666a in \etc\confd\conf.d\
2021-06-08 16:52:50 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:ab70ad224f8a60b7ea3e7c0512cacec0bed6165e758bee900e8d47d7f5563dbe in \usr\bin\
2021-06-08 16:52:51 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:420f58b6bcb7b3887c95978b2cbb1f305e73e5d7edd7c9e3e1478f7efa75abf6 in \share\scripts\
2021-06-08 16:52:51 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) VOLUME [c:/opt/rke-tools]
2021-06-08 16:52:51 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) VOLUME [c:/run]
2021-06-08 16:52:52 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell.exe" "-NoLogo"]
2021-06-08 17:13:39 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-06-08T17:13:33Z
2021-06-08 17:13:39 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.schema-version=1.0
2021-06-08 17:13:40 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-ref=0d98336b516d1621aac236bc9ff71f1d7ecc6819
2021-06-08 17:13:41 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rke-tools.git
2021-06-08 17:15:15 UTC
241 MB
PSDocker-NanoServer-2004
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:911d5927702b4106ec92dc9af043208685f87704d17f0939c014111c65a18d85 - 41.53% (99.9 MB)
[#001] sha256:b2c0fc0d6dd315d4e4e8d83191fb6734e109a09205367f27d583b54445024e7f - 0.0% (1.02 KB)
[#002] sha256:041c613b04de746af1399035c14bb8978204b9aab59ecdf2184c0bcb15f24b08 - 0.0% (1.02 KB)
[#003] sha256:8a5ba91ba8758892d81577f3201c8c2e75cf7ecbbc4c32594142c0df92c24bcd - 0.03% (72.5 KB)
[#004] sha256:046d10a1ee7c0f4de2f5c92166cc459cc45628f62741abc6431959cb4f0ed89d - 0.0% (1.01 KB)
[#005] sha256:3f9b3e396360eb2174599a78c81f829381715c349884739c161d48d1e2a6d571 - 40.28% (96.9 MB)
[#006] sha256:32b0bfc25fb66b41fe6d0bbd234bcd55aec3b3d9755a96a3774073ac67c59fa4 - 0.04% (99 KB)
[#007] sha256:5ca81c330ef5d0641c7e5d99033f6a48ef451d2220d4e2b2a019bf086afb47a9 - 0.0% (1.01 KB)
[#008] sha256:887a361a99819ef4fdc1358d24cbc655b51cada91e06d0093df2f60dd02dbec2 - 0.0% (1.01 KB)
[#009] sha256:ab6630a2e300d54974a56b7465794c03929e33bae24048376221f480d7615b22 - 0.0% (1.02 KB)
[#010] sha256:eb32e3c25dba9ca58dbf64f9078d018486b8d6e2dd5669137acb4bfd1bd26efb - 0.02% (42.1 KB)
[#011] sha256:72d44b2be55db26a9bb82e5384e9025861d2d21e065de3c9b3cf48f2f167dc8f - 4.11% (9.88 MB)
[#012] sha256:3a0087a03e411623291811ceab5bc5258797d4cc280b6e68431bd6bd56aac008 - 0.69% (1.66 MB)
[#013] sha256:1ae4d1d4cb6597cf7c9136851dcd56fb6dd612b6b6872a8a7b67c5ff34022519 - 6.91% (16.6 MB)
[#014] sha256:9e9406d4dc26105f4964432d92ef202b007839ab0fabe6c1cb754ca16e9dec03 - 6.3% (15.2 MB)
[#015] sha256:c10f7250e16be781ad468a171d6ec9a3623f2dff292e8ea3929a05dd195c06a3 - 0.08% (209 KB)
[#016] sha256:94c5ed0474e7b42822b472c8daf1535a4324894a602f6a42455b1a9fb3c1bcfc - 0.0% (8.26 KB)
[#017] sha256:6422977502328ce62db2699d1167bef8d8ee232e3b05a3358dbf6cef0230b9a1 - 0.0% (1.69 KB)
[#018] sha256:97b551cc745c8cf5ea623582803844b6a8ce3bd88932ff43a9e027e6ba53c090 - 0.0% (1.54 KB)
[#019] sha256:032956a77ab67e598d2196a2aea7b30ccf1615ec889b0fe1b56130c76d1e96a4 - 0.0% (7.99 KB)
[#020] sha256:9a07e3a63e67a3f79fdedebee2084bf269bf8b9ea2218720c7d792e73789d981 - 0.0% (7.08 KB)
[#021] sha256:d67aaf7cc9971355659fa1fd623555f00684f51c0a7c25257de315fcd878a2ce - 0.0% (1.09 KB)
[#022] sha256:7603c50b4a52489dab6aaa8e36ffb5af5a07ed6b64956cfe723bb71d927ae40d - 0.0% (1.06 KB)
[#023] sha256:1687d71aeb01b579ec5a5efdc4753fda94c810b4009b5921d1a36481bd91ebbf - 0.0% (1.01 KB)
[#024] sha256:b0fcb4a1d4a433b971fff50ca070ac6bbc7e1b01a571cbae938c85d784fd0b5b - 0.0% (1.01 KB)
[#025] sha256:dd591b51b95cec522381b15f50cdea45df18c18a7a04f4bda35c6c9dd781d777 - 0.0% (1.01 KB)
[#026] sha256:8e1ca82552b89aa5519504b4ef38223960a25c885d5c54b969eb037622b4b82e - 0.0% (1.02 KB)
[#027] sha256:bcbb0b119d8980f3730f4ef8a0f00bb70201e95e2af201d9e9f2f0f3b0317764 - 0.0% (1.02 KB)
Apply image 2004-amd64
2021-06-03 18:47:23 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-2004
2021-06-03 18:47:24 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-06-03 18:47:31 UTCcmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2021-06-03 18:47:32 UTCcmd /S /C #(nop) USER ContainerUser
2021-06-03 18:47:49 UTCcmd /S /C #(nop) COPY dir:95a3900c981f8fed1e33d6b4ba55c83ee934ba25de2a134fe716109ea53c77a7 in C:\Program Files\PowerShell
2021-06-03 18:48:22 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-06-03 18:48:23 UTCcmd /S /C #(nop) ENV POWERSHELL_TELEMETRY_OPTOUT=0
2021-06-03 18:48:23 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2021-06-07 16:17:29 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-06-08 16:51:52 UTCcmd /S /C #(nop) COPY file:f00a05c6c46c3742f37fe763005d894b91ff7cd57c17c8385448daaf5dc24125 in \Windows\System32\
2021-06-08 16:51:53 UTCcmd /S /C #(nop) COPY multi:c7bc568dafcf1004fb5e7bc503225870bffc7cabf37c00538c79e521ac1c5684 in \Windows\
2021-06-08 16:51:53 UTCcmd /S /C #(nop) COPY dir:c0de291f8f78d9d493a1b6b38928748e390b958d81b00600ccea66b556303d4c in \etc\nginx
2021-06-08 16:51:54 UTCcmd /S /C #(nop) COPY multi:058f1d8d42c82d0fed6ad2a4ad56a57e380ac9ff73fc0150ec84795d3ba9f82d in \opt\cni\bin\
2021-06-08 16:51:56 UTCcmd /S /C #(nop) COPY file:a8ac644f252f522d5f94f4c29a585e3f99ae4141cfd3f73bd6816ac03929df91 in \opt\bin\
2021-06-08 16:51:56 UTCcmd /S /C #(nop) COPY dir:0f40db0dfa22483721e3097243b3b6283256a3d01fd4f8757a36b3a18315c56c in \share\kubelet-volumeplugins
2021-06-08 16:51:57 UTCcmd /S /C #(nop) COPY file:43624d171666e64b77e61c7f1bc07c8d8042502b989ec52b69f4ac62667c7f23 in \share\gce-patch\
2021-06-08 16:51:57 UTCcmd /S /C #(nop) COPY dir:52e8d67b9607f7d05d00463fee075328fb854b44316d5dc5b5d1706e68b64cbd in \etc\confd\templates\
2021-06-08 16:51:58 UTCcmd /S /C #(nop) COPY dir:2e4532e0dcb87e2b51373fad8042d50a8ee8583f21892134532191fc727c666a in \etc\confd\conf.d\
2021-06-08 16:51:58 UTCcmd /S /C #(nop) COPY multi:ab70ad224f8a60b7ea3e7c0512cacec0bed6165e758bee900e8d47d7f5563dbe in \usr\bin\
2021-06-08 16:51:59 UTCcmd /S /C #(nop) COPY multi:420f58b6bcb7b3887c95978b2cbb1f305e73e5d7edd7c9e3e1478f7efa75abf6 in \share\scripts\
2021-06-08 16:51:59 UTCcmd /S /C #(nop) VOLUME [c:/opt/rke-tools]
2021-06-08 16:51:59 UTCcmd /S /C #(nop) VOLUME [c:/run]
2021-06-08 16:52:00 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh.exe" "-NoLogo"]
2021-06-08 17:15:14 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2021-06-08T17:13:33Z
2021-06-08 17:15:14 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2021-06-08 17:15:14 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=0d98336b516d1621aac236bc9ff71f1d7ecc6819
2021-06-08 17:15:15 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rke-tools.git
2021-06-08 17:14:14 UTC
83.9 MB
https://github.com/rancher/cri-dockerd/releases/download/v0.0.2/cri-dockerd-v0.0.2-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.20.1
NJS_VERSION0.5.3
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PKG_RELEASE1
RANCHER_CONFD_VERSIONv0.16.2
[#000] sha256:595b0fe564bb9444ebfe78288079a01ee6d7f666544028d5e96ba610f909ee43 - 3.08% (2.59 MB)
[#001] sha256:59d10c9041941c36e601bb1c2777f6609ac34fffc8f3de5d68412110fcb3b00c - 7.89% (6.62 MB)
[#002] sha256:71bb89be81f34627de5c893855272308d2f9d899e3c7f0bf750477f7b0e7ba08 - 0.0% (602 Bytes)
[#003] sha256:dca34c4b425cc47669a8e350d23064d47070215a942bca41ae5493cba7d0c0ae - 0.0% (894 Bytes)
[#004] sha256:eda5f151ff955f37087a7e2afa98b29b3078747cd88de5fe8b87280480ffd333 - 0.0% (666 Bytes)
[#005] sha256:854679d9765bac9529acf7b67c03db6d169af1f05d454a0c3dd701366fd03579 - 0.0% (1.36 KB)
[#006] sha256:d5534f48d1d04bc5c4a960761279816526022c65f0ba4105c4902421487e8293 - 4.49% (3.77 MB)
[#007] sha256:8fab36f10366c50cf027e20c5e434bff590574eda95b7262105bf823df2a885c - 55.29% (46.4 MB)
[#008] sha256:91272a477eb2b092a1f6dcc4668bc7bc9e8206dbe978b7f8d3ff90c15259b1a9 - 0.0% (161 Bytes)
[#009] sha256:0614f86f68f860aee18599b7657cccd4783574c219a15a34f911207dc8b0082f - 17.15% (14.4 MB)
[#010] sha256:bf07b00ed51f93fc0ca61e1941aba4887078e55037153ad846ceb54c309cd490 - 1.85% (1.55 MB)
[#011] sha256:ec0d00f27905248bd1733d7ea76891e3b1d69e414115ad8617df67703f3d714d - 6.69% (5.61 MB)
[#012] sha256:5f9ef519b415b6e6410b548843485601aaf51a875c81a638acceb20ce413504d - 0.0% (444 Bytes)
[#013] sha256:35af67a325f5a801ca9c266b62084fc80b264d6dd9b628f56deff04790230ead - 0.0% (276 Bytes)
[#014] sha256:fd185a1fd8b7d13b1b2760d6642eb4aa02f814e930a60b184d8a8c650fb0f3db - 0.0% (900 Bytes)
[#015] sha256:89e2d5e94f07f919b5d659150bdaee91703e4cd480e40c64be9fd5ae2aa7d4fc - 0.0% (2.76 KB)
[#016] sha256:3f2e70e91aff45bdac9274b8fc1e1a5834a3f0d7afdd5aa0e8ad74dfc33023d1 - 3.55% (2.98 MB)
/bin/sh -c #(nop) ADD file:ca9d8b5d1cc2f2186983fc6b9507da6ada5eb92f2b518c06af1128d5396c6f34 in /
2021-04-14 18:42:38 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2021-05-25 15:44:22 UTC/bin/sh -c #(nop) LABEL maintainer=NGINX Docker Maintainers <docker-maint@nginx.com>
2021-05-25 15:45:50 UTC/bin/sh -c #(nop) ENV NGINX_VERSION=1.20.1
2021-05-25 15:45:51 UTC/bin/sh -c #(nop) ENV NJS_VERSION=0.5.3
2021-05-25 15:45:51 UTC/bin/sh -c #(nop) ENV PKG_RELEASE=1
2021-05-25 15:45:57 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/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:45:58 UTC/bin/sh -c #(nop) COPY file:65504f71f5855ca017fb64d502ce873a31b2e0decd75297a8fb0a287f97acf92 in /
2021-05-25 15:45:58 UTC/bin/sh -c #(nop) COPY file:0b866ff3fc1ef5b03c4e6c8c513ae014f691fb05d530257dfffd07035c1b75da in /docker-entrypoint.d
2021-05-25 15:45:58 UTC/bin/sh -c #(nop) COPY file:0fd5fca330dcd6a7de297435e32af634f29f7132ed0550d342cad9fd20158258 in /docker-entrypoint.d
2021-05-25 15:45:58 UTC/bin/sh -c #(nop) COPY file:09a214a3e07c919af2fb2d7c749ccbc446b8c10eb217366e5a65640ee9edcc25 in /docker-entrypoint.d
2021-05-25 15:45:58 UTC/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]
2021-05-25 15:45:58 UTC/bin/sh -c #(nop) EXPOSE 80
2021-05-25 15:45:59 UTC/bin/sh -c #(nop) STOPSIGNAL SIGQUIT
2021-05-25 15:45:59 UTC/bin/sh -c #(nop) CMD ["nginx" "-g" "daemon off;"]
2021-06-08 17:13:56 UTC/bin/sh -c #(nop) LABEL maintainer=Rancher Labs <support@rancher.com>
2021-06-08 17:13:57 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2021-06-08 17:13:57 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
2021-06-08 17:13:57 UTC/bin/sh -c #(nop) ENV CRIDOCKERD_URL=https://github.com/rancher/cri-dockerd/releases/download/v0.0.2/cri-dockerd-v0.0.2-linux-arm64.tgz
2021-06-08 17:13:59 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
2021-06-08 17:13:59 UTC/bin/sh -c #(nop) ENV RANCHER_CONFD_VERSION=v0.16.2
2021-06-08 17:14:04 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
2021-06-08 17:14:05 UTC|1 ARCH=arm64 /bin/sh -c mkdir -p /opt/cni/bin
2021-06-08 17:14:06 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
2021-06-08 17:14:08 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}
2021-06-08 17:14:08 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
2021-06-08 17:14:10 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
2021-06-08 17:14:10 UTC/bin/sh -c #(nop) COPY dir:0e956ee6a33257a02b7b3d7be0f8e173d276e6e3bf43535dec61354952c79657 in /etc/confd/templates/
2021-06-08 17:14:10 UTC/bin/sh -c #(nop) COPY dir:0459a3816a50ad2a038015821c58d4a730723e9ef118d6d168a9730d9dbc6dca in /etc/confd/conf.d/
2021-06-08 17:14:11 UTC/bin/sh -c #(nop) COPY multi:51ed3ec74222ac2a438a9df330792e78e1c951fe070a696c3a664c99a5d7445c in /usr/bin/
2021-06-08 17:14:11 UTC/bin/sh -c #(nop) COPY multi:60c7fc12cf37814b519ea7c9d16c403124157bf0cbdf43ff80017691a9a5ccb7 in /opt/rke-tools/
2021-06-08 17:14:11 UTC/bin/sh -c #(nop) COPY file:5d8b86acf024a33c6eca93dca9d827b9838138e797b867b2f36b2917cb3e6561 in /opt/rke-tools
2021-06-08 17:14:12 UTC/bin/sh -c #(nop) VOLUME [/opt/rke-tools]
2021-06-08 17:14:12 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2021-06-08 17:14:12 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.created=2021-06-08T17:13:55Z
2021-06-08 17:14:13 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.revision=0d98336b516d1621aac236bc9ff71f1d7ecc6819
2021-06-08 17:14:13 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rke-tools.git
2021-06-08 17:14:14 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.