2020-03-24 23:13:46 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:49a549e57947b60147a2fc640fcfcf0a23fdd928238ae2d323de66185b1e47aa - 1.27% (592 KB)
[#003] sha256:e01062d768c7c3c3e6c45f205efcb2eb72d25a763c8dd17d5767e91e24d17d75 - 24.59% (11.2 MB)
[#004] sha256:b0487ab6eb40aceb9eb51d008a0da42ff49b31796b165f5f99d03539c1125fac - 0.0% (161 Bytes)
[#005] sha256:f3001458019408d36cf86b1d2a3f3ffa9026d5e7d719ff3cbad2c16826039a9d - 34.02% (15.4 MB)
[#006] sha256:98c8b0c31483ddd77f1945faedd555ca8116fda17516aaebaf9c25de8c5dfd09 - 3.67% (1.67 MB)
[#007] sha256:c1e77720cbdcd9fd59362dfb5bdb95c2abf4a7164a78a88d8a8b5b7241207e9d - 10.84% (4.92 MB)
[#008] sha256:bd406434be7651fad1db429fa0daed5ac1799e05cac6683efabb38e951164fa6 - 0.0% (443 Bytes)
[#009] sha256:ca777280da97dc8484409f3466c60625412506508334c47c0e4230c735b5aaa1 - 0.0% (277 Bytes)
[#010] sha256:d7eee2167f0b02e25ff70fe1422690d1b75afa01f2e8f1c182a7e2aab09f7d6c - 0.0% (899 Bytes)
[#011] sha256:53992e499cb9562fd2616678cacf102f159052ecde4e7e9d052bf0aefa991c5d - 0.0% (2.32 KB)
[#012] sha256:55608d0a51c8bfcd46cf22793171fcccfe049aaca10e1a402689582b3f2351c2 - 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-03-24 23:13:34 UTC/bin/sh -c #(nop) LABEL maintainer=Rancher Labs <support@rancher.com>
2020-03-24 23:13:34 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2020-03-24 23:13:34 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-03-24 23:13:35 UTC|1 ARCH=amd64 /bin/sh -c apk -U --no-cache add bash && rm -f /bin/sh && ln -s /bin/bash /bin/sh
2020-03-24 23:13: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-03-24 23:13:38 UTC|1 ARCH=amd64 /bin/sh -c mkdir -p /opt/cni/bin
2020-03-24 23:13:40 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-03-24 23:13:41 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-03-24 23:13:41 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-03-24 23:13:43 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-03-24 23:13:43 UTC/bin/sh -c #(nop) COPY dir:1fa0e250ab3f00d19fa4d0b28a4ed2ca020a8fc82a15bd9e830a2772b3fbd8fd in /etc/confd/templates/
2020-03-24 23:13:43 UTC/bin/sh -c #(nop) COPY dir:0459a3816a50ad2a038015821c58d4a730723e9ef118d6d168a9730d9dbc6dca in /etc/confd/conf.d/
2020-03-24 23:13:44 UTC/bin/sh -c #(nop) COPY multi:51ed3ec74222ac2a438a9df330792e78e1c951fe070a696c3a664c99a5d7445c in /usr/bin/
2020-03-24 23:13:44 UTC/bin/sh -c #(nop) COPY multi:f272c32278e3e2ba1afe6f4f6d8c3da61cc54a0c8c1beb8d2ec94d58634460a2 in /opt/rke-tools/
2020-03-24 23:13:44 UTC/bin/sh -c #(nop) COPY file:7abec90430b31c11df93fa4c1e4ff1539e481945707ed6c7dc337836c26336ff in /opt/rke-tools
2020-03-24 23:13:44 UTC/bin/sh -c #(nop) VOLUME [/opt/rke-tools]
2020-03-24 23:13:45 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2020-03-24 23:13:45 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-03-24T23:13:32Z
2020-03-24 23:13:45 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2020-03-24 23:13:45 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=9854749ef95f4deaf5b6c8c107d03d57c75de0e5
2020-03-24 23:13:46 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rke-tools.git
2020-03-24 23:13:27 UTC
222 MB
C:\Users\ContainerAdministrator\AppData\Local
POWERSHELL_DISTRIBUTION_CHANNELPSDocker-NanoServer-1809-KB4546852-amd64
PSCORE\PowerShell\pwsh.exe
PSModuleAnalysisCachePath\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache
ProgramFilesC:\Program Files
WindowsPATHC:\Windows\system32;C:\Windows
[#000] sha256:a35da61c356213336e646756218539950461ff2bf096badf307a23add6e70053 - 43.44% (96.5 MB)
[#001] sha256:048f6e498f7b59f1797855e051a395d58eac4a0b5c916d3f3887c9b05b07febd - 0.0% (830 Bytes)
[#002] sha256:c0c24c2f64743f3b84849cab323b7b669ea64d290b47e0cc55779dd786348af6 - 0.0% (830 Bytes)
[#003] sha256:4d589d041f22561b12af92d61337b2536e0c3d9caf9f169b03f01e3f6bdf2dc7 - 0.0% (828 Bytes)
[#004] sha256:8552d53bd603db3e7f06cbd63b5c6b2632aa44a9682b47598480ed7e7d39d94b - 0.0% (823 Bytes)
[#005] sha256:52187205da6f62c7b66dd024c73cac23f7da39f6f0ffc740b7d060b8fb29086b - 0.0% (832 Bytes)
[#006] sha256:98bcb0f3ab3b7893a134c399b087ba18d174385c8fc27d56ca7a6e7e38bd3f72 - 0.0% (828 Bytes)
[#007] sha256:ccaa6017d3a8e30b45511558bf29296a0cc3c86b499817b218109d07d15ee41a - 0.03% (71 KB)
[#008] sha256:3248842623881064ac16f58b87cb053e295299720540361476f3498132f2f6cb - 0.0% (834 Bytes)
[#009] sha256:2c9ba36fd52b421c233b620fddebd0b383f1a8fd10704d29502a603b4aca5dda - 39.94% (88.7 MB)
[#010] sha256:f090bbb1e1cc0766deff614970f0bb126ddb763dc5c64ad96b8d8ffbdd7a4655 - 0.06% (139 KB)
[#011] sha256:6b5e76f2b7b6e791b9b59ca5314202989a625c80d88047afd99a84727f371949 - 0.0% (850 Bytes)
[#012] sha256:976b021b8de82d22551eda97fda6f6c5142c8e78fe339c0e620172513fd0cd8f - 0.0% (831 Bytes)
[#013] sha256:e0862003a17bf3003a0bfe4657284923c17925f8a612cf1ea188d988b4783fbc - 0.0% (828 Bytes)
[#014] sha256:d13a10b971a89f59ed55a8bf1b6a46615d0e63a5fe4e89475df55093772c8124 - 0.02% (41.4 KB)
[#015] sha256:5a1a171110a83877aeffec40817736d1fa3ab6896bb8e28be755cb4e62cd47ba - 4.45% (9.88 MB)
[#016] sha256:1dbc6ef75edb333b03359e65a7cb353d4deb4cc5470072234493a3b499a6e25b - 0.75% (1.66 MB)
[#017] sha256:7cdd4ecf8356bf699ea8c4a17fbd74cf2a776ec4a0fde64e35ffe95a881b1277 - 7.49% (16.6 MB)
[#018] sha256:c7f3d4c3badeb4b1134ece46a3e6e0edd417d50f03995c156dd4a8b992d5e24f - 3.72% (8.26 MB)
[#019] sha256:832332c93b750859a9349c709a5da7b2a1eb69eab5ae72ae3ba5ea59e2179305 - 0.09% (209 KB)
[#020] sha256:3e41fcac002bec83ba3174d093aed203fc4da1b3ea66ac9d85e4a24b11bfa94a - 0.0% (8.05 KB)
[#021] sha256:90b68b9d4b5603fcd68ee27de2b2340d832a687bc3702859b8292ffb42eba381 - 0.0% (1.45 KB)
[#022] sha256:f4b97eb5084f6a5206afe73ceab19e2e329adcfa04014d524a50b71f7790e2a8 - 0.0% (1.33 KB)
[#023] sha256:32690050798109cf683cc7bf74faa33b98e435d25b877b715f757868e34f2e41 - 0.0% (7.02 KB)
[#024] sha256:44faac1780a663f81038c77576c8b290620494a9908e3f4ad1005ac15af33afe - 0.0% (6.13 KB)
[#025] sha256:17f6c5188991ad136edd6a66b1c9a9dd3d21a9ef1de669a47b914a6d22e1a4a0 - 0.0% (830 Bytes)
[#026] sha256:225054049f0b7afcf1ea2c3e781d2ac321e0395313d32fc2b97a0df9696b04d1 - 0.0% (858 Bytes)
[#027] sha256:d6337ada8beb1172f5828122fcdf3d42cf408fe72f7677b62105502e3aa0bbb7 - 0.0% (831 Bytes)
[#028] sha256:e1fbca1c1f0f796b47fb9c0a3f8f7ca8e355bbaa76b83913ab1f77a8c66c4c11 - 0.0% (826 Bytes)
[#029] sha256:11e49d9caa1d382250e1876fb0699602c4bd8021a7e944e838980342b2ca6760 - 0.0% (830 Bytes)
[#030] sha256:d4c9c5f366441e9efc0228d6ac040748a9df5f078b76bb20aab6e587cde187f2 - 0.0% (832 Bytes)
[#031] sha256:b7a00e4abecf7320198b328c5d39e5c43f6b016eacf5c68265cbb66d9d229345 - 0.0% (824 Bytes)
Apply image 1809-KB4546852-amd64
2020-03-15 23:33:44 UTCcmd /S /C #(nop) ARG fromTag=1709
2020-03-15 23:33:45 UTCcmd /S /C #(nop) ARG VCS_REF=none
2020-03-15 23:33:47 UTCcmd /S /C #(nop) ARG PS_VERSION=7.0.0
2020-03-15 23:33:49 UTCcmd /S /C #(nop) ARG IMAGE_NAME=mcr.microsoft.com/powershell
2020-03-15 23:33: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-KB4546852-amd64
2020-03-15 23:33:51 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-03-15 23:34:17 UTC|4 IMAGE_NAME=mcr.microsoft.com/v7.0.0/powershell:7.0.0-nanoserver-1809 PS_VERSION=7.0.0 VCS_REF=e6bbf34 fromTag=1809-KB4546852-amd64 cmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2020-03-15 23:34:18 UTCcmd /S /C #(nop) USER ContainerUser
2020-03-15 23:34:37 UTCcmd /S /C #(nop) COPY dir:4642de7fb722aa7fe90337f64f1d33c353d0306e77e23b96584a1de9424d0ac2 in C:\Program Files\PowerShell
2020-03-15 23:35:10 UTC|4 IMAGE_NAME=mcr.microsoft.com/v7.0.0/powershell:7.0.0-nanoserver-1809 PS_VERSION=7.0.0 VCS_REF=e6bbf34 fromTag=1809-KB4546852-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-03-15 23:35:10 UTCcmd /S /C #(nop) LABEL maintainer=PowerShell Team <powershellteam@hotmail.com> readme.md=https://github.com/PowerShell/PowerShell/blob/master/docker/README.md description=This Dockerfile will install the latest release of PowerShell. org.label-schema.usage=https://github.com/PowerShell/PowerShell/tree/master/docker#run-the-docker-image-you-built org.label-schema.url=https://github.com/PowerShell/PowerShell/blob/master/docker/README.md org.label-schema.vcs-url=https://github.com/PowerShell/PowerShell-Docker org.label-schema.name=powershell org.label-schema.vcs-ref=e6bbf34 org.label-schema.vendor=PowerShell org.label-schema.version=7.0.0 org.label-schema.schema-version=1.0 org.label-schema.docker.cmd=docker run mcr.microsoft.com/v7.0.0/powershell:7.0.0-nanoserver-1809 pwsh -c '' org.label-schema.docker.cmd.devel=docker run mcr.microsoft.com/v7.0.0/powershell:7.0.0-nanoserver-1809 org.label-schema.docker.cmd.test=docker run mcr.microsoft.com/v7.0.0/powershell:7.0.0-nanoserver-1809 pwsh -c Invoke-Pester org.label-schema.docker.cmd.help=docker run mcr.microsoft.com/v7.0.0/powershell:7.0.0-nanoserver-1809 pwsh -c Get-Help
2020-03-15 23:35:11 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2020-03-22 11:33:12 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-03-24 23:13:19 UTCcmd /S /C #(nop) COPY file:7c80292bbdacca850f1c78ac775579f109a75cbe9ac1bb97343dd4ce682a68b3 in \Windows\System32\
2020-03-24 23:13:19 UTCcmd /S /C #(nop) COPY multi:c7bc568dafcf1004fb5e7bc503225870bffc7cabf37c00538c79e521ac1c5684 in \Windows\
2020-03-24 23:13:20 UTCcmd /S /C #(nop) COPY dir:c0de291f8f78d9d493a1b6b38928748e390b958d81b00600ccea66b556303d4c in \etc\nginx
2020-03-24 23:13:21 UTCcmd /S /C #(nop) COPY multi:058f1d8d42c82d0fed6ad2a4ad56a57e380ac9ff73fc0150ec84795d3ba9f82d in \opt\cni\bin\
2020-03-24 23:13:22 UTCcmd /S /C #(nop) COPY file:89fcfaba3ae82bb701610bdb83ac925252c85793e71c3784cf6e75cbebb9d82f in \opt\bin\
2020-03-24 23:13:22 UTCcmd /S /C #(nop) COPY dir:0f40db0dfa22483721e3097243b3b6283256a3d01fd4f8757a36b3a18315c56c in \share\kubelet-volumeplugins
2020-03-24 23:13:23 UTCcmd /S /C #(nop) COPY file:43624d171666e64b77e61c7f1bc07c8d8042502b989ec52b69f4ac62667c7f23 in \share\gce-patch\
2020-03-24 23:13:23 UTCcmd /S /C #(nop) COPY dir:0e091b4a45618ee5e0a3fdbf36ec9bf3f32176adcefc57aad240d792cd57c41e in \etc\confd\templates\
2020-03-24 23:13:24 UTCcmd /S /C #(nop) COPY dir:2e4532e0dcb87e2b51373fad8042d50a8ee8583f21892134532191fc727c666a in \etc\confd\conf.d\
2020-03-24 23:13:24 UTCcmd /S /C #(nop) COPY multi:8c0431277813d856e79e049eacce3d708690aa19ad52d81344f59fac76ded2df in \usr\bin\
2020-03-24 23:13:24 UTCcmd /S /C #(nop) COPY multi:c973fa89d33f10298a8d3c6424876dc893596272a266ae803d96c0389e77ae7e in \share\scripts\
2020-03-24 23:13:25 UTCcmd /S /C #(nop) VOLUME [c:/opt/rke-tools]
2020-03-24 23:13:25 UTCcmd /S /C #(nop) VOLUME [c:/run]
2020-03-24 23:13:25 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh.exe" "-NoLogo"]
2020-03-24 23:13:26 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-03-24T23:12:09Z
2020-03-24 23:13:26 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-03-24 23:13:26 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=9854749ef95f4deaf5b6c8c107d03d57c75de0e5
2020-03-24 23:13:27 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rke-tools.git
2020-03-24 23:13:26 UTC
224 MB
C:\Users\ContainerAdministrator\AppData\Local
POWERSHELL_DISTRIBUTION_CHANNELPSDocker-NanoServer-1903-KB4551762-amd64
PSCORE\PowerShell\pwsh.exe
PSModuleAnalysisCachePath\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache
ProgramFilesC:\Program Files
WindowsPATHC:\Windows\system32;C:\Windows
[#000] sha256:e0ecf8fc66f573c07a6804e90b60c0e8d997e0e80c6095777459721e6d8cbfa0 - 43.84% (98 MB)
[#001] sha256:9966d107d9239de1637c8e422ca1113997e182536f69fb5beec85b45de0260c2 - 0.0% (822 Bytes)
[#002] sha256:09a5a4625e2055317c152fd7621483cf75c966b4cb2be952a5edeacc1c3b0e68 - 0.0% (831 Bytes)
[#003] sha256:d5b7a6934c0aa8e2c08249a1394600ee693eb00c0e3029285a3cd1f0f84dfb35 - 0.0% (856 Bytes)
[#004] sha256:5607fe6789f678c2bb0373f9a0c313241daea49768d9d622528046887742ae6a - 0.0% (829 Bytes)
[#005] sha256:1e06af6f7c77ec4f7567818770c78883a5cc52ee81cd9332f1d693bf5fb360ea - 0.0% (824 Bytes)
[#006] sha256:d19e7ff0ad95701f1a89703a0a239e1203da8bc2091475c599eb9951bd46596f - 0.0% (853 Bytes)
[#007] sha256:2f43c6075e50f0b4aa1263adaf1ea8c4ddc09d20ce67d5504c7e6e6e62e67ad1 - 0.03% (65.3 KB)
[#008] sha256:7decf2ff5199d853f700abe4c8344dc2079f2e9c041690ef1e9ac57425cd91b3 - 0.0% (830 Bytes)
[#009] sha256:abd7f4cc106f8b3d7d22fd2135c028abb99246407b693b6a00bbb05735c86bbd - 39.66% (88.7 MB)
[#010] sha256:c964a7a3f21f180e8f11a8752081928fd6dfb4af86fefdb1cf576287b6e61783 - 0.06% (126 KB)
[#011] sha256:a3e8ffa39ed77b69cf44707b946412663172bf8f5d7457a4d64703235cee47c5 - 0.0% (831 Bytes)
[#012] sha256:6db82afdfcd8801fefc2c74aa564d0600539f4e0c647344f618163e6eedbdfe3 - 0.0% (811 Bytes)
[#013] sha256:118bcbe39cd1658fc486f23df2183ac76003661bda9a3a18b67056445bc73aa6 - 0.0% (882 Bytes)
[#014] sha256:487936ba942cf96d18425ac1fbde5188043405bc0485a974ee0128c878e2edb6 - 0.02% (41.4 KB)
[#015] sha256:49ec1349c73a66c43aa6277400a654fd26b106cb98c0a200c9500f7963c9e022 - 4.42% (9.88 MB)
[#016] sha256:797d6e23a71c6404283ff877aa3545d875ade88c5d947cc546ced7b4861e0188 - 0.74% (1.66 MB)
[#017] sha256:d1e95b31823725debb720b9022f9a977a65cefaa6fa22be5dfb4309712e5c18d - 7.43% (16.6 MB)
[#018] sha256:209b960a71e97754dadb3f3a3e3cecfe4247a024f04685d1fdbd68b09b135a0d - 3.69% (8.26 MB)
[#019] sha256:516f9e23f789ba954eb63f28f922843c4ddb28f878e03818eb34217c0a3b4e64 - 0.09% (209 KB)
[#020] sha256:16f0898e1f2f1c0601215c02eede2a3c5d6b61f94e9350b8943ae0436b3e0e15 - 0.0% (8.06 KB)
[#021] sha256:5fbfa1ac2e609e87bf8765fdb37303ace73d702f4199cdafb0af9315a8d47579 - 0.0% (1.56 KB)
[#022] sha256:a8d18bd895e1b497ff1f9eef23a915b020614e331e660fb4ab47596dba6907ef - 0.0% (1.35 KB)
[#023] sha256:e058e79da471f80fe376b17c14b6919f196fed7a84d03d3818f92f068b09966d - 0.0% (7.07 KB)
[#024] sha256:76c049e8f670a8838b6300267faa2a1e2a336a51140426098d83f071ca74409f - 0.0% (6.13 KB)
[#025] sha256:901bc98947047ce546a8ca23b94b0d0dfafc4a4d406af56bf09217662f4230f4 - 0.0% (827 Bytes)
[#026] sha256:f15ff5a2037e85968ade3d0259708b1295155ade38aa980bc6fbd4998206c89b - 0.0% (827 Bytes)
[#027] sha256:ef6da5c1581c84ec0e856a5b026773783a19ebb14b74b8d051259da69a763fb7 - 0.0% (827 Bytes)
[#028] sha256:e7830d5504574920d9c20f8f87fc85f835b384e40f6338cdba30969c35617cb6 - 0.0% (893 Bytes)
[#029] sha256:7e89e936b2d6a9452cce6f8af64a39fe2922112d4bfc0e905edb2c5e59a89d0b - 0.0% (827 Bytes)
[#030] sha256:142321ae75ce61a1bf5fab742ef0adab0dbb9550913ccfd84cdf04f797e3b6bf - 0.0% (828 Bytes)
[#031] sha256:ddeabeaf2f6d47786ea24be141a9eef55f725170e6f110cb987596cc626b001e - 0.0% (864 Bytes)
Apply image 1903-KB4551762-amd64
2020-03-15 23:40:17 UTCcmd /S /C #(nop) ARG fromTag=1709
2020-03-15 23:40:18 UTCcmd /S /C #(nop) ARG VCS_REF=none
2020-03-15 23:40:18 UTCcmd /S /C #(nop) ARG PS_VERSION=7.0.0
2020-03-15 23:40:19 UTCcmd /S /C #(nop) ARG IMAGE_NAME=mcr.microsoft.com/powershell
2020-03-15 23:40:19 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-KB4551762-amd64
2020-03-15 23:40:20 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-03-15 23:40:40 UTC|4 IMAGE_NAME=mcr.microsoft.com/v7.0.0/powershell:7.0.0-nanoserver-1903 PS_VERSION=7.0.0 VCS_REF=e6bbf34 fromTag=1903-KB4551762-amd64 cmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2020-03-15 23:40:40 UTCcmd /S /C #(nop) USER ContainerUser
2020-03-15 23:40:54 UTCcmd /S /C #(nop) COPY dir:4642de7fb722aa7fe90337f64f1d33c353d0306e77e23b96584a1de9424d0ac2 in C:\Program Files\PowerShell
2020-03-15 23:41:26 UTC|4 IMAGE_NAME=mcr.microsoft.com/v7.0.0/powershell:7.0.0-nanoserver-1903 PS_VERSION=7.0.0 VCS_REF=e6bbf34 fromTag=1903-KB4551762-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-03-15 23:41:27 UTCcmd /S /C #(nop) LABEL maintainer=PowerShell Team <powershellteam@hotmail.com> readme.md=https://github.com/PowerShell/PowerShell/blob/master/docker/README.md description=This Dockerfile will install the latest release of PowerShell. org.label-schema.usage=https://github.com/PowerShell/PowerShell/tree/master/docker#run-the-docker-image-you-built org.label-schema.url=https://github.com/PowerShell/PowerShell/blob/master/docker/README.md org.label-schema.vcs-url=https://github.com/PowerShell/PowerShell-Docker org.label-schema.name=powershell org.label-schema.vcs-ref=e6bbf34 org.label-schema.vendor=PowerShell org.label-schema.version=7.0.0 org.label-schema.schema-version=1.0 org.label-schema.docker.cmd=docker run mcr.microsoft.com/v7.0.0/powershell:7.0.0-nanoserver-1903 pwsh -c '' org.label-schema.docker.cmd.devel=docker run mcr.microsoft.com/v7.0.0/powershell:7.0.0-nanoserver-1903 org.label-schema.docker.cmd.test=docker run mcr.microsoft.com/v7.0.0/powershell:7.0.0-nanoserver-1903 pwsh -c Invoke-Pester org.label-schema.docker.cmd.help=docker run mcr.microsoft.com/v7.0.0/powershell:7.0.0-nanoserver-1903 pwsh -c Get-Help
2020-03-15 23:41:27 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2020-03-22 11:38:31 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-03-24 23:13:19 UTCcmd /S /C #(nop) COPY file:40905c89ebeb689893224df574528d0a87cc76f3611c8ca684a9a802d7cd450f in \Windows\System32\
2020-03-24 23:13:19 UTCcmd /S /C #(nop) COPY multi:c7bc568dafcf1004fb5e7bc503225870bffc7cabf37c00538c79e521ac1c5684 in \Windows\
2020-03-24 23:13:20 UTCcmd /S /C #(nop) COPY dir:c0de291f8f78d9d493a1b6b38928748e390b958d81b00600ccea66b556303d4c in \etc\nginx
2020-03-24 23:13:21 UTCcmd /S /C #(nop) COPY multi:058f1d8d42c82d0fed6ad2a4ad56a57e380ac9ff73fc0150ec84795d3ba9f82d in \opt\cni\bin\
2020-03-24 23:13:22 UTCcmd /S /C #(nop) COPY file:89fcfaba3ae82bb701610bdb83ac925252c85793e71c3784cf6e75cbebb9d82f in \opt\bin\
2020-03-24 23:13:22 UTCcmd /S /C #(nop) COPY dir:0f40db0dfa22483721e3097243b3b6283256a3d01fd4f8757a36b3a18315c56c in \share\kubelet-volumeplugins
2020-03-24 23:13:23 UTCcmd /S /C #(nop) COPY file:43624d171666e64b77e61c7f1bc07c8d8042502b989ec52b69f4ac62667c7f23 in \share\gce-patch\
2020-03-24 23:13:23 UTCcmd /S /C #(nop) COPY dir:0e091b4a45618ee5e0a3fdbf36ec9bf3f32176adcefc57aad240d792cd57c41e in \etc\confd\templates\
2020-03-24 23:13:23 UTCcmd /S /C #(nop) COPY dir:2e4532e0dcb87e2b51373fad8042d50a8ee8583f21892134532191fc727c666a in \etc\confd\conf.d\
2020-03-24 23:13:24 UTCcmd /S /C #(nop) COPY multi:8c0431277813d856e79e049eacce3d708690aa19ad52d81344f59fac76ded2df in \usr\bin\
2020-03-24 23:13:24 UTCcmd /S /C #(nop) COPY multi:c973fa89d33f10298a8d3c6424876dc893596272a266ae803d96c0389e77ae7e in \share\scripts\
2020-03-24 23:13:24 UTCcmd /S /C #(nop) VOLUME [c:/opt/rke-tools]
2020-03-24 23:13:25 UTCcmd /S /C #(nop) VOLUME [c:/run]
2020-03-24 23:13:25 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh.exe" "-NoLogo"]
2020-03-24 23:13:25 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-03-24T23:12:10Z
2020-03-24 23:13:26 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-03-24 23:13:26 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=9854749ef95f4deaf5b6c8c107d03d57c75de0e5
2020-03-24 23:13:26 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rke-tools.git
2020-03-24 23:12:57 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:c9f6b07a3e0fb2d161cd8cb125a01c65b90a8cdabbab886b84c28d2252de87f1 - 1.37% (601 KB)
[#003] sha256:fe802891cac8a91306f745b3df62a3108bf5b9d42f12da024bb1d05ba3687c87 - 23.84% (10.2 MB)
[#004] sha256:bb4bb05fc95742e3e480200de1e12c74f6775a0c19cf59b438a1b3ce2f012391 - 0.0% (160 Bytes)
[#005] sha256:5aaeb48c676644b64688d5d61606db0c86b7889ec223e004bf4e740ff0c4ae83 - 33.72% (14.4 MB)
[#006] sha256:11746184d6253d800ba026f13f0b052ebf430ad344dd5887b16a7343376582dd - 3.63% (1.55 MB)
[#007] sha256:7baf2005f2bbeed17c91bf5a59188c1921b912e5a57281ccdddc198319872a4c - 10.81% (4.61 MB)
[#008] sha256:56ba34fa41a91a213bcedf0f75a6d3ad293f8fc208445e13040835de74e87947 - 0.0% (440 Bytes)
[#009] sha256:09e52a94830d6acd41a87eed742d7d240b2960a9646c6cafab808d63c24ca25a - 0.0% (275 Bytes)
[#010] sha256:85a6617aab3173b064e1202103323789e302b8b6200fa74061f11aff85182ceb - 0.0% (899 Bytes)
[#011] sha256:ebba13670766f82e77317c7c09428d3e9f50f93f11f584d3640ff4278da356f3 - 0.01% (2.33 KB)
[#012] sha256:80cff3a156d4c0627dbf1fc6d1ea8a3c45cf91516c2b16058747524c85ed52d4 - 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-03-24 23:12:41 UTC/bin/sh -c #(nop) LABEL maintainer=Rancher Labs <support@rancher.com>
2020-03-24 23:12:41 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2020-03-24 23:12:41 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-03-24 23:12:43 UTC|1 ARCH=arm64 /bin/sh -c apk -U --no-cache add bash && rm -f /bin/sh && ln -s /bin/bash /bin/sh
2020-03-24 23:12:47 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-03-24 23:12:47 UTC|1 ARCH=arm64 /bin/sh -c mkdir -p /opt/cni/bin
2020-03-24 23:12:50 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-03-24 23:12:51 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-03-24 23:12:51 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-03-24 23:12:53 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-03-24 23:12:53 UTC/bin/sh -c #(nop) COPY dir:1fa0e250ab3f00d19fa4d0b28a4ed2ca020a8fc82a15bd9e830a2772b3fbd8fd in /etc/confd/templates/
2020-03-24 23:12:54 UTC/bin/sh -c #(nop) COPY dir:0459a3816a50ad2a038015821c58d4a730723e9ef118d6d168a9730d9dbc6dca in /etc/confd/conf.d/
2020-03-24 23:12:54 UTC/bin/sh -c #(nop) COPY multi:51ed3ec74222ac2a438a9df330792e78e1c951fe070a696c3a664c99a5d7445c in /usr/bin/
2020-03-24 23:12:54 UTC/bin/sh -c #(nop) COPY multi:f272c32278e3e2ba1afe6f4f6d8c3da61cc54a0c8c1beb8d2ec94d58634460a2 in /opt/rke-tools/
2020-03-24 23:12:55 UTC/bin/sh -c #(nop) COPY file:728760e7b5c72f2d80a30307161845e62fa2251b92a1dd168064c2031d3eea13 in /opt/rke-tools
2020-03-24 23:12:55 UTC/bin/sh -c #(nop) VOLUME [/opt/rke-tools]
2020-03-24 23:12:55 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2020-03-24 23:12:56 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-03-24T23:12:39Z
2020-03-24 23:12:56 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2020-03-24 23:12:56 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=9854749ef95f4deaf5b6c8c107d03d57c75de0e5
2020-03-24 23:12:57 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.