2020-08-11 22:21:47 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:858d6d662ca935ba2b24da3735c639dced52f3d77f6b08c78a527de057eb9064 - 1.27% (592 KB)
[#003] sha256:bc36fdc9203f5952006d04cb962377bbf48eea03ec4184158d5cb8ecbbebcdcd - 24.46% (11.2 MB)
[#004] sha256:fe092ce9ab51959a259e0f1d4bed1b3188af932d356b9720f329a4ab513496c6 - 0.0% (160 Bytes)
[#005] sha256:500bb5635914dca558eff2c1a2154e015a91b93e07f379aae730877dacfb0f73 - 33.86% (15.4 MB)
[#006] sha256:eee166d99239c92e95df4652f3645619f21f93817d584050bebf9132a549ddb1 - 3.65% (1.67 MB)
[#007] sha256:d2d32fe3942c8d586847bc508bdcd796928e9aea448726aa53c57f565663f680 - 10.78% (4.92 MB)
[#008] sha256:2fdb523e062cb5bd5007c3eb41c58e1d2df3af138b5f43cfd7dd8bacc5af10af - 0.0% (439 Bytes)
[#009] sha256:dfc44231935e647910fef556536858fef8391f983fc7998a6b5a9f7c1d09bf8b - 0.0% (273 Bytes)
[#010] sha256:c81efd01c9141a13ffde6304b7a901df23defdd72b4f61454b1f48fab04410ef - 0.0% (899 Bytes)
[#011] sha256:afdd4e167127ef94f139d2329605c295f96d55bc5b1fa0a2b533254a0aec6e18 - 0.01% (2.48 KB)
[#012] sha256:a1f12a7abb4595357ebb73e53d68765dc1806886b021ea2e04954d479b5230fe - 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-11 22:21:34 UTC/bin/sh -c #(nop) LABEL maintainer=Rancher Labs <support@rancher.com>
2020-08-11 22:21:35 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2020-08-11 22:21:35 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-11 22:21:36 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-11 22:21:38 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-11 22:21:39 UTC|1 ARCH=amd64 /bin/sh -c mkdir -p /opt/cni/bin
2020-08-11 22:21:41 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-11 22:21:42 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-11 22:21:43 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-11 22:21:44 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-11 22:21:44 UTC/bin/sh -c #(nop) COPY dir:1fa0e250ab3f00d19fa4d0b28a4ed2ca020a8fc82a15bd9e830a2772b3fbd8fd in /etc/confd/templates/
2020-08-11 22:21:44 UTC/bin/sh -c #(nop) COPY dir:0459a3816a50ad2a038015821c58d4a730723e9ef118d6d168a9730d9dbc6dca in /etc/confd/conf.d/
2020-08-11 22:21:45 UTC/bin/sh -c #(nop) COPY multi:51ed3ec74222ac2a438a9df330792e78e1c951fe070a696c3a664c99a5d7445c in /usr/bin/
2020-08-11 22:21:45 UTC/bin/sh -c #(nop) COPY multi:1e3030fac94c95639f44d341f086444c59cb8368c83117d13140ec71b2390a69 in /opt/rke-tools/
2020-08-11 22:21:45 UTC/bin/sh -c #(nop) COPY file:35d334667acacb147a37bc08a6195d4606952014de9bb4deac1b24141b12dbed in /opt/rke-tools
2020-08-11 22:21:46 UTC/bin/sh -c #(nop) VOLUME [/opt/rke-tools]
2020-08-11 22:21:46 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2020-08-11 22:21:46 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-08-11T22:21:33Z
2020-08-11 22:21:46 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2020-08-11 22:21:47 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=a23ff70c7a1ae0b8ec5c91bc56d51b0ad9f541ad
2020-08-11 22:21:47 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rke-tools.git
2020-08-11 22:22:35 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:4fa3f2914a762075fd5a234f10f5da19c0767ee60abe1c461db032735ac6ef5d - 0.0% (828 Bytes)
[#010] sha256:5ed99a8b8e059f25a570c0ffe83a9337245537c80501bf08da555481c7817e52 - 0.02% (41.4 KB)
[#011] sha256:3c74839262e481b059b02e16353ab2d6e7e80a2cdfed296fb79cbcf96867b73f - 4.31% (9.88 MB)
[#012] sha256:18daaf7c4a6a4b0bf29b35ade4beb317d0acccf40d63a3cda9cac3c728b76368 - 0.72% (1.66 MB)
[#013] sha256:342607164aa24c33e337d4417574a04957825e6213c9cc48fdf2d2d317290aaa - 7.26% (16.6 MB)
[#014] sha256:b6604e6831e949e9e4a0f8e90e1ff57520d56f57e0b7fd8d12589837d746980d - 6.62% (15.2 MB)
[#015] sha256:ff0ac56677ff005de379fbb122a53027fd09ca5cdfda4a8189f9f2cd259aafe5 - 0.09% (209 KB)
[#016] sha256:2e9c6f3d4076a89736b9dd3baa151f16fabad0957d7cf8855c3a0fc6fdaf06f3 - 0.0% (8.07 KB)
[#017] sha256:27bfcb28093947c8d79c5c8ecb8063f3c4a16d7d169fb2a59c117d89a09e0070 - 0.0% (1.5 KB)
[#018] sha256:740372cbdd8823c06fdc049c4c041c98289500d7d1f3e3edce8a15cf3fb75ea3 - 0.0% (1.33 KB)
[#019] sha256:cb48c735cdd57be05074cdcde97e4145423078ff76cee00e6a0d2ee3e20009b4 - 0.0% (7.6 KB)
[#020] sha256:7b7047c120352440d44d4a49e60337dd0008d5e9c9cf22603092ef6086bb33d5 - 0.0% (6.65 KB)
[#021] sha256:6b73000f2a4b9f7c75b1f2983a253ca1ddb380e379319f4b5975bc8a662f13c2 - 0.0% (828 Bytes)
[#022] sha256:e60fb2d6c099b3920b88e80878168a30633543a1300a38bbd04391505d63835f - 0.0% (832 Bytes)
[#023] sha256:f1700a39db6987f314a282527c4a619276568edf4556b763202d08195a673513 - 0.0% (831 Bytes)
[#024] sha256:05f298dbf238a5f35748c085b4908ef0831a2efd49f42110c6415cb9d94daa53 - 0.0% (833 Bytes)
[#025] sha256:930d1a418c3d186219c5aab5be212b673bd03656994fb626fe971e8c764a53e8 - 0.0% (826 Bytes)
[#026] sha256:dd70611b5380aefd19ff490cc481fdc90dcb2e77310c65f04bc66b41142a4206 - 0.0% (829 Bytes)
[#027] sha256:50c5e4e06ff78ac31496067ec036b99c7b0bd91c768edc4c127032b6986a39d3 - 0.0% (831 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-09 19:21:53 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-08-10 23:49:30 UTCcmd /S /C #(nop) COPY file:7c80292bbdacca850f1c78ac775579f109a75cbe9ac1bb97343dd4ce682a68b3 in \Windows\System32\
2020-08-10 23:49:31 UTCcmd /S /C #(nop) COPY multi:c7bc568dafcf1004fb5e7bc503225870bffc7cabf37c00538c79e521ac1c5684 in \Windows\
2020-08-10 23:49:32 UTCcmd /S /C #(nop) COPY dir:c0de291f8f78d9d493a1b6b38928748e390b958d81b00600ccea66b556303d4c in \etc\nginx
2020-08-10 23:49:33 UTCcmd /S /C #(nop) COPY multi:058f1d8d42c82d0fed6ad2a4ad56a57e380ac9ff73fc0150ec84795d3ba9f82d in \opt\cni\bin\
2020-08-10 23:49:34 UTCcmd /S /C #(nop) COPY file:a8ac644f252f522d5f94f4c29a585e3f99ae4141cfd3f73bd6816ac03929df91 in \opt\bin\
2020-08-10 23:49:35 UTCcmd /S /C #(nop) COPY dir:0f40db0dfa22483721e3097243b3b6283256a3d01fd4f8757a36b3a18315c56c in \share\kubelet-volumeplugins
2020-08-10 23:49:36 UTCcmd /S /C #(nop) COPY file:43624d171666e64b77e61c7f1bc07c8d8042502b989ec52b69f4ac62667c7f23 in \share\gce-patch\
2020-08-10 23:49:36 UTCcmd /S /C #(nop) COPY dir:0e091b4a45618ee5e0a3fdbf36ec9bf3f32176adcefc57aad240d792cd57c41e in \etc\confd\templates\
2020-08-10 23:49:36 UTCcmd /S /C #(nop) COPY dir:2e4532e0dcb87e2b51373fad8042d50a8ee8583f21892134532191fc727c666a in \etc\confd\conf.d\
2020-08-11 22:22:32 UTCcmd /S /C #(nop) COPY multi:6a81f0f0024b9764c0b6929ff33ed0f0337a580bb808e11f8489731c63ff970a in \usr\bin\
2020-08-11 22:22:32 UTCcmd /S /C #(nop) COPY multi:a7f9a3d95a068082c96553fd96557ecab1d4a5224a16697a2d0ba17e7ff4d7e8 in \share\scripts\
2020-08-11 22:22:33 UTCcmd /S /C #(nop) VOLUME [c:/opt/rke-tools]
2020-08-11 22:22:33 UTCcmd /S /C #(nop) VOLUME [c:/run]
2020-08-11 22:22:33 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh.exe" "-NoLogo"]
2020-08-11 22:22:34 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-08-11T22:21:13Z
2020-08-11 22:22:34 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-08-11 22:22:34 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=a23ff70c7a1ae0b8ec5c91bc56d51b0ad9f541ad
2020-08-11 22:22:35 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rke-tools.git
2020-08-11 22:22:33 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:5afabb38add82ac6c6ec5278c4c6ea92679666a8607dfbe6f9ecaa096f9e1b34 - 0.0% (831 Bytes)
[#010] sha256:a973e7de0456c8137395c8abb2b8c51125c1ce70db77da2036c4941f6cc4f286 - 0.02% (41.4 KB)
[#011] sha256:dd17ff483ab76ab59dd50e29e1e23336ce1a6995ac382509edc0c57aecd3cda7 - 4.28% (9.88 MB)
[#012] sha256:399d1e4901076ca6ca2f0737fa4fd275cf787e1d3e44f36c5dd08d0322859ce9 - 0.72% (1.66 MB)
[#013] sha256:ee058d3b50c3be5ee9a49be32759c038fd7c13bc41688ff97cf315c4ff434853 - 7.21% (16.6 MB)
[#014] sha256:c0a979ae345eb25a90291449169f532549fff7e25e96adba4547928bd7eb3184 - 6.58% (15.2 MB)
[#015] sha256:55faa787412da7b2bf3c0fab896c5475192de396f9b3e55c1eb3d40b7eee3ca3 - 0.09% (209 KB)
[#016] sha256:59c4cbce1abf84456ae6e32356772263b25c66c8a9643dbd363e4a6dfe287b70 - 0.0% (8.07 KB)
[#017] sha256:7cab275c0d8a4a9fe46159afdd21164acba60f2cdcd11fe5ef9f05996a7153c3 - 0.0% (1.48 KB)
[#018] sha256:c460891171a3c4ca218f6c53aca977e7a5acf0eaf27f5a016735afbda291e0f8 - 0.0% (1.38 KB)
[#019] sha256:1496e019768f0f0599441096b5c61bb4efb8cd13770105cd5f0446b3f8b9d32c - 0.0% (7.62 KB)
[#020] sha256:1d997b4cec74cfb3b3b1cdb0517e47818cb293826ffdd98bcefb489d50bcb2c2 - 0.0% (6.62 KB)
[#021] sha256:461865e6a0a3326002344ff7e9fc548dfd0532a68504da718346fbf9a04e7657 - 0.0% (830 Bytes)
[#022] sha256:6c1af48aac1cfaac12a80b14d2383569de30a4403d452d884430de745d1933a1 - 0.0% (834 Bytes)
[#023] sha256:fcb2c0c61296c36026a32a6280be860950c96e0106a7de6ec70ca79d7b443dc4 - 0.0% (850 Bytes)
[#024] sha256:b8283f7c4d72a67db4e6d1985e71d96ca48f15484850281f36a102c74bc261e1 - 0.0% (858 Bytes)
[#025] sha256:460dcb547a666b6e305b59b6e2636d5fe220c8d674c0339c4f462e4e83f9e1c4 - 0.0% (854 Bytes)
[#026] sha256:c0c8c13a730419d9f5354e5cacd31011d72fc0dc6d28cde54880103929410c90 - 0.0% (830 Bytes)
[#027] sha256:95c39ae01536506b78fc7f501229a6bd42f856fb6dbe5962782172ff8fd79e42 - 0.0% (830 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-09 19:23:52 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-08-10 23:49:27 UTCcmd /S /C #(nop) COPY file:40905c89ebeb689893224df574528d0a87cc76f3611c8ca684a9a802d7cd450f in \Windows\System32\
2020-08-10 23:49:27 UTCcmd /S /C #(nop) COPY multi:c7bc568dafcf1004fb5e7bc503225870bffc7cabf37c00538c79e521ac1c5684 in \Windows\
2020-08-10 23:49:28 UTCcmd /S /C #(nop) COPY dir:c0de291f8f78d9d493a1b6b38928748e390b958d81b00600ccea66b556303d4c in \etc\nginx
2020-08-10 23:49:29 UTCcmd /S /C #(nop) COPY multi:058f1d8d42c82d0fed6ad2a4ad56a57e380ac9ff73fc0150ec84795d3ba9f82d in \opt\cni\bin\
2020-08-10 23:49:30 UTCcmd /S /C #(nop) COPY file:a8ac644f252f522d5f94f4c29a585e3f99ae4141cfd3f73bd6816ac03929df91 in \opt\bin\
2020-08-10 23:49:31 UTCcmd /S /C #(nop) COPY dir:0f40db0dfa22483721e3097243b3b6283256a3d01fd4f8757a36b3a18315c56c in \share\kubelet-volumeplugins
2020-08-10 23:49:31 UTCcmd /S /C #(nop) COPY file:43624d171666e64b77e61c7f1bc07c8d8042502b989ec52b69f4ac62667c7f23 in \share\gce-patch\
2020-08-10 23:49:31 UTCcmd /S /C #(nop) COPY dir:0e091b4a45618ee5e0a3fdbf36ec9bf3f32176adcefc57aad240d792cd57c41e in \etc\confd\templates\
2020-08-10 23:49:32 UTCcmd /S /C #(nop) COPY dir:2e4532e0dcb87e2b51373fad8042d50a8ee8583f21892134532191fc727c666a in \etc\confd\conf.d\
2020-08-11 22:22:31 UTCcmd /S /C #(nop) COPY multi:6a81f0f0024b9764c0b6929ff33ed0f0337a580bb808e11f8489731c63ff970a in \usr\bin\
2020-08-11 22:22:31 UTCcmd /S /C #(nop) COPY multi:a7f9a3d95a068082c96553fd96557ecab1d4a5224a16697a2d0ba17e7ff4d7e8 in \share\scripts\
2020-08-11 22:22:31 UTCcmd /S /C #(nop) VOLUME [c:/opt/rke-tools]
2020-08-11 22:22:32 UTCcmd /S /C #(nop) VOLUME [c:/run]
2020-08-11 22:22:32 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh.exe" "-NoLogo"]
2020-08-11 22:22:32 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-08-11T22:21:13Z
2020-08-11 22:22:33 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-08-11 22:22:33 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=a23ff70c7a1ae0b8ec5c91bc56d51b0ad9f541ad
2020-08-11 22:22:33 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rke-tools.git
2020-08-11 22:22:33 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:5c83bf86b8aed38c9fa3b6c71e2cb55f34e9a8485a1ce10bc0457818b6dff31f - 0.0% (829 Bytes)
[#010] sha256:ca00c756be4717f874c8c67a1ddd454d7d07b8cb90856769a8a0502cab61fd24 - 0.02% (41.4 KB)
[#011] sha256:ad0773bb63e3b97bb91e722a417ebae291ca50c39f8ed862f599e908b5ef7960 - 4.28% (9.88 MB)
[#012] sha256:940afedd64da8b66d8ee33b325b37553c25d3a02b7dcb84cbd9cd7f1fbef1e41 - 0.72% (1.66 MB)
[#013] sha256:3be532f085407f46f0a59e02cc0c26e4a86c9bd52b619af1475966622630f34d - 7.21% (16.6 MB)
[#014] sha256:960f8bcdaab861f8a12b544a5955b5ea46db18720b53dce74dd84138541a68f5 - 6.58% (15.2 MB)
[#015] sha256:d8ee7fb9988efba629afa4594af626abc56066a44ad229f5f3f900f8dbec5b04 - 0.09% (209 KB)
[#016] sha256:53a56506f4cf647d98850869ae9d61c08fa3c4892d03205795284e521924d864 - 0.0% (8.06 KB)
[#017] sha256:6c47942de06a6460cc8f1b350db9a07db162ea2718f8b6850f33eda1a7ecb049 - 0.0% (1.48 KB)
[#018] sha256:379f70ce2a05faf101333f7ccd4c5102106153965d92de6dec388bdde3f9fe53 - 0.0% (1.33 KB)
[#019] sha256:a5a8ec68f8daef4dfc931a3a73bc01f5a26eaf7604423a8f827cdac541e09ebe - 0.0% (7.58 KB)
[#020] sha256:56380693e1ba9deee75a635dd67083ac6f785bbcd854272d2eef59d851226cd4 - 0.0% (6.64 KB)
[#021] sha256:71c4c7ceeddcc1b09cc75160d510243ffdcbca06c8c1d5a349d0dc14b1dcc24c - 0.0% (829 Bytes)
[#022] sha256:42568bf395a272b6832970edee19858cfa2843ad4a4c7f863b0d2aa9cbb4d555 - 0.0% (852 Bytes)
[#023] sha256:38f49723e4ab0989a1705264a9d7edc76d30ae8f46f3391065a874e0fa61c3fe - 0.0% (830 Bytes)
[#024] sha256:d13e3e1bd7be632f6f4a743d144a73be3a771a153e1e6a1d99872a1cacf70000 - 0.0% (828 Bytes)
[#025] sha256:d9163065fa322aa8794f4baa77216b68bcbbdb71a7369c600f02cf5b48a87f44 - 0.0% (850 Bytes)
[#026] sha256:f0def41737a5757703d0dc6f136d48822d86ebaabcda9a056c8c549dde03d967 - 0.0% (831 Bytes)
[#027] sha256:589e021ef5e217d04a63d8e7382fea9f0345ac9bdd1d9ee9f8c3ec844f7340ee - 0.0% (828 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-09 19:23:15 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-08-10 23:49:28 UTCcmd /S /C #(nop) COPY file:40905c89ebeb689893224df574528d0a87cc76f3611c8ca684a9a802d7cd450f in \Windows\System32\
2020-08-10 23:49:29 UTCcmd /S /C #(nop) COPY multi:c7bc568dafcf1004fb5e7bc503225870bffc7cabf37c00538c79e521ac1c5684 in \Windows\
2020-08-10 23:49:29 UTCcmd /S /C #(nop) COPY dir:c0de291f8f78d9d493a1b6b38928748e390b958d81b00600ccea66b556303d4c in \etc\nginx
2020-08-10 23:49:30 UTCcmd /S /C #(nop) COPY multi:058f1d8d42c82d0fed6ad2a4ad56a57e380ac9ff73fc0150ec84795d3ba9f82d in \opt\cni\bin\
2020-08-10 23:49:31 UTCcmd /S /C #(nop) COPY file:a8ac644f252f522d5f94f4c29a585e3f99ae4141cfd3f73bd6816ac03929df91 in \opt\bin\
2020-08-10 23:49:32 UTCcmd /S /C #(nop) COPY dir:0f40db0dfa22483721e3097243b3b6283256a3d01fd4f8757a36b3a18315c56c in \share\kubelet-volumeplugins
2020-08-10 23:49:32 UTCcmd /S /C #(nop) COPY file:43624d171666e64b77e61c7f1bc07c8d8042502b989ec52b69f4ac62667c7f23 in \share\gce-patch\
2020-08-10 23:49:32 UTCcmd /S /C #(nop) COPY dir:0e091b4a45618ee5e0a3fdbf36ec9bf3f32176adcefc57aad240d792cd57c41e in \etc\confd\templates\
2020-08-10 23:49:33 UTCcmd /S /C #(nop) COPY dir:2e4532e0dcb87e2b51373fad8042d50a8ee8583f21892134532191fc727c666a in \etc\confd\conf.d\
2020-08-11 22:22:31 UTCcmd /S /C #(nop) COPY multi:6a81f0f0024b9764c0b6929ff33ed0f0337a580bb808e11f8489731c63ff970a in \usr\bin\
2020-08-11 22:22:31 UTCcmd /S /C #(nop) COPY multi:a7f9a3d95a068082c96553fd96557ecab1d4a5224a16697a2d0ba17e7ff4d7e8 in \share\scripts\
2020-08-11 22:22:31 UTCcmd /S /C #(nop) VOLUME [c:/opt/rke-tools]
2020-08-11 22:22:32 UTCcmd /S /C #(nop) VOLUME [c:/run]
2020-08-11 22:22:32 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh.exe" "-NoLogo"]
2020-08-11 22:22:32 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-08-11T22:21:14Z
2020-08-11 22:22:33 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-08-11 22:22:33 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=a23ff70c7a1ae0b8ec5c91bc56d51b0ad9f541ad
2020-08-11 22:22:33 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rke-tools.git
2020-08-11 22:21:42 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:8e3973965109129866a60c6ff8f78e8ff6131d1e5912162eb7815140efe49f11 - 1.37% (601 KB)
[#003] sha256:a8befaf51b20e22c5c5916afa089ac18ba6a33203eb5e124449bd3792be76d00 - 23.74% (10.2 MB)
[#004] sha256:135fe5ceac134600da92d4f6c55c4c18fbfd64a2610e189e2edfaeaca5f48adc - 0.0% (160 Bytes)
[#005] sha256:fccfb61c9407970d859a3ab7ed53e8d28b6299801f35bf5db1173518c345041f - 33.58% (14.4 MB)
[#006] sha256:d0ac4e3997840fa576349c119f3dc612e8ac3e241a4ceaa7e871bc233694c756 - 3.61% (1.55 MB)
[#007] sha256:948678e05099f09d159801d8e13f4e594facaa79044460dab45f6e63bdf69ec3 - 10.76% (4.61 MB)
[#008] sha256:0785c3dad03de6594d52e1852d26c33b0db3992d42c30c53380b18a63409f2e6 - 0.0% (439 Bytes)
[#009] sha256:701b2be11b92c8835893955d566de826dde945185886f303b3595a1d5e488517 - 0.0% (274 Bytes)
[#010] sha256:4752a04fbba1a187d8e0a8279890b544c6a9ee050fb1b9dabc6f860e42fb1c07 - 0.0% (898 Bytes)
[#011] sha256:0213b0231dda8355e80d44e0402214d64f0397dfb53e5938841c201c077203f9 - 0.01% (2.48 KB)
[#012] sha256:6f1348f3d155804423317f18e09602c89684a2174d769e91d8aa5b50c3fbb44f - 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-11 22:21:29 UTC/bin/sh -c #(nop) LABEL maintainer=Rancher Labs <support@rancher.com>
2020-08-11 22:21:29 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2020-08-11 22:21:29 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-11 22:21:30 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-11 22:21:34 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-11 22:21:34 UTC|1 ARCH=arm64 /bin/sh -c mkdir -p /opt/cni/bin
2020-08-11 22:21:36 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-11 22:21:37 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-11 22:21:38 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-11 22:21:39 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-11 22:21:39 UTC/bin/sh -c #(nop) COPY dir:1fa0e250ab3f00d19fa4d0b28a4ed2ca020a8fc82a15bd9e830a2772b3fbd8fd in /etc/confd/templates/
2020-08-11 22:21:40 UTC/bin/sh -c #(nop) COPY dir:0459a3816a50ad2a038015821c58d4a730723e9ef118d6d168a9730d9dbc6dca in /etc/confd/conf.d/
2020-08-11 22:21:40 UTC/bin/sh -c #(nop) COPY multi:51ed3ec74222ac2a438a9df330792e78e1c951fe070a696c3a664c99a5d7445c in /usr/bin/
2020-08-11 22:21:40 UTC/bin/sh -c #(nop) COPY multi:1e3030fac94c95639f44d341f086444c59cb8368c83117d13140ec71b2390a69 in /opt/rke-tools/
2020-08-11 22:21:40 UTC/bin/sh -c #(nop) COPY file:1ff9b075e3d5aac015ea406ac94a47470b294d277efd00a0c9dbf69a1427306d in /opt/rke-tools
2020-08-11 22:21:41 UTC/bin/sh -c #(nop) VOLUME [/opt/rke-tools]
2020-08-11 22:21:41 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2020-08-11 22:21:41 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-08-11T22:21:27Z
2020-08-11 22:21:41 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2020-08-11 22:21:42 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=a23ff70c7a1ae0b8ec5c91bc56d51b0ad9f541ad
2020-08-11 22:21:42 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.