2020-07-07 00:22:34 UTC
45.4 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.16.0
NJS_VERSION0.3.1
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PKG_RELEASE1
[#000] sha256:e7c96db7181be991f19a9fb6975cdbbd73c65f4a2681348e63a141a2192a5f10 - 5.79% (2.63 MB)
[#001] sha256:8985e402e050840450bd9d60b40a9bec70d57a507b33a85e5c3b3caf2e0ada6e - 11.89% (5.4 MB)
[#002] sha256:7ca06fde4582f452adfaafde1740b698e61d6ccf4003afa8382e0e65867a1353 - 1.27% (592 KB)
[#003] sha256:3a1ce7527245adfe6b5c07b383a13c7ab2301164a8d56ace33e6845d66c59180 - 24.58% (11.2 MB)
[#004] sha256:945123caf94f41f6bf709646f198f16e8941d9371435c98c77f97bf172d767d5 - 0.0% (160 Bytes)
[#005] sha256:0da8392c74ea9c27efb81eb314578fdb866d203bde1f125ab44e6e3c10a594ae - 34.02% (15.4 MB)
[#006] sha256:acf1e50c56012b5181cf95b1d69dbfa252fa65304a9481d5ee177185017ce873 - 3.67% (1.67 MB)
[#007] sha256:6dc0e4b23b9a49967d8efc43032aba23f084f71f5e3c084db4d809e1ee029e92 - 10.84% (4.92 MB)
[#008] sha256:6c6efb5a4088bc464ceef0c541513cab8706f848acb53b046ccaf63d0c42fdf3 - 0.0% (439 Bytes)
[#009] sha256:80833b8b659d4e6dd0d66ad20580f3ef47ae1a445371739899859af4ec36218b - 0.0% (272 Bytes)
[#010] sha256:16d31008b73ad883ea5c0f3a6d7eb92d2ff45687cbf01f3c81fad2ab8f1f64e8 - 0.0% (899 Bytes)
[#011] sha256:a9358956ec9dc4ff496267391f23d2b8ae17cb7a715f998d90bfd5fe9a201ff5 - 0.01% (2.45 KB)
[#012] sha256:bdf884d15add5873a908a6d013655867daccbd3fea0d398a2432b25941cd31cd - 7.93% (3.6 MB)
/bin/sh -c #(nop) ADD file:a86aea1f3a7d68f6ae03397b99ea77f2e9ee901c5c59e59f76f93adbb4035913 in /
2019-05-11 00:07:03 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2019-05-11 00:34:31 UTC/bin/sh -c #(nop) LABEL maintainer=NGINX Docker Maintainers <docker-maint@nginx.com>
2019-05-11 00:37:48 UTC/bin/sh -c #(nop) ENV NGINX_VERSION=1.16.0
2019-05-11 00:37:48 UTC/bin/sh -c #(nop) ENV NJS_VERSION=0.3.1
2019-05-11 00:37:48 UTC/bin/sh -c #(nop) ENV PKG_RELEASE=1
2019-05-11 00:37:59 UTC/bin/sh -c set -x && 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 curl ca-certificates && curl -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 && printf "%s%s%s\n" "http://nginx.org/packages/alpine/v" `egrep -o '^[0-9]+\.[0-9]+' /etc/alpine-release` "/main" | tee -a /etc/apk/repositories && apk del .cert-deps ;; *) 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 " && echo "${tempDir}/packages/alpine/" >> /etc/apk/repositories && cp ${tempDir}/.abuild/abuild-key.rsa.pub /etc/apk/keys/ && apk del .build-deps ;; esac && apk add --no-cache $nginxPackages && 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 && sed -i '$ d' /etc/apk/repositories && 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 && ln -sf /dev/stdout /var/log/nginx/access.log && ln -sf /dev/stderr /var/log/nginx/error.log
2019-05-11 00:38:01 UTC/bin/sh -c #(nop) EXPOSE 80
2019-05-11 00:38:01 UTC/bin/sh -c #(nop) STOPSIGNAL SIGTERM
2019-05-11 00:38:01 UTC/bin/sh -c #(nop) CMD ["nginx" "-g" "daemon off;"]
2020-07-07 00:22:21 UTC/bin/sh -c #(nop) LABEL maintainer=Rancher Labs <support@rancher.com>
2020-07-07 00:22:21 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2020-07-07 00:22:21 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
2020-07-07 00:22:22 UTC|1 ARCH=amd64 /bin/sh -c apk -U --no-cache add bash && rm -f /bin/sh && ln -s /bin/bash /bin/sh
2020-07-07 00:22:25 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/kelseyhightower/confd/releases/download/v0.16.0/confd-0.16.0-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 && apk del curl
2020-07-07 00:22:26 UTC|1 ARCH=amd64 /bin/sh -c mkdir -p /opt/cni/bin
2020-07-07 00:22:28 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
2020-07-07 00:22:29 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}
2020-07-07 00:22:30 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
2020-07-07 00:22:31 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
2020-07-07 00:22:31 UTC/bin/sh -c #(nop) COPY dir:1fa0e250ab3f00d19fa4d0b28a4ed2ca020a8fc82a15bd9e830a2772b3fbd8fd in /etc/confd/templates/
2020-07-07 00:22:31 UTC/bin/sh -c #(nop) COPY dir:0459a3816a50ad2a038015821c58d4a730723e9ef118d6d168a9730d9dbc6dca in /etc/confd/conf.d/
2020-07-07 00:22:32 UTC/bin/sh -c #(nop) COPY multi:51ed3ec74222ac2a438a9df330792e78e1c951fe070a696c3a664c99a5d7445c in /usr/bin/
2020-07-07 00:22:32 UTC/bin/sh -c #(nop) COPY multi:29127ca038ff1c6ad8f3c18d62dc65401dc49583d41fb4726b44bd3979b73242 in /opt/rke-tools/
2020-07-07 00:22:32 UTC/bin/sh -c #(nop) COPY file:932dd49d181330a097d50e9f64e0e01795f315f777f787c31d0af9797b447509 in /opt/rke-tools
2020-07-07 00:22:33 UTC/bin/sh -c #(nop) VOLUME [/opt/rke-tools]
2020-07-07 00:22:33 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2020-07-07 00:22:33 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-07-07T00:22:19Z
2020-07-07 00:22:33 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2020-07-07 00:22:34 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=e5c87860db164ec262941622570ae5f08b3ad662
2020-07-07 00:22:34 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rke-tools.git
2020-07-07 00:23:09 UTC
222 MB
C:\Users\ContainerAdministrator\AppData\Local
POWERSHELL_DISTRIBUTION_CHANNELPSDocker-NanoServer-1809-KB4561608-amd64
PSCORE\PowerShell\pwsh.exe
PSModuleAnalysisCachePath\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache
ProgramFilesC:\Program Files
WindowsPATHC:\Windows\system32;C:\Windows
[#000] sha256:c7d6d47ff7dfb2aa4d4e819641b93ec971e8541978dff0ffc24c193babeb8c07 - 43.32% (96.4 MB)
[#001] sha256:c8491920a5e375879911dc3e783d73c8f955b04128743a93e43b610b9ff51abc - 0.0% (836 Bytes)
[#002] sha256:e3e9d6cbd737b75b72a558cdc2a3f609d7fcbc3c71235f7e166e960dee70ceb4 - 0.0% (839 Bytes)
[#003] sha256:744f587587496ae159fc1402633add5ecbed226788d8224ce18bb224282e955a - 0.0% (838 Bytes)
[#004] sha256:f6981df1d75faff55e3615cf6335bf211c0ac40493d84da2037d00f459cde747 - 0.03% (67.9 KB)
[#005] sha256:5d7005860ff9031d01428b01ffbfc87a174e6207a88d3a5629b92f6e30fa1340 - 0.0% (836 Bytes)
[#006] sha256:6bfa67e8265ecd8af7de00bb15763ae2cd3261ac944740319df269c08c0f9d72 - 39.96% (88.9 MB)
[#007] sha256:0ebcb012a61349e963b9b863f310aa8155aa01e0b77fbe559c2637757099b92a - 0.04% (95.6 KB)
[#008] sha256:30698ceb033a281c218f2222fbdbea7447d9338665fb6dd048544a618f598f54 - 0.0% (838 Bytes)
[#009] sha256:e23ae06069c7286aa75858aa4a5af6b67c979249122951e55ba798fd830839aa - 0.0% (858 Bytes)
[#010] sha256:dc9a4323b9870fa9aadd3d22131e31b7350f2399067ef825b8ceb67650aa93ef - 0.02% (41.4 KB)
[#011] sha256:7bcfc7f8dce3ab10e85c03f3c2eaf7ef69c103e023a86879458f360269df44f6 - 4.44% (9.88 MB)
[#012] sha256:daf1213b9d5f7b4a14750c929a6b38300d3cc1283e11368b4490c2dcebf35a45 - 0.75% (1.66 MB)
[#013] sha256:a6e65efffddb8110e982345b935ae7b9c7c8907939c79b2bad1c2acb2bfe97cc - 7.47% (16.6 MB)
[#014] sha256:4f234b6cbd75b0fe3f432a8356b6dcf6c6a14ec864a2d5035e739405010ebc3f - 3.87% (8.61 MB)
[#015] sha256:011befdb6df09e52089386fa84025c4d45107dc4656fb5c16ee7de364d95f56b - 0.09% (209 KB)
[#016] sha256:50e78a3ec7cf63d2e34a6d9b47250caea927fd92860bee113aacdcc2081fa2c8 - 0.0% (8.07 KB)
[#017] sha256:07184bd1b7694c88d6120ef54494c8a7b93894ab833b1b859f18c8f688194129 - 0.0% (1.5 KB)
[#018] sha256:b9dcdfb2f730ad67c31828af03d91455ac7f3ce136cea4a320bbee2e87a5231e - 0.0% (1.36 KB)
[#019] sha256:192d23716c91fa2a0ea3f342f6696550ce27ca688f2626494371889d35ca27c0 - 0.0% (7.21 KB)
[#020] sha256:2ddcc9e6e6aee0050aa1a856cd0202858f12f7a07c3e976518dfb54053f52e8a - 0.0% (6.28 KB)
[#021] sha256:b60c28077c8ed80949b0d644cfbcb9a73ca61f2ff8d31bfbbb2757876c2ca1c3 - 0.0% (834 Bytes)
[#022] sha256:e2f91608e3df1ac011d42a45addd3773f0c977dbec1bb05dcd76efe3a2dc8465 - 0.0% (833 Bytes)
[#023] sha256:4c23003228639b71f87d7aa4618252716e9793088bc7dbfe4d218fc8639e3c27 - 0.0% (828 Bytes)
[#024] sha256:ac37b290d02f71f45ae08f348a0b2e533c8b759402294713cf6445f23a66738a - 0.0% (845 Bytes)
[#025] sha256:e3519cde332fb8f9331ccbf95ec2784f1c92376e9d08fdf26dcdbd21d3fc34b8 - 0.0% (858 Bytes)
[#026] sha256:bba01194f7e2510bbb19af9f0d035f7af924ea06e0a1fd841941f7fa90e10368 - 0.0% (857 Bytes)
[#027] sha256:4ad1f4d1719d2cd93970894d409a00ced013ddf603e36b1e44d290b7ab5e673c - 0.0% (830 Bytes)
Apply image 1809-KB4561608-amd64
2020-07-02 22:07:49 UTCcmd /S /C #(nop) ARG fromTag=1709
2020-07-02 22:07:50 UTCcmd /S /C #(nop) ENV ProgramFiles=C:\Program Files LOCALAPPDATA=C:\Users\ContainerAdministrator\AppData\Local PSModuleAnalysisCachePath=\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache PSCORE=\PowerShell\pwsh.exe WindowsPATH=C:\Windows\system32;C:\Windows POWERSHELL_DISTRIBUTION_CHANNEL=PSDocker-NanoServer-1809-KB4561608-amd64
2020-07-02 22:07:51 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-07-02 22:07:59 UTC|1 fromTag=1809-KB4561608-amd64 cmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2020-07-02 22:07:59 UTCcmd /S /C #(nop) USER ContainerUser
2020-07-02 22:08:14 UTCcmd /S /C #(nop) COPY dir:040d51c7eac90640b5a64a9ce38f47ece7a96f727b607e97781b54e8dcd31e31 in C:\Program Files\PowerShell
2020-07-02 22:08:50 UTC|1 fromTag=1809-KB4561608-amd64 cmd /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 ; }"
2020-07-02 22:08:50 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2020-07-07 00:17:19 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-07-07 00:23:01 UTCcmd /S /C #(nop) COPY file:7c80292bbdacca850f1c78ac775579f109a75cbe9ac1bb97343dd4ce682a68b3 in \Windows\System32\
2020-07-07 00:23:01 UTCcmd /S /C #(nop) COPY multi:c7bc568dafcf1004fb5e7bc503225870bffc7cabf37c00538c79e521ac1c5684 in \Windows\
2020-07-07 00:23:02 UTCcmd /S /C #(nop) COPY dir:c0de291f8f78d9d493a1b6b38928748e390b958d81b00600ccea66b556303d4c in \etc\nginx
2020-07-07 00:23:03 UTCcmd /S /C #(nop) COPY multi:058f1d8d42c82d0fed6ad2a4ad56a57e380ac9ff73fc0150ec84795d3ba9f82d in \opt\cni\bin\
2020-07-07 00:23:04 UTCcmd /S /C #(nop) COPY file:6d3e1853f70b4acafa941ad2d4f173a3d8457ed877bfa55f2caa8d7b19ffb2ea in \opt\bin\
2020-07-07 00:23:05 UTCcmd /S /C #(nop) COPY dir:0f40db0dfa22483721e3097243b3b6283256a3d01fd4f8757a36b3a18315c56c in \share\kubelet-volumeplugins
2020-07-07 00:23:05 UTCcmd /S /C #(nop) COPY file:43624d171666e64b77e61c7f1bc07c8d8042502b989ec52b69f4ac62667c7f23 in \share\gce-patch\
2020-07-07 00:23:06 UTCcmd /S /C #(nop) COPY dir:0e091b4a45618ee5e0a3fdbf36ec9bf3f32176adcefc57aad240d792cd57c41e in \etc\confd\templates\
2020-07-07 00:23:06 UTCcmd /S /C #(nop) COPY dir:2e4532e0dcb87e2b51373fad8042d50a8ee8583f21892134532191fc727c666a in \etc\confd\conf.d\
2020-07-07 00:23:06 UTCcmd /S /C #(nop) COPY multi:8335c168da31512f3bdeeb5590614a33f9780cd111d3ecc22e15dde362e57338 in \usr\bin\
2020-07-07 00:23:07 UTCcmd /S /C #(nop) COPY multi:eab48b27f611ad20dc2dca207d36808f1dba3d504851b9b749a6db0655521212 in \share\scripts\
2020-07-07 00:23:07 UTCcmd /S /C #(nop) VOLUME [c:/opt/rke-tools]
2020-07-07 00:23:07 UTCcmd /S /C #(nop) VOLUME [c:/run]
2020-07-07 00:23:08 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh.exe" "-NoLogo"]
2020-07-07 00:23:08 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-07-07T00:21:46Z
2020-07-07 00:23:09 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-07-07 00:23:09 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=e5c87860db164ec262941622570ae5f08b3ad662
2020-07-07 00:23:09 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rke-tools.git
2020-07-07 00:23:05 UTC
224 MB
C:\Users\ContainerAdministrator\AppData\Local
POWERSHELL_DISTRIBUTION_CHANNELPSDocker-NanoServer-1909-KB4560960-amd64
PSCORE\PowerShell\pwsh.exe
PSModuleAnalysisCachePath\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache
ProgramFilesC:\Program Files
WindowsPATHC:\Windows\system32;C:\Windows
[#000] sha256:f43060d5d9153f6409cfe7216e9f38490927cf92b644f7f96e33931b0e890359 - 43.7% (97.9 MB)
[#001] sha256:04cc53bbe49de7e08e9204e000b2744918057afffe8c1f6175cd0697ff8fdb35 - 0.0% (843 Bytes)
[#002] sha256:af13265ab2deb825a65e8e6880650bcda7eca96e2a2ef38bee2741833d9ae100 - 0.0% (841 Bytes)
[#003] sha256:eb92b31bc91ec1e862571a40d47e0078486ae7cc54085405c534bd3439aed8d7 - 0.0% (840 Bytes)
[#004] sha256:22a6d41dd94d70f5c2084dfc086cd07ed4250b3114528b05201679c973da0315 - 0.03% (66 KB)
[#005] sha256:8208637fbac623223767d07427034e77b584ad95c6d33e27be6b062231b6e332 - 0.0% (888 Bytes)
[#006] sha256:cf00818276431ad634695c64b4fbff82603fa2ef55105f2904b2af5dc71e28f3 - 39.69% (88.9 MB)
[#007] sha256:81e5e598f7b1f17d8d72d9cf10d26635ed949d2b0c74cdbf48865d7f0f75e85b - 0.04% (95.7 KB)
[#008] sha256:5bccff4895ae9459fbf88f5f6e2177dd639f567c44f9704da4adf166d2e53b20 - 0.0% (842 Bytes)
[#009] sha256:3ce7badcbebe8c8aa4a8f24e88bd6c2a868130b9bf7655d9d2e5fea2de430707 - 0.0% (857 Bytes)
[#010] sha256:71e9a23d697da4e667d49d0fe69144f954dd4109cbce90b94e94872ac2137976 - 0.02% (41.4 KB)
[#011] sha256:2297ea4d1e7ef4d5abd9fe44a08a89974eccc7c9d1969dbaa2497f8291cabec0 - 4.41% (9.88 MB)
[#012] sha256:ccdc2791a92d15387ab5eed09fb2246dd785ea15e9c4f65780dbae5f93236d67 - 0.74% (1.66 MB)
[#013] sha256:9d53e178346e57978d897572440f7bd4d113da334d634ae6587e0ab80f1f80a6 - 7.42% (16.6 MB)
[#014] sha256:fcce13910f39af5926c949d49276bfb1943f78ad4c10fdb734393ce92275ef2e - 3.84% (8.61 MB)
[#015] sha256:b9ca8e5c39c31e09474c18e07159f14e9956bd287fc8427cc5dddf215c581763 - 0.09% (209 KB)
[#016] sha256:67b74e8c85c23acefb9a2ae76f17523899e1206da0a9aa320fe3aa57522ad95d - 0.0% (8.07 KB)
[#017] sha256:4a150c6f860f3f110f32ca990dd68c042238b01cc6e94e2efb2153b8b5cc8284 - 0.0% (1.5 KB)
[#018] sha256:2f2c74b69ae2e0ad08bed681f3f998e720f4984be3ab56fd71698d01b3212133 - 0.0% (1.35 KB)
[#019] sha256:52c251aa236425f0c29a31ba3b8edd0a64044bf5fb6fd3571a2b567f3d02b7f7 - 0.0% (7.2 KB)
[#020] sha256:260736f3c229bfb77008836cd85dbf6ddfd250cfa2181e301411dea9ecc9b080 - 0.0% (6.28 KB)
[#021] sha256:171eeb19fcf6fb64322e4240a209814ed9481f450918a2629b732712bc42ca20 - 0.0% (833 Bytes)
[#022] sha256:c951484997beb621fa722cc8f6442d30000b0790263588d456e96b884b10aa4a - 0.0% (852 Bytes)
[#023] sha256:922ef8a08097169cea887785fea2e9be2121e8d03d15472b007c1365e2690bf3 - 0.0% (832 Bytes)
[#024] sha256:ad008f32bf3ad17b5ce70e4600460cc46c0f74e4018d2dac9215def8527b91cd - 0.0% (831 Bytes)
[#025] sha256:326b55758bc686f48a2bb5c595a78fa35a3ae711f8693a944d32e77845cb3055 - 0.0% (856 Bytes)
[#026] sha256:b77e2849c78da4ab679a654dd08a87150d320e9ba8ad218712d8da960790f73d - 0.0% (825 Bytes)
[#027] sha256:3391692fc7b6564f984c82081fdf50ba329cf70e4519d957f4307d3e14108ac0 - 0.0% (827 Bytes)
Apply image 1909-KB4560960-amd64
2020-07-02 22:19:57 UTCcmd /S /C #(nop) ARG fromTag=1709
2020-07-02 22:19:58 UTCcmd /S /C #(nop) ENV ProgramFiles=C:\Program Files LOCALAPPDATA=C:\Users\ContainerAdministrator\AppData\Local PSModuleAnalysisCachePath=\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache PSCORE=\PowerShell\pwsh.exe WindowsPATH=C:\Windows\system32;C:\Windows POWERSHELL_DISTRIBUTION_CHANNEL=PSDocker-NanoServer-1909-KB4560960-amd64
2020-07-02 22:19:59 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-07-02 22:20:29 UTC|1 fromTag=1909-KB4560960-amd64 cmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2020-07-02 22:20:30 UTCcmd /S /C #(nop) USER ContainerUser
2020-07-02 22:20:50 UTCcmd /S /C #(nop) COPY dir:040d51c7eac90640b5a64a9ce38f47ece7a96f727b607e97781b54e8dcd31e31 in C:\Program Files\PowerShell
2020-07-02 22:21:32 UTC|1 fromTag=1909-KB4560960-amd64 cmd /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 ; }"
2020-07-02 22:21:33 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2020-07-07 00:17:24 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-07-07 00:22:57 UTCcmd /S /C #(nop) COPY file:40905c89ebeb689893224df574528d0a87cc76f3611c8ca684a9a802d7cd450f in \Windows\System32\
2020-07-07 00:22:58 UTCcmd /S /C #(nop) COPY multi:c7bc568dafcf1004fb5e7bc503225870bffc7cabf37c00538c79e521ac1c5684 in \Windows\
2020-07-07 00:22:59 UTCcmd /S /C #(nop) COPY dir:c0de291f8f78d9d493a1b6b38928748e390b958d81b00600ccea66b556303d4c in \etc\nginx
2020-07-07 00:22:59 UTCcmd /S /C #(nop) COPY multi:058f1d8d42c82d0fed6ad2a4ad56a57e380ac9ff73fc0150ec84795d3ba9f82d in \opt\cni\bin\
2020-07-07 00:23:00 UTCcmd /S /C #(nop) COPY file:6d3e1853f70b4acafa941ad2d4f173a3d8457ed877bfa55f2caa8d7b19ffb2ea in \opt\bin\
2020-07-07 00:23:01 UTCcmd /S /C #(nop) COPY dir:0f40db0dfa22483721e3097243b3b6283256a3d01fd4f8757a36b3a18315c56c in \share\kubelet-volumeplugins
2020-07-07 00:23:01 UTCcmd /S /C #(nop) COPY file:43624d171666e64b77e61c7f1bc07c8d8042502b989ec52b69f4ac62667c7f23 in \share\gce-patch\
2020-07-07 00:23:02 UTCcmd /S /C #(nop) COPY dir:0e091b4a45618ee5e0a3fdbf36ec9bf3f32176adcefc57aad240d792cd57c41e in \etc\confd\templates\
2020-07-07 00:23:02 UTCcmd /S /C #(nop) COPY dir:2e4532e0dcb87e2b51373fad8042d50a8ee8583f21892134532191fc727c666a in \etc\confd\conf.d\
2020-07-07 00:23:02 UTCcmd /S /C #(nop) COPY multi:8335c168da31512f3bdeeb5590614a33f9780cd111d3ecc22e15dde362e57338 in \usr\bin\
2020-07-07 00:23:03 UTCcmd /S /C #(nop) COPY multi:eab48b27f611ad20dc2dca207d36808f1dba3d504851b9b749a6db0655521212 in \share\scripts\
2020-07-07 00:23:03 UTCcmd /S /C #(nop) VOLUME [c:/opt/rke-tools]
2020-07-07 00:23:03 UTCcmd /S /C #(nop) VOLUME [c:/run]
2020-07-07 00:23:04 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh.exe" "-NoLogo"]
2020-07-07 00:23:04 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-07-07T00:21:46Z
2020-07-07 00:23:04 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-07-07 00:23:05 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=e5c87860db164ec262941622570ae5f08b3ad662
2020-07-07 00:23:05 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rke-tools.git
2020-07-07 00:23:07 UTC
224 MB
C:\Users\ContainerAdministrator\AppData\Local
POWERSHELL_DISTRIBUTION_CHANNELPSDocker-NanoServer-1903-KB4560960-amd64
PSCORE\PowerShell\pwsh.exe
PSModuleAnalysisCachePath\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache
ProgramFilesC:\Program Files
WindowsPATHC:\Windows\system32;C:\Windows
[#000] sha256:c40da4de5e84fba9e2c0f302d2d30570160680b4a2d4ae5a558796337e2dfca2 - 43.69% (97.9 MB)
[#001] sha256:af1743c43c8756bbc6702c95c5b87654f366652534a6d6df304537a8e29d6cd7 - 0.0% (839 Bytes)
[#002] sha256:5d56107d8df35eb069c29a492d7364ea2036527e7d04386f4ff06bceda2ecc1f - 0.0% (844 Bytes)
[#003] sha256:4342107aa485baf1df8486326b1fcdda76c57c12a06375b822c7c9a5c321440e - 0.0% (886 Bytes)
[#004] sha256:47e9cc49fe1554ed30f73bebde545985613174eb2fb508340988047ba91e2e55 - 0.03% (64.5 KB)
[#005] sha256:eb0046336a7fd2e30c21822a0c3f5ee72036ddb93961cbef3c6e0d4972c181b2 - 0.0% (869 Bytes)
[#006] sha256:17997dd30109904f30d554f0a2e03e226577311a7a9aa887a0625ef359e8e29c - 39.69% (88.9 MB)
[#007] sha256:338e79d77c98270ae3aee28b5912cfaf35310f679991501139998f0c10556b3c - 0.06% (127 KB)
[#008] sha256:352c112eede530efeb053aa2e3b625f326b723a8675a223c3c245d2dc9de9fa9 - 0.0% (862 Bytes)
[#009] sha256:972749faa41e82ed0a4b57ec584ff4f0f46633df7dfea0b9318b7c0143a00941 - 0.0% (832 Bytes)
[#010] sha256:d0c73ffeb771388b293f01728d8d0e297df46933faefdbf786e6c3f4f9da53b9 - 0.02% (41.4 KB)
[#011] sha256:b28091e7043b5c8d327bf528412a320f14e1988435b265b18d618b9392dcdffe - 4.41% (9.88 MB)
[#012] sha256:2be46a8216cc447abfbd60d953f5d43cf0dc3f75ad255bf6008bfe28eed64bdb - 0.74% (1.66 MB)
[#013] sha256:b44add3d21233018357e4febe9aee5bed8079d5eff27c9c053c1c87fd0458c02 - 7.42% (16.6 MB)
[#014] sha256:b0c867076b7ed8380d0c60f592956e5fffd42c94340705532e3bc8a662150e80 - 3.84% (8.61 MB)
[#015] sha256:6d60c11fa9e95f817a867c3c466e0c6048893477fe8cf36bb55dd3c59c91b21a - 0.09% (209 KB)
[#016] sha256:780e1ea20708c2572aa0c7bdbefb9b264e9b8b3ba1096c78e7b1b9b1ba0e99ae - 0.0% (8.05 KB)
[#017] sha256:0d69f7d4cdd34e9bf23dc0c7b9459ac69d92b101c07e25c75234db89b37dd3c6 - 0.0% (1.48 KB)
[#018] sha256:8738aec584afdf393af9444a3567edaa2840f45c6a7fa9c05bd0941d609cd93b - 0.0% (1.35 KB)
[#019] sha256:5d2a8f127f3b937fddd7a28dc0f0ee464c10eb45ca5e54398e59ee6e1499d103 - 0.0% (7.2 KB)
[#020] sha256:1d370e8bf825b2c043244f9b2548091d3ca6e61a4cbb544f061cfa67ebdea97b - 0.0% (6.28 KB)
[#021] sha256:9f66ea6a184c3b7e50a9fbced3989c60ea89d9dae8dd2e52ef6e7678c77fffa5 - 0.0% (828 Bytes)
[#022] sha256:755943a3d9fc97884b796b925899654443ff209086c98e9ca9042cad16ed1b40 - 0.0% (851 Bytes)
[#023] sha256:9533999bbb194dfce8c96b13ef713d66d1dd41c7518967aa5b1b6a2759889b87 - 0.0% (830 Bytes)
[#024] sha256:0bff3fd62f7568762b2cb74ac0f4981a6e429e8b054ad3871b55c51986cc7af3 - 0.0% (829 Bytes)
[#025] sha256:acc82138b2862ecc4c243f6e4c9e3be7246de06ed334491d9ee3d8dae1f2b798 - 0.0% (829 Bytes)
[#026] sha256:1833c22c0a76d24083644552dfd115efb07bdd2a4a38f18ef6d7e1be1623c6f8 - 0.0% (827 Bytes)
[#027] sha256:6ef6fe78eece7baa6cc598a7bb9cddb4bacae740544c22a6e9f80641d51d0de6 - 0.0% (830 Bytes)
Apply image 1903-KB4560960-amd64
2020-07-02 22:14:08 UTCcmd /S /C #(nop) ARG fromTag=1709
2020-07-02 22:14:08 UTCcmd /S /C #(nop) ENV ProgramFiles=C:\Program Files LOCALAPPDATA=C:\Users\ContainerAdministrator\AppData\Local PSModuleAnalysisCachePath=\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache PSCORE=\PowerShell\pwsh.exe WindowsPATH=C:\Windows\system32;C:\Windows POWERSHELL_DISTRIBUTION_CHANNEL=PSDocker-NanoServer-1903-KB4560960-amd64
2020-07-02 22:14:09 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-07-02 22:14:32 UTC|1 fromTag=1903-KB4560960-amd64 cmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2020-07-02 22:14:32 UTCcmd /S /C #(nop) USER ContainerUser
2020-07-02 22:14:47 UTCcmd /S /C #(nop) COPY dir:040d51c7eac90640b5a64a9ce38f47ece7a96f727b607e97781b54e8dcd31e31 in C:\Program Files\PowerShell
2020-07-02 22:15:26 UTC|1 fromTag=1903-KB4560960-amd64 cmd /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 ; }"
2020-07-02 22:15:27 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2020-07-07 00:17:20 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-07-07 00:22:58 UTCcmd /S /C #(nop) COPY file:40905c89ebeb689893224df574528d0a87cc76f3611c8ca684a9a802d7cd450f in \Windows\System32\
2020-07-07 00:22:59 UTCcmd /S /C #(nop) COPY multi:c7bc568dafcf1004fb5e7bc503225870bffc7cabf37c00538c79e521ac1c5684 in \Windows\
2020-07-07 00:23:00 UTCcmd /S /C #(nop) COPY dir:c0de291f8f78d9d493a1b6b38928748e390b958d81b00600ccea66b556303d4c in \etc\nginx
2020-07-07 00:23:01 UTCcmd /S /C #(nop) COPY multi:058f1d8d42c82d0fed6ad2a4ad56a57e380ac9ff73fc0150ec84795d3ba9f82d in \opt\cni\bin\
2020-07-07 00:23:02 UTCcmd /S /C #(nop) COPY file:6d3e1853f70b4acafa941ad2d4f173a3d8457ed877bfa55f2caa8d7b19ffb2ea in \opt\bin\
2020-07-07 00:23:02 UTCcmd /S /C #(nop) COPY dir:0f40db0dfa22483721e3097243b3b6283256a3d01fd4f8757a36b3a18315c56c in \share\kubelet-volumeplugins
2020-07-07 00:23:03 UTCcmd /S /C #(nop) COPY file:43624d171666e64b77e61c7f1bc07c8d8042502b989ec52b69f4ac62667c7f23 in \share\gce-patch\
2020-07-07 00:23:03 UTCcmd /S /C #(nop) COPY dir:0e091b4a45618ee5e0a3fdbf36ec9bf3f32176adcefc57aad240d792cd57c41e in \etc\confd\templates\
2020-07-07 00:23:03 UTCcmd /S /C #(nop) COPY dir:2e4532e0dcb87e2b51373fad8042d50a8ee8583f21892134532191fc727c666a in \etc\confd\conf.d\
2020-07-07 00:23:04 UTCcmd /S /C #(nop) COPY multi:8335c168da31512f3bdeeb5590614a33f9780cd111d3ecc22e15dde362e57338 in \usr\bin\
2020-07-07 00:23:04 UTCcmd /S /C #(nop) COPY multi:eab48b27f611ad20dc2dca207d36808f1dba3d504851b9b749a6db0655521212 in \share\scripts\
2020-07-07 00:23:04 UTCcmd /S /C #(nop) VOLUME [c:/opt/rke-tools]
2020-07-07 00:23:05 UTCcmd /S /C #(nop) VOLUME [c:/run]
2020-07-07 00:23:05 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh.exe" "-NoLogo"]
2020-07-07 00:23:06 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-07-07T00:21:45Z
2020-07-07 00:23:06 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-07-07 00:23:07 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=e5c87860db164ec262941622570ae5f08b3ad662
2020-07-07 00:23:07 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rke-tools.git
2020-07-07 00:23:28 UTC
42.7 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.16.0
NJS_VERSION0.3.1
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PKG_RELEASE1
[#000] sha256:0362ad1dd800a9d92f8982fa28f173f9120266153830f990f7486f44b068968a - 6.01% (2.56 MB)
[#001] sha256:9af333ee6136727de78e785c6d6d6aba9ae74a102edb8a343ddb8d635a5755d6 - 12.84% (5.48 MB)
[#002] sha256:a27889a6aca802a4b6802375ca09ec8d942925d90c4afe76c708a5adcebd33b7 - 1.37% (601 KB)
[#003] sha256:50004ba717e9133e71fb42a6d99d680f651400b87e11343262987dab37131d83 - 23.84% (10.2 MB)
[#004] sha256:680e0c58a6c47ca65fcea7be40cf37975a09e53d8345cb1b325f2b1b48301e2c - 0.0% (160 Bytes)
[#005] sha256:d4d4983e1e8065b20f4a70bc5fd01679cd54211b93317e093c21f08d82c84396 - 33.72% (14.4 MB)
[#006] sha256:65d83d273c41f0fc8092cb23b6ec349ce3f86ec28ea5f166b2e02a17ada7be8a - 3.63% (1.55 MB)
[#007] sha256:21f03b3cae810f639764d328af3297dfc320931d61a4ad76b969a4b571ccdf9e - 10.81% (4.61 MB)
[#008] sha256:9c57337c7925cfcc5ad90694fc92ddd8a43eb3148ab0a0c232fe16e2056efe8e - 0.0% (442 Bytes)
[#009] sha256:45f0ea4a4c45e1f18f2f3d21a26c6ab40ed8b2587cd8948f5de7d73e805253d7 - 0.0% (275 Bytes)
[#010] sha256:ec989f29e210b26ca6f727f978d6a10523519f63737a6d84c8a431db9a77b46e - 0.0% (898 Bytes)
[#011] sha256:c3991cfeff38b5c1f6fb41c4b814956d367aa581c36ad1b5c0fc5df779d699c9 - 0.01% (2.44 KB)
[#012] sha256:30d1b2eb6eba358751673366db8831dbefe314f28e611cdd16c587b56fd89eb4 - 7.77% (3.32 MB)
/bin/sh -c #(nop) ADD file:66f49017dd7ba295602526dbf210046e47fd097298c17a3f268a47487b5b6379 in /
2019-06-19 20:39:47 UTC/bin/sh -c #(nop) CMD ["/bin/sh"]
2019-06-19 22:32:21 UTC/bin/sh -c #(nop) LABEL maintainer=NGINX Docker Maintainers <docker-maint@nginx.com>
2019-06-19 22:38:30 UTC/bin/sh -c #(nop) ENV NGINX_VERSION=1.16.0
2019-06-19 22:38:30 UTC/bin/sh -c #(nop) ENV NJS_VERSION=0.3.1
2019-06-19 22:38:30 UTC/bin/sh -c #(nop) ENV PKG_RELEASE=1
2019-06-19 22:41:40 UTC/bin/sh -c set -x && 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 curl ca-certificates && curl -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 && printf "%s%s%s\n" "http://nginx.org/packages/alpine/v" `egrep -o '^[0-9]+\.[0-9]+' /etc/alpine-release` "/main" | tee -a /etc/apk/repositories && apk del .cert-deps ;; *) 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 " && echo "${tempDir}/packages/alpine/" >> /etc/apk/repositories && cp ${tempDir}/.abuild/abuild-key.rsa.pub /etc/apk/keys/ && apk del .build-deps ;; esac && apk add --no-cache $nginxPackages && 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 && sed -i '$ d' /etc/apk/repositories && 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 && ln -sf /dev/stdout /var/log/nginx/access.log && ln -sf /dev/stderr /var/log/nginx/error.log
2019-06-19 22:41:41 UTC/bin/sh -c #(nop) EXPOSE 80
2019-06-19 22:41:41 UTC/bin/sh -c #(nop) STOPSIGNAL SIGTERM
2019-06-19 22:41:42 UTC/bin/sh -c #(nop) CMD ["nginx" "-g" "daemon off;"]
2020-07-07 00:23:13 UTC/bin/sh -c #(nop) LABEL maintainer=Rancher Labs <support@rancher.com>
2020-07-07 00:23:13 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2020-07-07 00:23:13 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
2020-07-07 00:23:15 UTC|1 ARCH=arm64 /bin/sh -c apk -U --no-cache add bash && rm -f /bin/sh && ln -s /bin/bash /bin/sh
2020-07-07 00:23:18 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/kelseyhightower/confd/releases/download/v0.16.0/confd-0.16.0-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 && apk del curl
2020-07-07 00:23:19 UTC|1 ARCH=arm64 /bin/sh -c mkdir -p /opt/cni/bin
2020-07-07 00:23:22 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
2020-07-07 00:23:23 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}
2020-07-07 00:23:23 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
2020-07-07 00:23:25 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
2020-07-07 00:23:25 UTC/bin/sh -c #(nop) COPY dir:1fa0e250ab3f00d19fa4d0b28a4ed2ca020a8fc82a15bd9e830a2772b3fbd8fd in /etc/confd/templates/
2020-07-07 00:23:25 UTC/bin/sh -c #(nop) COPY dir:0459a3816a50ad2a038015821c58d4a730723e9ef118d6d168a9730d9dbc6dca in /etc/confd/conf.d/
2020-07-07 00:23:26 UTC/bin/sh -c #(nop) COPY multi:51ed3ec74222ac2a438a9df330792e78e1c951fe070a696c3a664c99a5d7445c in /usr/bin/
2020-07-07 00:23:26 UTC/bin/sh -c #(nop) COPY multi:29127ca038ff1c6ad8f3c18d62dc65401dc49583d41fb4726b44bd3979b73242 in /opt/rke-tools/
2020-07-07 00:23:26 UTC/bin/sh -c #(nop) COPY file:ebf16ee4ec5b29af815b75bdb1919d5af4259d0e494fb6d413c2808292d0bb94 in /opt/rke-tools
2020-07-07 00:23:27 UTC/bin/sh -c #(nop) VOLUME [/opt/rke-tools]
2020-07-07 00:23:27 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2020-07-07 00:23:27 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-07-07T00:23:11Z
2020-07-07 00:23:28 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2020-07-07 00:23:28 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=e5c87860db164ec262941622570ae5f08b3ad662
2020-07-07 00:23:28 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.