2020-08-07 10:46:16 UTC
45.6 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.76% (2.63 MB)
[#001] sha256:8985e402e050840450bd9d60b40a9bec70d57a507b33a85e5c3b3caf2e0ada6e - 11.83% (5.4 MB)
[#002] sha256:fcc304c094331e05e95034dd2935eadb857d19fc19fa95367001cb1b40effb2a - 1.27% (592 KB)
[#003] sha256:66e018ff0ea4e3c7cc49738ba57ab5c918bb7bba7042ffca31ed9c8d2da0da6a - 24.46% (11.2 MB)
[#004] sha256:c55622e24304bd97b99ca7298b5605827a9e46a30986fdf643c861a27f3add26 - 0.0% (160 Bytes)
[#005] sha256:ef3547025835a8de46be2817307ecd5ac2f8955fa96ae65425a6cfd140eb2b85 - 33.86% (15.4 MB)
[#006] sha256:298aac4becd81da4a7179e65de82f7774d221ab4c55fa80ff83ce2446bbe427b - 3.65% (1.67 MB)
[#007] sha256:297762de486a8a6d1f71a6413cd2fd9ed132768f5e38a49aaa283cb5a0acf712 - 10.78% (4.92 MB)
[#008] sha256:3454782ff0c4fe68d0670e3c059e817e8b6f147149296f77969464747280738b - 0.0% (442 Bytes)
[#009] sha256:d4d327859d74488669c0c485d0b715321a0a8e4b0508a82a7a00e5f4ba293e2e - 0.0% (277 Bytes)
[#010] sha256:09d6ece37511a97a8332a2e6baa2cbbee4c519b7b9bb86b6dec79a838010f623 - 0.0% (897 Bytes)
[#011] sha256:eeb2386436e11d106857f458db27f73453b1b47305cd1724ff0591fc1c04e6b8 - 0.01% (2.48 KB)
[#012] sha256:afe92ca936c006529544232d5f55ad22d3ae555ba19d01fd58997026ad1fc062 - 8.37% (3.82 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-08-07 10:46:04 UTC/bin/sh -c #(nop) LABEL maintainer=Rancher Labs <support@rancher.com>
2020-08-07 10:46:04 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2020-08-07 10:46:04 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-08-07 10:46:05 UTC|1 ARCH=amd64 /bin/sh -c apk -U --no-cache add bash && rm -f /bin/sh && ln -s /bin/bash /bin/sh
2020-08-07 10:46:08 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-08-07 10:46:09 UTC|1 ARCH=amd64 /bin/sh -c mkdir -p /opt/cni/bin
2020-08-07 10:46:11 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-08-07 10:46:12 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-08-07 10:46:12 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-08-07 10:46:14 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-08-07 10:46:14 UTC/bin/sh -c #(nop) COPY dir:1fa0e250ab3f00d19fa4d0b28a4ed2ca020a8fc82a15bd9e830a2772b3fbd8fd in /etc/confd/templates/
2020-08-07 10:46:14 UTC/bin/sh -c #(nop) COPY dir:0459a3816a50ad2a038015821c58d4a730723e9ef118d6d168a9730d9dbc6dca in /etc/confd/conf.d/
2020-08-07 10:46:14 UTC/bin/sh -c #(nop) COPY multi:51ed3ec74222ac2a438a9df330792e78e1c951fe070a696c3a664c99a5d7445c in /usr/bin/
2020-08-07 10:46:15 UTC/bin/sh -c #(nop) COPY multi:1e3030fac94c95639f44d341f086444c59cb8368c83117d13140ec71b2390a69 in /opt/rke-tools/
2020-08-07 10:46:15 UTC/bin/sh -c #(nop) COPY file:3ceca1c72b67a5eb6bf282c4cde29ea201462e1bf727c06d8c00b9dc9293c941 in /opt/rke-tools
2020-08-07 10:46:15 UTC/bin/sh -c #(nop) VOLUME [/opt/rke-tools]
2020-08-07 10:46:15 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2020-08-07 10:46:16 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-08-07T10:46:02Z
2020-08-07 10:46:16 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2020-08-07 10:46:16 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=f220fcaf8fc383c9015967ec250408ac63136857
2020-08-07 10:46:16 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rke-tools.git
2020-08-07 10:47:16 UTC
229 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 - 42.07% (96.4 MB)
[#001] sha256:2bb9710c0cb62c6bfbfc6eeb105dcb787f544b73e14792c9184b04c2cfcdd313 - 0.0% (950 Bytes)
[#002] sha256:5b6a6e88dff855da73e7f7779dc08ee323bc9e14a373677baf3970083d78d148 - 0.0% (836 Bytes)
[#003] sha256:b94e5a8e96f95df44f9650bf1e17d42e134ae78cca0df5e1465264605291a60b - 0.0% (840 Bytes)
[#004] sha256:a44d7f3cc195f81f823b2b183ced2698bea0623ca69860324753ad9b2179d925 - 0.03% (71.4 KB)
[#005] sha256:4e8708ebb942fc4ad365937323b0917e9c2034c1b1a0361b634ecd69d701903a - 0.0% (843 Bytes)
[#006] sha256:478252e18c8caf434e5375da6c2bc1a0b3130fe654c46652bc6150b84a8b92f5 - 38.83% (88.9 MB)
[#007] sha256:e1a35b4a1cb394a030e8c448c74160a480b42eaebadb16c2e08421ef9cdd74ea - 0.04% (96.4 KB)
[#008] sha256:43434f33e8b25d7d6b9597dcf6b8253ec140beb7b67430627dd3c1b89e9d8b15 - 0.0% (838 Bytes)
[#009] sha256:d747bba799db37734b369cee2d66157e2472fbbad2f7c8475053210448d812cf - 0.0% (856 Bytes)
[#010] sha256:118722f64f865c4a0df68a8ed31494812e2974361ce3f6d18ba1901b382b60eb - 0.02% (41.4 KB)
[#011] sha256:12a9f98765c324f6b9c76ba3f04b623a351e9b8be821c646ba59eb1bfbf9243e - 4.31% (9.88 MB)
[#012] sha256:fe8fb8f5b9aae572fabc37b875447fd6b767c25db87171cd2f5fa6a42d4de378 - 0.72% (1.66 MB)
[#013] sha256:3d2f9bde5fa82d30db0dcd6747cb53e77397b2a8b0d6303648058a521030af18 - 7.26% (16.6 MB)
[#014] sha256:004b7d48d42bdaca8b8faacfa48eb6a4716a1bec41a203fc3cf3d0fb997dbeb1 - 6.62% (15.2 MB)
[#015] sha256:f58dd9fe7dec8426acda9b40d19d6ef9cdeec8e00c98b07fc9438a809170b5dd - 0.09% (209 KB)
[#016] sha256:13988777bd7da0788e7e3da282c0d84d7dada3691f0d661ede11e2718e8d8fbb - 0.0% (8.07 KB)
[#017] sha256:93489aec8ffbf40248eba1a2656f3cbdc462955a0dd8e2e15d405ba13e11328d - 0.0% (1.49 KB)
[#018] sha256:8475556a34dd5e0ae8ddec559a0820fb96b90ba6882d8d3bc78b702520abbda9 - 0.0% (1.33 KB)
[#019] sha256:016ea5bdf48a2afa1063c907bfcb9910125f16dc9abe681cfb028241d16bac6a - 0.0% (7.43 KB)
[#020] sha256:eb043709ff1af87fe13c2c48d80cbba82bd8bac6fc8d6a2f5b95fe8d6e26ddac - 0.0% (6.47 KB)
[#021] sha256:ca057018f1037c1abd39861c14afe125a6d77e0a4b283b804d90001ecfd598b7 - 0.0% (827 Bytes)
[#022] sha256:a5b66a9f7d37b6e888635d49d239c0993b35c5cae05110fb6d46f42c6daa26f2 - 0.0% (856 Bytes)
[#023] sha256:13aef005784463995223811aefc73ffb8afbf437c55975f179c9b93c436b90ea - 0.0% (857 Bytes)
[#024] sha256:2da0d5fec15debfdb2d38665f64dee95c387bb0e13b8c89748e4fdc2e5725572 - 0.0% (831 Bytes)
[#025] sha256:b588acf7893c87c6c3c716fee07b77e94bde180e8e278ddc345fa62b146d57e0 - 0.0% (828 Bytes)
[#026] sha256:3d84a44b8d501c989e46b194f2d3633f5f12fcc4388bf1108bc66ff6d87f0aac - 0.0% (852 Bytes)
[#027] sha256:f5dcd0a50fdfbb81b52ab903278040b4e078df9a75996937e86e3e8530f9832c - 0.0% (829 Bytes)
Apply image 1809-KB4561608-amd64
2020-07-16 01:04:35 UTCcmd /S /C #(nop) ARG fromTag=1709
2020-07-16 01:04:38 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-16 01:04:39 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-07-16 01:04:50 UTC|1 fromTag=1809-KB4561608-amd64 cmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2020-07-16 01:04:51 UTCcmd /S /C #(nop) USER ContainerUser
2020-07-16 01:05:18 UTCcmd /S /C #(nop) COPY dir:68028cb352ac636b8c7e297d0fe596cce2f9a5bc0e5acd06a2d0b97c059d340c in C:\Program Files\PowerShell
2020-07-16 01:05:54 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-16 01:05:54 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2020-08-03 16:13:26 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-08-07 10:47:07 UTCcmd /S /C #(nop) COPY file:7c80292bbdacca850f1c78ac775579f109a75cbe9ac1bb97343dd4ce682a68b3 in \Windows\System32\
2020-08-07 10:47:07 UTCcmd /S /C #(nop) COPY multi:c7bc568dafcf1004fb5e7bc503225870bffc7cabf37c00538c79e521ac1c5684 in \Windows\
2020-08-07 10:47:08 UTCcmd /S /C #(nop) COPY dir:c0de291f8f78d9d493a1b6b38928748e390b958d81b00600ccea66b556303d4c in \etc\nginx
2020-08-07 10:47:09 UTCcmd /S /C #(nop) COPY multi:058f1d8d42c82d0fed6ad2a4ad56a57e380ac9ff73fc0150ec84795d3ba9f82d in \opt\cni\bin\
2020-08-07 10:47:10 UTCcmd /S /C #(nop) COPY file:a8ac644f252f522d5f94f4c29a585e3f99ae4141cfd3f73bd6816ac03929df91 in \opt\bin\
2020-08-07 10:47:11 UTCcmd /S /C #(nop) COPY dir:0f40db0dfa22483721e3097243b3b6283256a3d01fd4f8757a36b3a18315c56c in \share\kubelet-volumeplugins
2020-08-07 10:47:12 UTCcmd /S /C #(nop) COPY file:43624d171666e64b77e61c7f1bc07c8d8042502b989ec52b69f4ac62667c7f23 in \share\gce-patch\
2020-08-07 10:47:12 UTCcmd /S /C #(nop) COPY dir:0e091b4a45618ee5e0a3fdbf36ec9bf3f32176adcefc57aad240d792cd57c41e in \etc\confd\templates\
2020-08-07 10:47:12 UTCcmd /S /C #(nop) COPY dir:2e4532e0dcb87e2b51373fad8042d50a8ee8583f21892134532191fc727c666a in \etc\confd\conf.d\
2020-08-07 10:47:13 UTCcmd /S /C #(nop) COPY multi:5f3573c57e87e211becf19ee64c405d89cca91d9c54bcf84a26e974bf2589c78 in \usr\bin\
2020-08-07 10:47:13 UTCcmd /S /C #(nop) COPY multi:bf32b5613b6efe502e116f0c0150580801e14dae5fae9a33067da608263695e5 in \share\scripts\
2020-08-07 10:47:14 UTCcmd /S /C #(nop) VOLUME [c:/opt/rke-tools]
2020-08-07 10:47:14 UTCcmd /S /C #(nop) VOLUME [c:/run]
2020-08-07 10:47:14 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh.exe" "-NoLogo"]
2020-08-07 10:47:15 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-08-07T10:45:46Z
2020-08-07 10:47:15 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-08-07 10:47:16 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=f220fcaf8fc383c9015967ec250408ac63136857
2020-08-07 10:47:16 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rke-tools.git
2020-08-07 10:47:14 UTC
231 MB
C:\Users\ContainerAdministrator\AppData\Local
POWERSHELL_DISTRIBUTION_CHANNELPSDocker-NanoServer-1909-KB4565483-amd64
PSCORE\PowerShell\pwsh.exe
PSModuleAnalysisCachePath\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache
ProgramFilesC:\Program Files
WindowsPATHC:\Windows\system32;C:\Windows
[#000] sha256:e8a609e7f617bec4bcf5ba70cf691a9884e732141eadfcc9c42c436f917d0164 - 42.45% (97.9 MB)
[#001] sha256:ace60531feb4d1910c30c8050125cf834547ce523d03a1928a36f3213d1590e3 - 0.0% (873 Bytes)
[#002] sha256:2d656cadfb61b9ee136600f74875e0eb79080736dc55b496cf9cb1a47dc19543 - 0.0% (840 Bytes)
[#003] sha256:4f2d873f99dac874b811c17acba9d822e702ad8075151772ae676c23f602a757 - 0.0% (814 Bytes)
[#004] sha256:9ed9d4d9e65ea7132b528786d48d3acd5855b61fd5337e2d8a85cd17e1af5f7a - 0.03% (67.4 KB)
[#005] sha256:ac14d05763aa14c6d712c91c2b751409fa7928bc0dfca1b3efe9732e0dea2b13 - 0.0% (833 Bytes)
[#006] sha256:42f5441f31b1dd8a92f4601dfe24337e078a3e05472dfcb07fea649f1cca0b32 - 38.57% (88.9 MB)
[#007] sha256:ea4acc0cac20305c4a21ce57bee29a3b136c7fae592c1bd06379e80778b8f6da - 0.04% (94 KB)
[#008] sha256:d584cc521da3fbebd8130fc7e488aece68c5c57d8a7954e3d3ccbd6ebc8b4b32 - 0.0% (843 Bytes)
[#009] sha256:ba7987f3ac940e7f4e6bf115b59f0cc957302a3abb90ad22235c6a088ec30f50 - 0.0% (826 Bytes)
[#010] sha256:70c8e2dd7027bdee3c25c15553bf314054940d0ee18a47bbbc604f24d4fe54a7 - 0.02% (41.4 KB)
[#011] sha256:feada1c3467c06b156e8a0b515da73d4bb414212257a08e6deb664ed1f0240c5 - 4.28% (9.88 MB)
[#012] sha256:a2055ee454bb9201c89d44b3952efad56eaead4383712e8cedf3577c6d49a50a - 0.72% (1.66 MB)
[#013] sha256:105f2c1270fb56849a1c9522e70f2f6c0c2d2d39823d1bcf98a4cc3c5e92857a - 7.21% (16.6 MB)
[#014] sha256:10d3e88270d6e567466d2d11097481dc65adcb3a8ea78d6e0fc2242afd7cdaa4 - 6.58% (15.2 MB)
[#015] sha256:f0d62c85a606ad6cf7d42f06038685cd84d419343ef10dd7016bbc0cfbb2cd38 - 0.09% (209 KB)
[#016] sha256:c38a971264c5bcd74291ae488ea2d2298e144c85644e4e7da569325d4de95123 - 0.0% (8.06 KB)
[#017] sha256:0d6d46106a324b062cf4ef5b2c4c504e1cbb7567e5d6460fc5752b5298b2bd8e - 0.0% (1.5 KB)
[#018] sha256:02ed287e0885493e9cbb94ee485f501fe02f34628b9b6af81911346558ab855e - 0.0% (1.37 KB)
[#019] sha256:89ca9648ea19e53a7bef19d5d500de3fc2c1e83c9e182de8d9de60338f9d3732 - 0.0% (7.43 KB)
[#020] sha256:248de30e36b977f0d7cb4ec39cc26836c69ccf6df27fcb3841a4f75b20731ac1 - 0.0% (6.52 KB)
[#021] sha256:313efc559beca6eab0ff96a88cc667861a70abcd06e86100393c9f9dff217331 - 0.0% (830 Bytes)
[#022] sha256:45ec9323015544a05bb37c57f2cfb94fdcaad0a8cda7d10089dbc85e4d340f74 - 0.0% (823 Bytes)
[#023] sha256:218dad7a0a3f6723093b1956bcb34c519be3aeda3c7d569c0670717e14a86a65 - 0.0% (826 Bytes)
[#024] sha256:70457215f253cab2c062e35dfeb436bc153bd13081d7c1d19866c1271b64d415 - 0.0% (854 Bytes)
[#025] sha256:ef44d1b497dc84d74c36f833eeae5906d0d4c27399298267d622e993ce0428b7 - 0.0% (822 Bytes)
[#026] sha256:9ae51d61493c12bf50825701e04c02d299d01a2163ddf60acb68da3a58b79a62 - 0.0% (832 Bytes)
[#027] sha256:cbcd857ccf42bc90e664cb0c2536721d86ccb0578836c7fcaa74b97115b310e3 - 0.0% (857 Bytes)
Apply image 1909-KB4565483-amd64
2020-07-16 01:20:58 UTCcmd /S /C #(nop) ARG fromTag=1709
2020-07-16 01:20:59 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-KB4565483-amd64
2020-07-16 01:21:00 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-07-16 01:21:44 UTC|1 fromTag=1909-KB4565483-amd64 cmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2020-07-16 01:21:44 UTCcmd /S /C #(nop) USER ContainerUser
2020-07-16 01:22:02 UTCcmd /S /C #(nop) COPY dir:68028cb352ac636b8c7e297d0fe596cce2f9a5bc0e5acd06a2d0b97c059d340c in C:\Program Files\PowerShell
2020-07-16 01:22:46 UTC|1 fromTag=1909-KB4565483-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-16 01:22:47 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2020-08-03 16:15:16 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-08-07 10:47:06 UTCcmd /S /C #(nop) COPY file:40905c89ebeb689893224df574528d0a87cc76f3611c8ca684a9a802d7cd450f in \Windows\System32\
2020-08-07 10:47:06 UTCcmd /S /C #(nop) COPY multi:c7bc568dafcf1004fb5e7bc503225870bffc7cabf37c00538c79e521ac1c5684 in \Windows\
2020-08-07 10:47:07 UTCcmd /S /C #(nop) COPY dir:c0de291f8f78d9d493a1b6b38928748e390b958d81b00600ccea66b556303d4c in \etc\nginx
2020-08-07 10:47:08 UTCcmd /S /C #(nop) COPY multi:058f1d8d42c82d0fed6ad2a4ad56a57e380ac9ff73fc0150ec84795d3ba9f82d in \opt\cni\bin\
2020-08-07 10:47:09 UTCcmd /S /C #(nop) COPY file:a8ac644f252f522d5f94f4c29a585e3f99ae4141cfd3f73bd6816ac03929df91 in \opt\bin\
2020-08-07 10:47:10 UTCcmd /S /C #(nop) COPY dir:0f40db0dfa22483721e3097243b3b6283256a3d01fd4f8757a36b3a18315c56c in \share\kubelet-volumeplugins
2020-08-07 10:47:10 UTCcmd /S /C #(nop) COPY file:43624d171666e64b77e61c7f1bc07c8d8042502b989ec52b69f4ac62667c7f23 in \share\gce-patch\
2020-08-07 10:47:10 UTCcmd /S /C #(nop) COPY dir:0e091b4a45618ee5e0a3fdbf36ec9bf3f32176adcefc57aad240d792cd57c41e in \etc\confd\templates\
2020-08-07 10:47:11 UTCcmd /S /C #(nop) COPY dir:2e4532e0dcb87e2b51373fad8042d50a8ee8583f21892134532191fc727c666a in \etc\confd\conf.d\
2020-08-07 10:47:11 UTCcmd /S /C #(nop) COPY multi:5f3573c57e87e211becf19ee64c405d89cca91d9c54bcf84a26e974bf2589c78 in \usr\bin\
2020-08-07 10:47:11 UTCcmd /S /C #(nop) COPY multi:bf32b5613b6efe502e116f0c0150580801e14dae5fae9a33067da608263695e5 in \share\scripts\
2020-08-07 10:47:12 UTCcmd /S /C #(nop) VOLUME [c:/opt/rke-tools]
2020-08-07 10:47:12 UTCcmd /S /C #(nop) VOLUME [c:/run]
2020-08-07 10:47:12 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh.exe" "-NoLogo"]
2020-08-07 10:47:13 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-08-07T10:45:46Z
2020-08-07 10:47:13 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-08-07 10:47:13 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=f220fcaf8fc383c9015967ec250408ac63136857
2020-08-07 10:47:14 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rke-tools.git
2020-08-07 10:47:13 UTC
231 MB
C:\Users\ContainerAdministrator\AppData\Local
POWERSHELL_DISTRIBUTION_CHANNELPSDocker-NanoServer-1903-KB4565483-amd64
PSCORE\PowerShell\pwsh.exe
PSModuleAnalysisCachePath\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache
ProgramFilesC:\Program Files
WindowsPATHC:\Windows\system32;C:\Windows
[#000] sha256:f07c298b155a926cb3857f19bd243eb37ae8af769486fb258a756447b691840c - 42.44% (97.8 MB)
[#001] sha256:85dc5bae50db07b8fa949e89c7b8084ceb5a0591fd2adf24a9519e2088aa80fa - 0.0% (839 Bytes)
[#002] sha256:f95122a91d81aa783ee39e317611d151830c52ddaee9be1680601e91bd28c751 - 0.0% (872 Bytes)
[#003] sha256:6d8648258909989d58752c75373ad024bbc0c1b979c81c6536c514897341095e - 0.0% (814 Bytes)
[#004] sha256:f4046f0e3a002dbe1dc55dd558d2498e58e3d8aec4fbfe843ebb344f826ae4c8 - 0.03% (66.4 KB)
[#005] sha256:87d232d883c025c7cbc3d98a8cdce89a0c7f3c00d6c90695549168d6ae4a0145 - 0.0% (835 Bytes)
[#006] sha256:8ee8628acfa13ca11e5d6806c934127802c020997ecd8c39fe8b3aa4311c9d9f - 38.58% (88.9 MB)
[#007] sha256:1baa81237cb5370b50e8f174723775912d7e312d630c546d1aca2b0c12c95831 - 0.04% (95.4 KB)
[#008] sha256:18d2da9045305b24ffea375019167c50afe7644d397cc039a3b7bea8d6f9f707 - 0.0% (862 Bytes)
[#009] sha256:bfb5ca3837488115a58c58ddf564eb7ecd49a151b45077dd829b480ec93e4c2a - 0.0% (828 Bytes)
[#010] sha256:aece3e9293c46d2de6ab9db687bd8e64fa4007a8ebfcdc6be73548c95e22f0b0 - 0.02% (41.4 KB)
[#011] sha256:74c5160423ad9746cb5a1ffc2d9333c1efa0f7be798f9b56d647e5982aadba37 - 4.28% (9.88 MB)
[#012] sha256:642a77d284aa8bc5dccac4c67dac894ba699efef65a97f1f2189ccb0017c2a2e - 0.72% (1.66 MB)
[#013] sha256:0abcf90294586e263e1e97cbef49f51dd7a2a5f3e08fcf8a9f3eeda99b29fcb6 - 7.21% (16.6 MB)
[#014] sha256:349f48396e0cba2bf2e1da49d4420c7926dfc593a2d458a0aaa2a8fc2c50cdae - 6.58% (15.2 MB)
[#015] sha256:ade6af99fa9e0bc674a90a67b64226d094baabb1c9779dfee3be4c1c8eae1671 - 0.09% (209 KB)
[#016] sha256:5e3c29e496acf35abf5d1298968ee843f91413c8b9e0d8a08ff139f5bad88fe8 - 0.0% (8.07 KB)
[#017] sha256:419fc39fb8eb281609a96769da6525ad89c661fba6c67b16b8e817bad737df78 - 0.0% (1.46 KB)
[#018] sha256:11bd216c445c97b8bd0ffe0bd8b8370ce10db6a90f1707bf08d3ec4b74a04970 - 0.0% (1.34 KB)
[#019] sha256:1bbad3e3e1769c176591bb402f87547f0477a13fb4db791ea195d72d48d4aff9 - 0.0% (7.43 KB)
[#020] sha256:f9006265de2dec0af7c1b1613b35606d54e0a07512f38586fc70635af0055d33 - 0.0% (6.52 KB)
[#021] sha256:f4b512aba8f7868c435c08184ba7dff7107fe63ee5af0d24c67ff4d0b18360bd - 0.0% (824 Bytes)
[#022] sha256:af0cb701eb549bcf5f1bde14c6fd3727094847a337e7e624ea8f302328783dc7 - 0.0% (826 Bytes)
[#023] sha256:da0c2cbe742cd7a87f922613b9cf648712405c27b2ce9848bc014e115b117a9d - 0.0% (855 Bytes)
[#024] sha256:30aaae5cf4e7144426009cdb9b56665530fbf0e625fe98df87bb8322b7e22213 - 0.0% (854 Bytes)
[#025] sha256:0b9ee41aaf03576eb636be9749efaca83c0a7c9819a938bb4e933b24e5ca1073 - 0.0% (861 Bytes)
[#026] sha256:eb586d55a9ebcb1be0223ec682a660126a33cb6bafe8508c694f7966ef631a8d - 0.0% (832 Bytes)
[#027] sha256:37fa6663fe67b757d7f053439df6790953901a14742edb25ea0f6e5e3a8fce01 - 0.0% (833 Bytes)
Apply image 1903-KB4565483-amd64
2020-07-16 01:12:59 UTCcmd /S /C #(nop) ARG fromTag=1709
2020-07-16 01:12:59 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-KB4565483-amd64
2020-07-16 01:13:00 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-07-16 01:13:43 UTC|1 fromTag=1903-KB4565483-amd64 cmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2020-07-16 01:13:44 UTCcmd /S /C #(nop) USER ContainerUser
2020-07-16 01:14:04 UTCcmd /S /C #(nop) COPY dir:68028cb352ac636b8c7e297d0fe596cce2f9a5bc0e5acd06a2d0b97c059d340c in C:\Program Files\PowerShell
2020-07-16 01:14:43 UTC|1 fromTag=1903-KB4565483-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-16 01:14:43 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2020-08-03 16:15:05 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-08-07 10:47:05 UTCcmd /S /C #(nop) COPY file:40905c89ebeb689893224df574528d0a87cc76f3611c8ca684a9a802d7cd450f in \Windows\System32\
2020-08-07 10:47:06 UTCcmd /S /C #(nop) COPY multi:c7bc568dafcf1004fb5e7bc503225870bffc7cabf37c00538c79e521ac1c5684 in \Windows\
2020-08-07 10:47:07 UTCcmd /S /C #(nop) COPY dir:c0de291f8f78d9d493a1b6b38928748e390b958d81b00600ccea66b556303d4c in \etc\nginx
2020-08-07 10:47:07 UTCcmd /S /C #(nop) COPY multi:058f1d8d42c82d0fed6ad2a4ad56a57e380ac9ff73fc0150ec84795d3ba9f82d in \opt\cni\bin\
2020-08-07 10:47:09 UTCcmd /S /C #(nop) COPY file:a8ac644f252f522d5f94f4c29a585e3f99ae4141cfd3f73bd6816ac03929df91 in \opt\bin\
2020-08-07 10:47:09 UTCcmd /S /C #(nop) COPY dir:0f40db0dfa22483721e3097243b3b6283256a3d01fd4f8757a36b3a18315c56c in \share\kubelet-volumeplugins
2020-08-07 10:47:10 UTCcmd /S /C #(nop) COPY file:43624d171666e64b77e61c7f1bc07c8d8042502b989ec52b69f4ac62667c7f23 in \share\gce-patch\
2020-08-07 10:47:10 UTCcmd /S /C #(nop) COPY dir:0e091b4a45618ee5e0a3fdbf36ec9bf3f32176adcefc57aad240d792cd57c41e in \etc\confd\templates\
2020-08-07 10:47:10 UTCcmd /S /C #(nop) COPY dir:2e4532e0dcb87e2b51373fad8042d50a8ee8583f21892134532191fc727c666a in \etc\confd\conf.d\
2020-08-07 10:47:11 UTCcmd /S /C #(nop) COPY multi:5f3573c57e87e211becf19ee64c405d89cca91d9c54bcf84a26e974bf2589c78 in \usr\bin\
2020-08-07 10:47:11 UTCcmd /S /C #(nop) COPY multi:bf32b5613b6efe502e116f0c0150580801e14dae5fae9a33067da608263695e5 in \share\scripts\
2020-08-07 10:47:11 UTCcmd /S /C #(nop) VOLUME [c:/opt/rke-tools]
2020-08-07 10:47:12 UTCcmd /S /C #(nop) VOLUME [c:/run]
2020-08-07 10:47:12 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh.exe" "-NoLogo"]
2020-08-07 10:47:12 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-08-07T10:45:49Z
2020-08-07 10:47:13 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-08-07 10:47:13 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=f220fcaf8fc383c9015967ec250408ac63136857
2020-08-07 10:47:13 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rke-tools.git
2020-08-07 10:46:10 UTC
42.9 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 - 5.98% (2.56 MB)
[#001] sha256:9af333ee6136727de78e785c6d6d6aba9ae74a102edb8a343ddb8d635a5755d6 - 12.78% (5.48 MB)
[#002] sha256:68b566c01fa5f38ac071c05f5d265673876c270dc9928734302a8de3176fb55a - 1.37% (601 KB)
[#003] sha256:41a54583e1ce0d06bd0415feba2d27a26f6e062857c3a533354c58b3693211fa - 23.74% (10.2 MB)
[#004] sha256:fb143de307842920435072a102a775195be2c60e19d8fa7f573d88807c79c6fa - 0.0% (160 Bytes)
[#005] sha256:af5f514bb6b9e5ca0e0dabe54062ec9cb2620c9c8bf0138558297a1636317a04 - 33.58% (14.4 MB)
[#006] sha256:b680cde9fa7666546a305bef6905c01d8cbc324980c7574dde31ce2641d2a99d - 3.61% (1.55 MB)
[#007] sha256:516dc9bc6891d10f9e9de294e341a20904ff3e0d84aa0c61e987d86c67a2948b - 10.76% (4.61 MB)
[#008] sha256:56cacd442b4705dd341fc3fd06fd25ad9bcdee0c29792f22c0356c2d9d59d050 - 0.0% (442 Bytes)
[#009] sha256:8b44464f1a53f1a0d8d68518f1a4d4e7b13b75d06929f5797b83642c2098abff - 0.0% (277 Bytes)
[#010] sha256:2c80432ba33da3ff69563d5d113c8098c981dda8e5a46605def865e3b83d4fb7 - 0.0% (897 Bytes)
[#011] sha256:7eab1080d027cc0c9a9742747edea0cd0a52ac73807d6da07a0b57081d537016 - 0.01% (2.48 KB)
[#012] sha256:55bbbff6dce23a77ed508c231d0fbb062cae151c1a842c4ce0fb0633e58a7095 - 8.16% (3.5 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-08-07 10:45:57 UTC/bin/sh -c #(nop) LABEL maintainer=Rancher Labs <support@rancher.com>
2020-08-07 10:45:58 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2020-08-07 10:45:58 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-08-07 10:45:59 UTC|1 ARCH=arm64 /bin/sh -c apk -U --no-cache add bash && rm -f /bin/sh && ln -s /bin/bash /bin/sh
2020-08-07 10:46:02 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-08-07 10:46:02 UTC|1 ARCH=arm64 /bin/sh -c mkdir -p /opt/cni/bin
2020-08-07 10:46:04 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-08-07 10:46:05 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-08-07 10:46:05 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-08-07 10:46:07 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-08-07 10:46:07 UTC/bin/sh -c #(nop) COPY dir:1fa0e250ab3f00d19fa4d0b28a4ed2ca020a8fc82a15bd9e830a2772b3fbd8fd in /etc/confd/templates/
2020-08-07 10:46:07 UTC/bin/sh -c #(nop) COPY dir:0459a3816a50ad2a038015821c58d4a730723e9ef118d6d168a9730d9dbc6dca in /etc/confd/conf.d/
2020-08-07 10:46:08 UTC/bin/sh -c #(nop) COPY multi:51ed3ec74222ac2a438a9df330792e78e1c951fe070a696c3a664c99a5d7445c in /usr/bin/
2020-08-07 10:46:08 UTC/bin/sh -c #(nop) COPY multi:1e3030fac94c95639f44d341f086444c59cb8368c83117d13140ec71b2390a69 in /opt/rke-tools/
2020-08-07 10:46:08 UTC/bin/sh -c #(nop) COPY file:b5e5ba810ebef69e1c6543a88e62d2b84c2ef5b4c332c90f8f17fa964a93137d in /opt/rke-tools
2020-08-07 10:46:08 UTC/bin/sh -c #(nop) VOLUME [/opt/rke-tools]
2020-08-07 10:46:09 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2020-08-07 10:46:09 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-08-07T10:45:56Z
2020-08-07 10:46:09 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2020-08-07 10:46:09 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=f220fcaf8fc383c9015967ec250408ac63136857
2020-08-07 10:46:10 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.