2021-01-31 20:48:36 UTC
60.5 MB
DOCKER_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_URLETCD_URL_amd64
ETCD_URL_amd64https://github.com/coreos/etcd/releases/download/v3.3.10/etcd-v3.3.10-linux-amd64.tar.gz
ETCD_URL_arm64https://github.com/etcd-io/etcd/releases/download/v3.3.10/etcd-v3.3.10-linux-arm64.tar.gz
NGINX_VERSION1.18.0
NJS_VERSION0.4.4
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PKG_RELEASE2
RANCHER_CONFD_VERSIONv0.16.2
[#000] sha256:0a6724ff3fcd51338afdfdc2b1d4ffd04569818e31efad957213d67c29b45101 - 4.43% (2.68 MB)
[#001] sha256:1d7c87af3754e013926df5f8c24c6e1d92fcfa130c6ae4c449d8b45ffbd53716 - 10.51% (6.36 MB)
[#002] sha256:9668ffa91d191714d32e557901d943cf6cc64258af0481c9dad547a91864360b - 0.0% (601 Bytes)
[#003] sha256:e81a2f5037c186da901fedacae6bd2496935c82c491703948fb8642818c2b09c - 0.0% (902 Bytes)
[#004] sha256:991b5ddb4d9ebcd5cef1a4e09983b3d1b02289c142974d399e798cf4dda9a501 - 0.0% (665 Bytes)
[#005] sha256:aa33bc130e095ac5d39a82ca9f3e6d689c4b0f2243d9ec037d18e7ed54b817ee - 0.92% (572 KB)
[#006] sha256:9207ae053ccf0005f2a6af5cf3f671f5dc2d39153df7e3e11b6c154ebae46d4a - 41.4% (25.1 MB)
[#007] sha256:f3a2a6832b7e50a7884fb9e51bfc725d31af54be58cf8f433e4641a2887c0666 - 0.0% (161 Bytes)
[#008] sha256:8ff5a477900af72b0ff61b675286c4408e9907bd89f4549338a6c7cbafa2aced - 25.51% (15.4 MB)
[#009] sha256:bb22ddf545f175d63ff98ac2f151df2534dc27bf5c648dbf8e3e79eff0392713 - 2.75% (1.67 MB)
[#010] sha256:111ab2ddedb6c77d274a633890c19cc566bbda0d471a49bef87bdd1228cbba1c - 8.04% (4.87 MB)
[#011] sha256:1e7c658d9d5d7951a2c44d3f339c7791516ef1511423de7511bf335ffbcd1d61 - 0.0% (439 Bytes)
[#012] sha256:b3d08daed43d8d3b7fb5fb39480ac8478222b13d1ae057c35721bee3b97b6b83 - 0.0% (274 Bytes)
[#013] sha256:7ea158e9202236feeed106814263d7c7e00a661a9cd761ba65402e9ea9d85a22 - 0.0% (899 Bytes)
[#014] sha256:0458b76dafad2817c8d8e8ba0cac90018d7d8e0bb29b6a0bd6387aeac77b172f - 0.0% (2.6 KB)
[#015] sha256:0dadb381124a13b418ceaec4f2f4db072844f1bfca0f07e463ec4a1b86546e0f - 6.43% (3.89 MB)
/bin/sh -c #(nop) ADD file:8ed80010e443da19d72546bcee9a35e0a8d244c72052b1994610bf5939d479c2 in /
2020-12-17 00:19:49 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2020-12-17 15:01:37 UTC/bin/sh -c #(nop) LABEL maintainer=NGINX Docker Maintainers <docker-maint@nginx.com>
2020-12-17 15:01:37 UTC/bin/sh -c #(nop) ENV NGINX_VERSION=1.18.0
2020-12-17 15:01:38 UTC/bin/sh -c #(nop) ENV NJS_VERSION=0.4.4
2020-12-17 15:01:38 UTC/bin/sh -c #(nop) ENV PKG_RELEASE=2
2020-12-17 15:01:43 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) 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
2020-12-17 15:01:43 UTC/bin/sh -c #(nop) COPY file:e7e183879c35719c18aa7f733651029fbcc55f5d8c22a877ae199b389425789e in /
2020-12-17 15:01:43 UTC/bin/sh -c #(nop) COPY file:08ae525f517706a57131e1efe03acba0fdd4ecadddb55301484f05d2ec76c39a in /docker-entrypoint.d
2020-12-17 15:01:43 UTC/bin/sh -c #(nop) COPY file:0fd5fca330dcd6a7de297435e32af634f29f7132ed0550d342cad9fd20158258 in /docker-entrypoint.d
2020-12-17 15:01:44 UTC/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]
2020-12-17 15:01:44 UTC/bin/sh -c #(nop) EXPOSE 80
2020-12-17 15:01:44 UTC/bin/sh -c #(nop) STOPSIGNAL SIGQUIT
2020-12-17 15:01:44 UTC/bin/sh -c #(nop) CMD ["nginx" "-g" "daemon off;"]
2021-01-31 20:48:23 UTC/bin/sh -c #(nop) LABEL maintainer=Rancher Labs <support@rancher.com>
2021-01-31 20:48:23 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2021-01-31 20:48:23 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-01-31 20:48:24 UTC|1 ARCH=amd64 /bin/sh -c apk -U --no-cache add bash && rm -f /bin/sh && ln -s /bin/bash /bin/sh
2021-01-31 20:48:25 UTC/bin/sh -c #(nop) ENV RANCHER_CONFD_VERSION=v0.16.2
2021-01-31 20:48: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 && chmod +x /opt/rke-tools/bin/docker && 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-01-31 20:48:29 UTC|1 ARCH=amd64 /bin/sh -c mkdir -p /opt/cni/bin
2021-01-31 20:48:31 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-01-31 20:48:32 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-01-31 20:48:32 UTC/bin/sh -c #(nop) ENV ETCD_URL_amd64=https://github.com/coreos/etcd/releases/download/v3.3.10/etcd-v3.3.10-linux-amd64.tar.gz ETCD_URL_arm64=https://github.com/etcd-io/etcd/releases/download/v3.3.10/etcd-v3.3.10-linux-arm64.tar.gz ETCD_URL=ETCD_URL_amd64
2021-01-31 20:48:33 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-01-31 20:48:33 UTC/bin/sh -c #(nop) COPY dir:1fa0e250ab3f00d19fa4d0b28a4ed2ca020a8fc82a15bd9e830a2772b3fbd8fd in /etc/confd/templates/
2021-01-31 20:48:34 UTC/bin/sh -c #(nop) COPY dir:0459a3816a50ad2a038015821c58d4a730723e9ef118d6d168a9730d9dbc6dca in /etc/confd/conf.d/
2021-01-31 20:48:34 UTC/bin/sh -c #(nop) COPY multi:51ed3ec74222ac2a438a9df330792e78e1c951fe070a696c3a664c99a5d7445c in /usr/bin/
2021-01-31 20:48:34 UTC/bin/sh -c #(nop) COPY multi:2102a27cd168d4803579f65af8ae6f63fbcbd2569b4c76ea5107fa8570f56c50 in /opt/rke-tools/
2021-01-31 20:48:34 UTC/bin/sh -c #(nop) COPY file:43f09c1a335fdf2ebc900090299bba3565da1661a4146a8ab0dc193dcb330ad3 in /opt/rke-tools
2021-01-31 20:48:35 UTC/bin/sh -c #(nop) VOLUME [/opt/rke-tools]
2021-01-31 20:48:35 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2021-01-31 20:48:35 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2021-01-31T20:48:21Z
2021-01-31 20:48:35 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2021-01-31 20:48:36 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=37f0f88b4beb0270bcd1d13ea085a0433899463c
2021-01-31 20:48:36 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rke-tools.git
2021-01-31 20:49:29 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:62239e9aa1a352a20b0d4969c2b508b8a18d10e799d4db72e6f24ccbb2c724d9 - 40.71% (96.6 MB)
[#001] sha256:79172be4a01d6616ffd0c6ae0d96a0291f5f5100d7f53b364ea9bb643ce5661e - 0.0% (1.02 KB)
[#002] sha256:d674aa9cb1ac0a8ff56a779bf78c3b3b71bdb4f43fce18bfd2c3d04f47efe11a - 0.0% (1.01 KB)
[#003] sha256:bb7d9a806bc0f22294a5a8ce5d5fefb5650b44666dc84f2e85032cea002d36a6 - 0.03% (66.7 KB)
[#004] sha256:69eb5707a5ea26220d60e2ddb59add68f60c53b0a9388e30d530f3a090fc54a8 - 0.0% (1.01 KB)
[#005] sha256:b3207580c3ff299b9a306760aa1b68a218b0ee6c982185e7d324e6cf417dd154 - 40.86% (97 MB)
[#006] sha256:2f2803a69324894df66e72c94098a3ddfbdafa8d0509828f6c18168606a92877 - 0.04% (98.4 KB)
[#007] sha256:32888f63e3d16e032cabe9d541560a41a59a2a4ded4778f949edbb2819bea60b - 0.0% (1.02 KB)
[#008] sha256:030a41ef19dccc85b6886db0bf68546afba257fd6d2ecf71f65e5fa191bac0f7 - 0.0% (1.01 KB)
[#009] sha256:89ded030c93e2f2e9d540788621c1227bc95d9dd907aa0f0f5eeb5dd3d813ff7 - 0.0% (854 Bytes)
[#010] sha256:9d1afff21375abe81a3638b552e2e907d271baa121a39167e0e4113b6797c7fd - 0.02% (41.4 KB)
[#011] sha256:b3d55022ed02ad151fce5641706568515e456b68c4bc9c2800dabd136175ee77 - 4.16% (9.88 MB)
[#012] sha256:c3c487cc1e5cc5e073775de961b0cf985725dfb590ffd8b779b50ea475d6821d - 0.7% (1.66 MB)
[#013] sha256:bcbda0c9660ab67a188d8db61dd24096d1e6a46d10bd7f5b2131813be03e7bce - 7.0% (16.6 MB)
[#014] sha256:804fb0d40d18b4c5451efce8942d3751dec3f8206c27cc5dc14b3130a97febea - 6.39% (15.2 MB)
[#015] sha256:f6a8bcea253f66f25089d56bbd619cea1c6d80b65452b439ffd24c18efe1a726 - 0.09% (209 KB)
[#016] sha256:8d10826be1da45d6f4204ef2d8c2bc37265bd68845721244b4dfb1cb2af0e769 - 0.0% (8.09 KB)
[#017] sha256:89a7301befca75199c106a928eb3bdd3dee9ddba16fe7169a2f0507a99f9ffc4 - 0.0% (1.51 KB)
[#018] sha256:77705c22c281439d71042d4c75814931481faf61f9be676b36db0e29ccfa1f91 - 0.0% (1.35 KB)
[#019] sha256:0795b476b383629391429957063260e91097889f6a4db39497f0febca540553f - 0.0% (7.73 KB)
[#020] sha256:e60251ee505c9347c26d412d47e24e28ad0b197d8ac38f6202c9a6c9c7efcdb4 - 0.0% (6.81 KB)
[#021] sha256:8f34f84ed2f39a788bc4df495403f942d663e902f4e4d4b4645942323fe91c97 - 0.0% (827 Bytes)
[#022] sha256:f086a36c01201980fc642ccd853ab15940f802416f4f7d348de9f684f94d1f61 - 0.0% (856 Bytes)
[#023] sha256:e348e72bb4688a733d322171b2d930b7be885b027f76f90fbf0af4b835327bbb - 0.0% (824 Bytes)
[#024] sha256:0f560dae88efd0de9898bf6f18e038a9859c91798526de510d59f169478037b2 - 0.0% (825 Bytes)
[#025] sha256:ff796d3f8c271382d4acf32a45e13636ca517442158cda2e8022b795a2281f50 - 0.0% (852 Bytes)
[#026] sha256:a3d609cc5738366b78c80272c16243255d9089de706af8b3eca15518df93e901 - 0.0% (854 Bytes)
[#027] sha256:0c7ddb428b1d91ae930c7abe8c8476b7b5e750e73fd1e18135da2899c011225b - 0.0% (881 Bytes)
Apply image 1809-amd64
2021-01-25 00:21:40 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-01-25 00:21:40 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-01-25 00:22:25 UTCcmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2021-01-25 00:22:26 UTCcmd /S /C #(nop) USER ContainerUser
2021-01-25 00:22:45 UTCcmd /S /C #(nop) COPY dir:2b24e0683bce9a6158e61058fc24411d0e844420ed7e75e69332bbeb47759889 in C:\Program Files\PowerShell
2021-01-25 00:23:21 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-01-25 00:23:22 UTCcmd /S /C #(nop) ENV POWERSHELL_TELEMETRY_OPTOUT=0
2021-01-25 00:23:22 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2021-01-31 20:47:09 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-01-31 20:49:18 UTCcmd /S /C #(nop) COPY file:7c80292bbdacca850f1c78ac775579f109a75cbe9ac1bb97343dd4ce682a68b3 in \Windows\System32\
2021-01-31 20:49:19 UTCcmd /S /C #(nop) COPY multi:c7bc568dafcf1004fb5e7bc503225870bffc7cabf37c00538c79e521ac1c5684 in \Windows\
2021-01-31 20:49:20 UTCcmd /S /C #(nop) COPY dir:c0de291f8f78d9d493a1b6b38928748e390b958d81b00600ccea66b556303d4c in \etc\nginx
2021-01-31 20:49:21 UTCcmd /S /C #(nop) COPY multi:058f1d8d42c82d0fed6ad2a4ad56a57e380ac9ff73fc0150ec84795d3ba9f82d in \opt\cni\bin\
2021-01-31 20:49:23 UTCcmd /S /C #(nop) COPY file:a8ac644f252f522d5f94f4c29a585e3f99ae4141cfd3f73bd6816ac03929df91 in \opt\bin\
2021-01-31 20:49:24 UTCcmd /S /C #(nop) COPY dir:0f40db0dfa22483721e3097243b3b6283256a3d01fd4f8757a36b3a18315c56c in \share\kubelet-volumeplugins
2021-01-31 20:49:25 UTCcmd /S /C #(nop) COPY file:43624d171666e64b77e61c7f1bc07c8d8042502b989ec52b69f4ac62667c7f23 in \share\gce-patch\
2021-01-31 20:49:25 UTCcmd /S /C #(nop) COPY dir:0e091b4a45618ee5e0a3fdbf36ec9bf3f32176adcefc57aad240d792cd57c41e in \etc\confd\templates\
2021-01-31 20:49:25 UTCcmd /S /C #(nop) COPY dir:2e4532e0dcb87e2b51373fad8042d50a8ee8583f21892134532191fc727c666a in \etc\confd\conf.d\
2021-01-31 20:49:26 UTCcmd /S /C #(nop) COPY multi:7ef561b0cb716ab118e1d05230475ced386971aa5ea711160b22148d4b6fd118 in \usr\bin\
2021-01-31 20:49:26 UTCcmd /S /C #(nop) COPY multi:385765d32ae832589e5f183d07943190f2d94d29bc49aa1b6a0b9d40b51d1319 in \share\scripts\
2021-01-31 20:49:27 UTCcmd /S /C #(nop) VOLUME [c:/opt/rke-tools]
2021-01-31 20:49:27 UTCcmd /S /C #(nop) VOLUME [c:/run]
2021-01-31 20:49:28 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh.exe" "-NoLogo"]
2021-01-31 20:49:28 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2021-01-31T20:47:40Z
2021-01-31 20:49:29 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2021-01-31 20:49:29 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=37f0f88b4beb0270bcd1d13ea085a0433899463c
2021-01-31 20:49:29 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rke-tools.git
2021-01-31 20:50:44 UTC
240 MB
PSDocker-NanoServer-1909
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:3155a5f44f3dc969ff02d04e7f3dbd46e828c217c194c52591f5ac542dcd622b - 41.43% (99.6 MB)
[#001] sha256:8b1d08ea5d4437849cdd3e614a9893364a7018ec4ebc41338b468a9a346439f7 - 0.0% (1.01 KB)
[#002] sha256:529fffc03dafa29d3e0452cbe42f3c72b6ec592252ecb2dd07301ffde99244d1 - 0.0% (1.02 KB)
[#003] sha256:6419c98036ba519e83243a2128d4b797295aabea5defa5b06e01479ef6190798 - 0.03% (67.3 KB)
[#004] sha256:b3bfd36828d9a894a822ec30c7afaaa7cf42e63cc07c4e034b05e5be03af2f80 - 0.0% (1.02 KB)
[#005] sha256:ac81011c82772d94dfa2d85dd8c8fe3b1d1c36f54d8add13c5d41ca6adcd9dbd - 40.36% (97 MB)
[#006] sha256:56c731a59563fde7312ee65a42c28442b21f858db83db753e4e253ca86f20d73 - 0.04% (97.4 KB)
[#007] sha256:4b2a87dcb0befd5f4bc69361d4f594a56a40a9ccadf97e9f2207f296a875e916 - 0.0% (1.02 KB)
[#008] sha256:50436062905f9a73c4f6cd577445585394507fc1eae4e745474af67074993433 - 0.0% (1.02 KB)
[#009] sha256:d1debb7283836147a3bcbb751860aa5430589baa6435ebadcf6d035c3d8ba553 - 0.0% (859 Bytes)
[#010] sha256:0a01cf50c44d06ba92a6d3b64b02a10bad175d32ab1aafc1035b1b781f2f8729 - 0.02% (41.4 KB)
[#011] sha256:4d43688ffb98f74da54b20acc5228c1c4c03a0571ff13d279325461f4622c8f9 - 4.11% (9.88 MB)
[#012] sha256:a137b2fc799c675496ec0ec44d50ec81d062aba2bc0f94e336ad9ef19fe8ff59 - 0.69% (1.66 MB)
[#013] sha256:fef75a2fd5f6122e1d06d0480138354b2e22f453e371fd1b003573bef517cd66 - 6.92% (16.6 MB)
[#014] sha256:48e63bc7b6e89a7f3624692a0b5519ec22d6a503ab5a4ff96b8e84ccf5b02e86 - 6.31% (15.2 MB)
[#015] sha256:fef7ef0eb489378aa039b85cd1f8d4c9ed7357ae3fa517ed98ddc3e911a88bb5 - 0.08% (209 KB)
[#016] sha256:c4e2f6702042d4124ed6c26feca215f3e4ff6b62d16bca0d7a634d4a731f0867 - 0.0% (8.05 KB)
[#017] sha256:a15eb0f92ae900987402c48fbe30ae2e613a65f14f59d2b2090a89c24cc43d35 - 0.0% (1.49 KB)
[#018] sha256:cd90e93340b38fd67800bd625699bd27cf17a9a2b649013d67a6b48e67dd40f6 - 0.0% (1.34 KB)
[#019] sha256:8807ccb21d049f79d6ac8be7024d3d85beee09adb1dd4afb0781b6d1f99aaf8d - 0.0% (7.77 KB)
[#020] sha256:8705f9581bd4aed60cefb36291d150388ce0fed914027804994d6aa3c7382daa - 0.0% (6.8 KB)
[#021] sha256:98344c0d5fea7ed42dd4c7990a1145e04dd4acbd91ce8f50af276c43519ad69b - 0.0% (856 Bytes)
[#022] sha256:7aa9358210b7164d905f76265e627c21629e24a85f567a84d7c82f9762c8df00 - 0.0% (828 Bytes)
[#023] sha256:6c6fa8d410bbca50ee38003012e25c3260f6390792e4e6b109df2b1c7049ebda - 0.0% (825 Bytes)
[#024] sha256:5d1b9423ad0e677604ae0d064ce3c73a0c02bfe90896d1682ff5cafbef990fe4 - 0.0% (855 Bytes)
[#025] sha256:0e29e8c954d91f053ad336c75680af8dd7879b76601f036bfacd6bacbfbc6987 - 0.0% (858 Bytes)
[#026] sha256:e678861dfd99c1ac8903278eb804f78f4dda6d94ae5cbb4c0dd1e2aa717affad - 0.0% (826 Bytes)
[#027] sha256:240f7e295fcfcc422aabb4a53305a01ec473c216d1519662f64d3145f3c95a08 - 0.0% (827 Bytes)
Apply image 1909-amd64
2021-01-25 00:14:53 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-1909
2021-01-25 00:14:53 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-01-25 00:15:18 UTCcmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2021-01-25 00:15:18 UTCcmd /S /C #(nop) USER ContainerUser
2021-01-25 00:15:34 UTCcmd /S /C #(nop) COPY dir:2b24e0683bce9a6158e61058fc24411d0e844420ed7e75e69332bbeb47759889 in C:\Program Files\PowerShell
2021-01-25 00:16:10 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-01-25 00:16:11 UTCcmd /S /C #(nop) ENV POWERSHELL_TELEMETRY_OPTOUT=0
2021-01-25 00:16:11 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2021-01-31 20:50:03 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-01-31 20:50:33 UTCcmd /S /C #(nop) COPY file:40905c89ebeb689893224df574528d0a87cc76f3611c8ca684a9a802d7cd450f in \Windows\System32\
2021-01-31 20:50:35 UTCcmd /S /C #(nop) COPY multi:c7bc568dafcf1004fb5e7bc503225870bffc7cabf37c00538c79e521ac1c5684 in \Windows\
2021-01-31 20:50:35 UTCcmd /S /C #(nop) COPY dir:c0de291f8f78d9d493a1b6b38928748e390b958d81b00600ccea66b556303d4c in \etc\nginx
2021-01-31 20:50:37 UTCcmd /S /C #(nop) COPY multi:058f1d8d42c82d0fed6ad2a4ad56a57e380ac9ff73fc0150ec84795d3ba9f82d in \opt\cni\bin\
2021-01-31 20:50:38 UTCcmd /S /C #(nop) COPY file:a8ac644f252f522d5f94f4c29a585e3f99ae4141cfd3f73bd6816ac03929df91 in \opt\bin\
2021-01-31 20:50:39 UTCcmd /S /C #(nop) COPY dir:0f40db0dfa22483721e3097243b3b6283256a3d01fd4f8757a36b3a18315c56c in \share\kubelet-volumeplugins
2021-01-31 20:50:39 UTCcmd /S /C #(nop) COPY file:43624d171666e64b77e61c7f1bc07c8d8042502b989ec52b69f4ac62667c7f23 in \share\gce-patch\
2021-01-31 20:50:40 UTCcmd /S /C #(nop) COPY dir:0e091b4a45618ee5e0a3fdbf36ec9bf3f32176adcefc57aad240d792cd57c41e in \etc\confd\templates\
2021-01-31 20:50:40 UTCcmd /S /C #(nop) COPY dir:2e4532e0dcb87e2b51373fad8042d50a8ee8583f21892134532191fc727c666a in \etc\confd\conf.d\
2021-01-31 20:50:41 UTCcmd /S /C #(nop) COPY multi:7ef561b0cb716ab118e1d05230475ced386971aa5ea711160b22148d4b6fd118 in \usr\bin\
2021-01-31 20:50:41 UTCcmd /S /C #(nop) COPY multi:385765d32ae832589e5f183d07943190f2d94d29bc49aa1b6a0b9d40b51d1319 in \share\scripts\
2021-01-31 20:50:42 UTCcmd /S /C #(nop) VOLUME [c:/opt/rke-tools]
2021-01-31 20:50:42 UTCcmd /S /C #(nop) VOLUME [c:/run]
2021-01-31 20:50:42 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh.exe" "-NoLogo"]
2021-01-31 20:50:43 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2021-01-31T20:47:46Z
2021-01-31 20:50:43 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2021-01-31 20:50:44 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=37f0f88b4beb0270bcd1d13ea085a0433899463c
2021-01-31 20:50:44 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rke-tools.git
2021-01-31 20:49:51 UTC
239 MB
PSDocker-NanoServer-1903
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:302b7cf33b3a2bd3c958c33a0bb0221099c7abebd46bd685a171899210be5180 - 41.07% (98.1 MB)
[#001] sha256:de401d0ad50a73809f52f1b2cdd08372d48affaed3cdc2d9c82fd93fdb86935d - 0.0% (822 Bytes)
[#002] sha256:b251ece4f860cf57423dd1455d77586f293f469389d4e8f22eda21f3f3865674 - 0.0% (921 Bytes)
[#003] sha256:da83f3e327d6be0778a2e9cb3bdbcd4381d91d53be27a9d83e7a02d713898ab6 - 0.03% (67.5 KB)
[#004] sha256:128bd25e4a5fd56d89d1d3519ab5299fad89e0fa26b42a19bbcacf3ffc63a75a - 0.0% (849 Bytes)
[#005] sha256:02a46850464f896128d38032429af01ed881c9561496b85a7dcf75894d1cfd3f - 40.61% (97 MB)
[#006] sha256:99558043528fca28cf576a5dae72c8dbbe8a309833109869786f3e709ee3e864 - 0.04% (92.7 KB)
[#007] sha256:39ff56c128357f2bde42c7177c54985736cd9022f26f72f0560ccd997975b59d - 0.0% (843 Bytes)
[#008] sha256:bb889420c0e542967f5ff0364fc7f0f64026326699d5dba17be0ff04d9435c8c - 0.0% (917 Bytes)
[#009] sha256:c71911c4d8ea92f5150b7ccb0f68b51c2e7565edaf569f741ba9de3a40b38804 - 0.0% (823 Bytes)
[#010] sha256:466fd0bb40e7769fbdae3b83e7ef5eb438a21d7b64c828491b5272819fd38cc5 - 0.02% (41.4 KB)
[#011] sha256:ef077ddfad1e99173d7cf4760e9c0d5eeacc0e1561a092509e0b72af19dd622f - 4.14% (9.88 MB)
[#012] sha256:dc0764e02b4837d9fa916310f15f6017a64b8795458569142d486042e17d2b1b - 0.69% (1.66 MB)
[#013] sha256:ed893309536a9534528aee817665bba823fa127582315714f0440fd447fd1113 - 6.96% (16.6 MB)
[#014] sha256:9936a5c801fd343285d4eb8ae4ad6522ca3a946fa9b4cae4d6dad04223dc9fd9 - 6.35% (15.2 MB)
[#015] sha256:758f58d0e7e95acb0231b3c174d1433873fa2942b95a45024b42be570ea6d2a2 - 0.09% (209 KB)
[#016] sha256:819c09f72337734b5065a421f69307966a0605455a263af07b577f758fb3b6d8 - 0.0% (8.05 KB)
[#017] sha256:f0710a52c223b2d042074b4e124bfd50e8b864cc0163d3d58a7805cf072f3672 - 0.0% (1.48 KB)
[#018] sha256:bef518cd965eedf381b4953b5c68aae17e473feae08182f0a27608741ae0e76e - 0.0% (1.35 KB)
[#019] sha256:60fbfc68e1d1361eff7af8188835ed936e413d8096ce55301db691fa463936ef - 0.0% (7.75 KB)
[#020] sha256:d3fc1d53adc97bb13c889433ad5b332bc50b15a75629666f63dc24b35fa7c5fe - 0.0% (6.79 KB)
[#021] sha256:afe0db4c64af2272e1200b7efe0ed9c0c81cbc795100a310773558170b131ad3 - 0.0% (827 Bytes)
[#022] sha256:d4b65f00bd7a23d566b2f906f3975d5f6fe065a9885939f361c87fdc358f1473 - 0.0% (854 Bytes)
[#023] sha256:959a5a0c8401ff0d6c6127e0ccdf2f274293c906a52bab30de425032f6826ebe - 0.0% (829 Bytes)
[#024] sha256:c47bd9549b57ca586ee429621191814ea1393d53e25b4df24e9a332b09d4fb69 - 0.0% (828 Bytes)
[#025] sha256:f051bdaa792cb533970be829eb195769f2cc02973d9bad464e98e9374605f6f7 - 0.0% (826 Bytes)
[#026] sha256:23c7a28c6114818575dda8239191f706965ac9e3f643836cbb81f70d0722ebb3 - 0.0% (834 Bytes)
[#027] sha256:cbd19a5df396b36d5afe1dd65c1b848f8f41386d77ffdb9da91a6ab5e08e6f7e - 0.0% (833 Bytes)
Apply image 1903-amd64
2021-01-15 21:08:09 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-1903
2021-01-15 21:08:10 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-01-15 21:08:55 UTCcmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2021-01-15 21:08:56 UTCcmd /S /C #(nop) USER ContainerUser
2021-01-15 21:09:18 UTCcmd /S /C #(nop) COPY dir:2b24e0683bce9a6158e61058fc24411d0e844420ed7e75e69332bbeb47759889 in C:\Program Files\PowerShell
2021-01-15 21:09:58 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-01-15 21:09:59 UTCcmd /S /C #(nop) ENV POWERSHELL_TELEMETRY_OPTOUT=0
2021-01-15 21:10:00 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2021-01-31 20:48:09 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-01-31 20:49:41 UTCcmd /S /C #(nop) COPY file:40905c89ebeb689893224df574528d0a87cc76f3611c8ca684a9a802d7cd450f in \Windows\System32\
2021-01-31 20:49:42 UTCcmd /S /C #(nop) COPY multi:c7bc568dafcf1004fb5e7bc503225870bffc7cabf37c00538c79e521ac1c5684 in \Windows\
2021-01-31 20:49:43 UTCcmd /S /C #(nop) COPY dir:c0de291f8f78d9d493a1b6b38928748e390b958d81b00600ccea66b556303d4c in \etc\nginx
2021-01-31 20:49:44 UTCcmd /S /C #(nop) COPY multi:058f1d8d42c82d0fed6ad2a4ad56a57e380ac9ff73fc0150ec84795d3ba9f82d in \opt\cni\bin\
2021-01-31 20:49:45 UTCcmd /S /C #(nop) COPY file:a8ac644f252f522d5f94f4c29a585e3f99ae4141cfd3f73bd6816ac03929df91 in \opt\bin\
2021-01-31 20:49:46 UTCcmd /S /C #(nop) COPY dir:0f40db0dfa22483721e3097243b3b6283256a3d01fd4f8757a36b3a18315c56c in \share\kubelet-volumeplugins
2021-01-31 20:49:46 UTCcmd /S /C #(nop) COPY file:43624d171666e64b77e61c7f1bc07c8d8042502b989ec52b69f4ac62667c7f23 in \share\gce-patch\
2021-01-31 20:49:47 UTCcmd /S /C #(nop) COPY dir:0e091b4a45618ee5e0a3fdbf36ec9bf3f32176adcefc57aad240d792cd57c41e in \etc\confd\templates\
2021-01-31 20:49:47 UTCcmd /S /C #(nop) COPY dir:2e4532e0dcb87e2b51373fad8042d50a8ee8583f21892134532191fc727c666a in \etc\confd\conf.d\
2021-01-31 20:49:48 UTCcmd /S /C #(nop) COPY multi:7ef561b0cb716ab118e1d05230475ced386971aa5ea711160b22148d4b6fd118 in \usr\bin\
2021-01-31 20:49:48 UTCcmd /S /C #(nop) COPY multi:385765d32ae832589e5f183d07943190f2d94d29bc49aa1b6a0b9d40b51d1319 in \share\scripts\
2021-01-31 20:49:49 UTCcmd /S /C #(nop) VOLUME [c:/opt/rke-tools]
2021-01-31 20:49:49 UTCcmd /S /C #(nop) VOLUME [c:/run]
2021-01-31 20:49:49 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh.exe" "-NoLogo"]
2021-01-31 20:49:50 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2021-01-31T20:47:41Z
2021-01-31 20:49:50 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2021-01-31 20:49:50 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=37f0f88b4beb0270bcd1d13ea085a0433899463c
2021-01-31 20:49:51 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rke-tools.git
2021-01-31 20:49:57 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:9334511b2b1d4bc43d8ca0e23b2fcce8b7b0968a9f9aa67cd61de71abad9a5b0 - 41.69% (101 MB)
[#001] sha256:d1d964e549934fb43ef81f521eed39d226a5f9afc19e123118fa80ed0cd87039 - 0.0% (1.09 KB)
[#002] sha256:cbce98f5c4da4f2e83525c8f4b6c1d56f9d1cdf192a2ec9dd67e123d9b9829e2 - 0.0% (1.07 KB)
[#003] sha256:f42568b218bfd71aba73f945e3e2be8b8289135be50910348db61210df5f14dd - 0.04% (90.1 KB)
[#004] sha256:2bf9438971aef03ac0ca75e76ba71ef5d736164d114cae312f5af38994b1e1a6 - 0.0% (1.04 KB)
[#005] sha256:b4a530a7da35f5e36da716f61840fafaf3cb4af8ba9eaa86645d4f086f68b299 - 40.18% (97 MB)
[#006] sha256:31734e44f83918514137f9a0a31f82062dfd1690fedf8dd363894cdc6db44606 - 0.04% (106 KB)
[#007] sha256:b1235424c5052c92d3ec8b7a69185d54dea8ee37ec2c5c529f536ce713c0e3a9 - 0.0% (1.02 KB)
[#008] sha256:b26e8d9f1843c0a843f8703ce17c558368c7bde62db5745031c024d31fa8a468 - 0.0% (1.01 KB)
[#009] sha256:59edfbf4b503c540ec67df1581ef71f40e3e08c4820eb0add5bb458e7e402438 - 0.0% (885 Bytes)
[#010] sha256:16aea49e062a8c4d202d65c8ab59b262db4b7ee14679cd4d51d21d54265e9f1c - 0.02% (41.9 KB)
[#011] sha256:d88325cdce4c0f6f21b8e48129b0846d0d7f32ddaa59628fba2f2d2f6fa2eadb - 4.09% (9.88 MB)
[#012] sha256:dc5220e09768bdfd73c7547de41199faa6e408cf5aa4627fed128fd8e59e4003 - 0.69% (1.66 MB)
[#013] sha256:185d1db3b1eed8617f236ab7cf1e81da2174ced1703f11fd9687920233dff7c1 - 6.88% (16.6 MB)
[#014] sha256:9bd77b5143baaf9345b64403a16b35efaf2b0f280596f0df73529cd65c2d0155 - 6.28% (15.2 MB)
[#015] sha256:cba06e700e1654db6ad53ce8a2015e02bb55fe75efe8268f68f1769064d25b5b - 0.08% (209 KB)
[#016] sha256:e31dd9f68897667e48c5b54ab3d7331fabc1090bd806bfcad853bc53a3f6d61b - 0.0% (8.08 KB)
[#017] sha256:7c7d3383551541e5d58b5934a2eb35538de051f73dd8a7b001448ac9d3098e64 - 0.0% (1.5 KB)
[#018] sha256:9f5b61d8886b377ea1967fbeeda24f0b444c07d38c260414ca2cc5ee46fd45ef - 0.0% (1.38 KB)
[#019] sha256:9bba0aadb2d0a8e31b66a12027512f29c1f38b0da13d806440e88fe581c60b38 - 0.0% (7.83 KB)
[#020] sha256:ac61c3a58d9c664ec28d5484f9c35cc6b5e844e164e0867a6e45200892d9f9b9 - 0.0% (6.77 KB)
[#021] sha256:46835bc3f1fcabcce9ba9554cdf2129c4255c9c31e395181b510c83d67b8f8cb - 0.0% (838 Bytes)
[#022] sha256:8d24178d380ac1f8354bf885e9aa277dd9d692d7e8a33d6b8c0594efd5ae5b0f - 0.0% (868 Bytes)
[#023] sha256:d189a2af1f680ca80cfe69b0148ad93f6700653a4cd0ff554fc1cfb1ee242efb - 0.0% (837 Bytes)
[#024] sha256:b4efaecebf42ac8deba5a2def7881830793ff8927b537f900c7b80d2b2892425 - 0.0% (815 Bytes)
[#025] sha256:be2872733c81e967db055f441e485c956779ebc4911dbd6caca142b989f2ff2b - 0.0% (837 Bytes)
[#026] sha256:6ea8a655187d33ce5e0872859b1f7a27381cf463f28f418ea6373afb1e0d6965 - 0.0% (836 Bytes)
[#027] sha256:d546819d6b816672d4bdff74d5107db6754ff16952904f1ddbf2da41e8cec659 - 0.0% (840 Bytes)
Apply image 2004-amd64
2021-01-25 00:14:05 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-01-25 00:14:06 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-01-25 00:14:18 UTCcmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2021-01-25 00:14:18 UTCcmd /S /C #(nop) USER ContainerUser
2021-01-25 00:14:33 UTCcmd /S /C #(nop) COPY dir:2b24e0683bce9a6158e61058fc24411d0e844420ed7e75e69332bbeb47759889 in C:\Program Files\PowerShell
2021-01-25 00:15:08 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-01-25 00:15:09 UTCcmd /S /C #(nop) ENV POWERSHELL_TELEMETRY_OPTOUT=0
2021-01-25 00:15:09 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2021-01-31 20:48:02 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-01-31 20:49:47 UTCcmd /S /C #(nop) COPY file:f00a05c6c46c3742f37fe763005d894b91ff7cd57c17c8385448daaf5dc24125 in \Windows\System32\
2021-01-31 20:49:47 UTCcmd /S /C #(nop) COPY multi:c7bc568dafcf1004fb5e7bc503225870bffc7cabf37c00538c79e521ac1c5684 in \Windows\
2021-01-31 20:49:48 UTCcmd /S /C #(nop) COPY dir:c0de291f8f78d9d493a1b6b38928748e390b958d81b00600ccea66b556303d4c in \etc\nginx
2021-01-31 20:49:50 UTCcmd /S /C #(nop) COPY multi:058f1d8d42c82d0fed6ad2a4ad56a57e380ac9ff73fc0150ec84795d3ba9f82d in \opt\cni\bin\
2021-01-31 20:49:51 UTCcmd /S /C #(nop) COPY file:a8ac644f252f522d5f94f4c29a585e3f99ae4141cfd3f73bd6816ac03929df91 in \opt\bin\
2021-01-31 20:49:52 UTCcmd /S /C #(nop) COPY dir:0f40db0dfa22483721e3097243b3b6283256a3d01fd4f8757a36b3a18315c56c in \share\kubelet-volumeplugins
2021-01-31 20:49:53 UTCcmd /S /C #(nop) COPY file:43624d171666e64b77e61c7f1bc07c8d8042502b989ec52b69f4ac62667c7f23 in \share\gce-patch\
2021-01-31 20:49:53 UTCcmd /S /C #(nop) COPY dir:0e091b4a45618ee5e0a3fdbf36ec9bf3f32176adcefc57aad240d792cd57c41e in \etc\confd\templates\
2021-01-31 20:49:53 UTCcmd /S /C #(nop) COPY dir:2e4532e0dcb87e2b51373fad8042d50a8ee8583f21892134532191fc727c666a in \etc\confd\conf.d\
2021-01-31 20:49:54 UTCcmd /S /C #(nop) COPY multi:7ef561b0cb716ab118e1d05230475ced386971aa5ea711160b22148d4b6fd118 in \usr\bin\
2021-01-31 20:49:54 UTCcmd /S /C #(nop) COPY multi:385765d32ae832589e5f183d07943190f2d94d29bc49aa1b6a0b9d40b51d1319 in \share\scripts\
2021-01-31 20:49:55 UTCcmd /S /C #(nop) VOLUME [c:/opt/rke-tools]
2021-01-31 20:49:55 UTCcmd /S /C #(nop) VOLUME [c:/run]
2021-01-31 20:49:55 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh.exe" "-NoLogo"]
2021-01-31 20:49:56 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2021-01-31T20:47:40Z
2021-01-31 20:49:56 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2021-01-31 20:49:57 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=37f0f88b4beb0270bcd1d13ea085a0433899463c
2021-01-31 20:49:57 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rke-tools.git
2021-01-31 20:50:46 UTC
2.46 GB
[#000] sha256:18ae6bebe21d13de4442e4cafdf4fbf4e5b0d866afe416f302da087f53f04ae1 - 56.98% (1.4 GB)
[#001] sha256:18629c768c3f1391a29a90ea5e5b8a2b4185ec20b1781c40273741f648a0c882 - 36.46% (918 MB)
[#002] sha256:d82d0c0a26dc157f851ed482001b50be69234bb1f686b47a20389c2d465be80f - 0.0% (1.07 KB)
[#003] sha256:e393ebcc16b1008ce4b0c681e48bff209ec97831fcae90a3bef75050f7e67e22 - 0.0% (1.07 KB)
[#004] sha256:eb2ef8c76c2d8e885ed2b039eb47fc5215f6faed2814857ee62c4b2d62d636e0 - 0.31% (7.83 MB)
[#005] sha256:33157c90e47d61ae2508f095c60a8057a0eda706b117cd349bf744595919a311 - 0.43% (10.8 MB)
[#006] sha256:33e0d06eb6a9f7270837c3788cb54f0cd6c34afcd867d887244092719c514260 - 0.34% (8.62 MB)
[#007] sha256:2592c8f8d958df1e029fa2bf54e2b063dfa6471af98be7d2512acc27d7d6ff8b - 2.18% (55 MB)
[#008] sha256:d12dc3d4eeaad998d774dee5367c28d7676289e86b3905d580f9efa4d8f7ed53 - 0.82% (20.5 MB)
[#009] sha256:a4c2654491a4af6c265ab2b5ae7768b83dfbcad32d36df9751e4cb8a3395f787 - 0.23% (5.79 MB)
[#010] sha256:f3b790fd92a8a82f0ac04bcc4cd2555d6a05dfecc000ef633d2744e95b7e999f - 0.39% (9.83 MB)
[#011] sha256:3ccbf1dff26accba78e641f921009f2d1dc33cfac480fa5a28cc3101669cef88 - 0.02% (439 KB)
[#012] sha256:cfd83482b7f6ac73f0435238c725c51ffec97787206ba380315b63c211c4d892 - 0.19% (4.88 MB)
[#013] sha256:5c8357a674082ba67e95cbc420bed55d5ba5715fbd0d637cbe57f3dd87f8e0cd - 0.23% (5.89 MB)
[#014] sha256:043416f850886818bb2c936762050da442c5290a81d8fd9777875278e6bcf7c5 - 0.08% (2.12 MB)
[#015] sha256:a19c7137e2bb72b66c20921240834769396abb9e425e259fdd5306431aedcb9e - 1.28% (32.3 MB)
[#016] sha256:490fbf063dbf06cfbddcebe60d5fe803a633f8bddf323fce5b602574a6cc009e - 0.03% (703 KB)
[#017] sha256:701779403206dfc1bf6493f9d2f8f1f08c71f782eca7b69fb12f29ed923cbc55 - 0.02% (488 KB)
[#018] sha256:53510e1136fc8d6e47921581659bbb8d22f6cf36f6b25ee92c136cd3a6cc152d - 0.0% (1.76 KB)
[#019] sha256:761684e24330d5376dcea94f18d4c28bb1de7fac45d4efdb88602563338e4f55 - 0.0% (1.6 KB)
[#020] sha256:fbb5d6f97354b8841c817aee8e2244c03a8dacab441e63da84a7dd2f547b4308 - 0.0% (7.94 KB)
[#021] sha256:2c2b970c79ba26d218e67dec288f39233ec51da8abe30bf928434b460d8c1134 - 0.0% (7.06 KB)
[#022] sha256:ee263f9e100959b7ee793b4a8f76a5353502573b6ce077f47b663e5553cbf79b - 0.0% (1.09 KB)
[#023] sha256:2b056f37cfac19d23f60e41a6445f3a089d00fc2eacafc43105463ca682773eb - 0.0% (1.1 KB)
[#024] sha256:49107a86368be4bf8eeb20d8904e11113ccb75bd075b6442f0dc6bace3b80011 - 0.0% (1.1 KB)
[#025] sha256:c54e109b9276819735ab25ff14affb1cc6a1e1160cb8cba2d0bd037b49f46c1e - 0.0% (1.1 KB)
[#026] sha256:beee31a253dc4063656972cd50cde49ea2d2de123a88c8de3a846fe0c4d0fca6 - 0.0% (1.1 KB)
[#027] sha256:0195341b549c1babf8a1a3f0d776b5cc4c7b8c8cc9ca6fbaab2cc222fb37239f - 0.0% (1.1 KB)
[#028] sha256:2ed5ccc21899638f2da008a0711c50a2efc7a45f8b6aa0e36b42596107cbd8fa - 0.0% (1.1 KB)
Apply image 20H2-RTM-amd64
2021-01-09 13:33:38 UTCInstall update 20H2-amd64
2021-01-31 20:47:54 UTCcmd /S /C #(nop) ARG ARCH=amd64
2021-01-31 20:47:54 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2021-01-31 20:48:21 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-01-31 20:48:33 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-01-31 20:48:47 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-01-31 20:49:06 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-01-31 20:49:17 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-01-31 20:49:28 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-01-31 20:49:39 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-01-31 20:49:48 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-01-31 20:49:57 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Move-Item -Path /wins.exe -Destination /Windows/
2021-01-31 20:50:05 UTC|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Move-Item -Path /confd.exe -Destination /Windows/
2021-01-31 20:50:14 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-01-31 20:50:24 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-01-31 20:50:33 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-01-31 20:50:42 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-01-31 20:50:42 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY dir:0e091b4a45618ee5e0a3fdbf36ec9bf3f32176adcefc57aad240d792cd57c41e in \etc\confd\templates\
2021-01-31 20:50:43 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY dir:2e4532e0dcb87e2b51373fad8042d50a8ee8583f21892134532191fc727c666a in \etc\confd\conf.d\
2021-01-31 20:50:43 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:7ef561b0cb716ab118e1d05230475ced386971aa5ea711160b22148d4b6fd118 in \usr\bin\
2021-01-31 20:50:43 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:385765d32ae832589e5f183d07943190f2d94d29bc49aa1b6a0b9d40b51d1319 in \share\scripts\
2021-01-31 20:50:44 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) VOLUME [c:/opt/rke-tools]
2021-01-31 20:50:44 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) VOLUME [c:/run]
2021-01-31 20:50:45 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell.exe" "-NoLogo"]
2021-01-31 20:50:45 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-01-31T20:47:45Z
2021-01-31 20:50:45 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.schema-version=1.0
2021-01-31 20:50:46 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-ref=37f0f88b4beb0270bcd1d13ea085a0433899463c
2021-01-31 20:50:46 UTCpowershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rke-tools.git
2021-01-31 20:48:36 UTC
56.6 MB
DOCKER_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_URLETCD_URL_arm64
ETCD_URL_amd64https://github.com/coreos/etcd/releases/download/v3.3.10/etcd-v3.3.10-linux-amd64.tar.gz
ETCD_URL_arm64https://github.com/etcd-io/etcd/releases/download/v3.3.10/etcd-v3.3.10-linux-arm64.tar.gz
NGINX_VERSION1.18.0
NJS_VERSION0.4.4
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PKG_RELEASE2
RANCHER_CONFD_VERSIONv0.16.2
[#000] sha256:20d8a246443a66e74e17f2a0e81a51fe774876ca0c2676691c37ee1b0e4d3cd5 - 4.59% (2.6 MB)
[#001] sha256:837c512907f4fe4dd20095a7f01b61eb2aa5896868deb7934465567d43954b07 - 11.16% (6.32 MB)
[#002] sha256:d9d18a8e396302033f78f9abd6eb0fbd3d7614e2f9729ea846b6412204b3e39e - 0.0% (600 Bytes)
[#003] sha256:9b4f20b1c9e1e896a961e53a02ac1959fc81ed65fae80c0f37b275a29f362da7 - 0.0% (903 Bytes)
[#004] sha256:79c162344593a4652e36b24c4d52eb740819f8fe80c2b905eb12adacf3420d12 - 0.0% (667 Bytes)
[#005] sha256:7b83e1fbacf73bc0f83bcf4a128449879643902971dca05f422a52b0bfdfedd9 - 1.01% (583 KB)
[#006] sha256:91394796443389e253b5c879f497f668abeaa54ae0babb9574df0a34aa195a54 - 40.77% (23.1 MB)
[#007] sha256:362c5dd5356808545d12821ce2225dd70172e24581670b63a6e3f2ef9a6670b8 - 0.0% (161 Bytes)
[#008] sha256:be448a37fd16e7cd96d7c121cac6005406f475bedbc2b73eee73c30f44038c9c - 25.41% (14.4 MB)
[#009] sha256:a79feb7d13798ff076928de08b3a4cd3d5d0d9481c6e7ba1f1227b9b12331d01 - 2.73% (1.55 MB)
[#010] sha256:e8d92e68c4b9167c6fee5c7118b9d44e0537380ff8c322e1c8ebe016f1513e2f - 8.05% (4.56 MB)
[#011] sha256:1bac12788e5990a1f98126538db7ecf5362039f362353c14eee0d0d7b210c1b4 - 0.0% (442 Bytes)
[#012] sha256:a727896f1afab2c3d06b3a0eae100c1f702b3a395593fadb94ecd329a6d5b9bf - 0.0% (276 Bytes)
[#013] sha256:fa182977161a2d18a9dfdba277b6649601d136a972d267eed1dd1bc12dada435 - 0.0% (898 Bytes)
[#014] sha256:b3d8f0cdbc326e16c897b3070a456646b789e55e0306ab2130f89ce2798a6080 - 0.0% (2.6 KB)
[#015] sha256:23566465420a683fd5790abac0b76040577dcccc91ba4f0bccbdd0b6598dc160 - 6.29% (3.56 MB)
/bin/sh -c #(nop) ADD file:47bb1b85a4eb4d0b355ae89ec5c71c09e2c2b7e21e1851a2896365eb17134f57 in /
2020-12-16 23:40:39 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2020-12-17 01:54:17 UTC/bin/sh -c #(nop) LABEL maintainer=NGINX Docker Maintainers <docker-maint@nginx.com>
2020-12-17 01:54:19 UTC/bin/sh -c #(nop) ENV NGINX_VERSION=1.18.0
2020-12-17 01:54:19 UTC/bin/sh -c #(nop) ENV NJS_VERSION=0.4.4
2020-12-17 01:54:20 UTC/bin/sh -c #(nop) ENV PKG_RELEASE=2
2020-12-17 01:58:14 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) 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
2020-12-17 01:58:15 UTC/bin/sh -c #(nop) COPY file:e7e183879c35719c18aa7f733651029fbcc55f5d8c22a877ae199b389425789e in /
2020-12-17 01:58:16 UTC/bin/sh -c #(nop) COPY file:08ae525f517706a57131e1efe03acba0fdd4ecadddb55301484f05d2ec76c39a in /docker-entrypoint.d
2020-12-17 01:58:17 UTC/bin/sh -c #(nop) COPY file:0fd5fca330dcd6a7de297435e32af634f29f7132ed0550d342cad9fd20158258 in /docker-entrypoint.d
2020-12-17 01:58:19 UTC/bin/sh -c #(nop) ENTRYPOINT ["/docker-entrypoint.sh"]
2020-12-17 01:58:20 UTC/bin/sh -c #(nop) EXPOSE 80
2020-12-17 01:58:22 UTC/bin/sh -c #(nop) STOPSIGNAL SIGQUIT
2020-12-17 01:58:26 UTC/bin/sh -c #(nop) CMD ["nginx" "-g" "daemon off;"]
2021-01-31 20:48:23 UTC/bin/sh -c #(nop) LABEL maintainer=Rancher Labs <support@rancher.com>
2021-01-31 20:48:23 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2021-01-31 20:48:24 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-01-31 20:48:25 UTC|1 ARCH=arm64 /bin/sh -c apk -U --no-cache add bash && rm -f /bin/sh && ln -s /bin/bash /bin/sh
2021-01-31 20:48:25 UTC/bin/sh -c #(nop) ENV RANCHER_CONFD_VERSION=v0.16.2
2021-01-31 20:48:28 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 && chmod +x /opt/rke-tools/bin/docker && 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-01-31 20:48:29 UTC|1 ARCH=arm64 /bin/sh -c mkdir -p /opt/cni/bin
2021-01-31 20:48:31 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-01-31 20:48:32 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-01-31 20:48:32 UTC/bin/sh -c #(nop) ENV ETCD_URL_amd64=https://github.com/coreos/etcd/releases/download/v3.3.10/etcd-v3.3.10-linux-amd64.tar.gz ETCD_URL_arm64=https://github.com/etcd-io/etcd/releases/download/v3.3.10/etcd-v3.3.10-linux-arm64.tar.gz ETCD_URL=ETCD_URL_arm64
2021-01-31 20:48:33 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-01-31 20:48:34 UTC/bin/sh -c #(nop) COPY dir:1fa0e250ab3f00d19fa4d0b28a4ed2ca020a8fc82a15bd9e830a2772b3fbd8fd in /etc/confd/templates/
2021-01-31 20:48:34 UTC/bin/sh -c #(nop) COPY dir:0459a3816a50ad2a038015821c58d4a730723e9ef118d6d168a9730d9dbc6dca in /etc/confd/conf.d/
2021-01-31 20:48:34 UTC/bin/sh -c #(nop) COPY multi:51ed3ec74222ac2a438a9df330792e78e1c951fe070a696c3a664c99a5d7445c in /usr/bin/
2021-01-31 20:48:35 UTC/bin/sh -c #(nop) COPY multi:2102a27cd168d4803579f65af8ae6f63fbcbd2569b4c76ea5107fa8570f56c50 in /opt/rke-tools/
2021-01-31 20:48:35 UTC/bin/sh -c #(nop) COPY file:fc7c1ca76fa3daa34575bb18031e1443a61da438df68552ac1eab727c11146b4 in /opt/rke-tools
2021-01-31 20:48:35 UTC/bin/sh -c #(nop) VOLUME [/opt/rke-tools]
2021-01-31 20:48:35 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2021-01-31 20:48:36 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2021-01-31T20:48:22Z
2021-01-31 20:48:36 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2021-01-31 20:48:36 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=37f0f88b4beb0270bcd1d13ea085a0433899463c
2021-01-31 20:48:36 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rke-tools.git
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.