2020-03-27 16:57:29 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:9656dc0f58725d76e43446f1ed186938043463420c63e29b91b5f200a69b30f0 - 1.27% (592 KB)
[#003] sha256:01e963286a38fe1934ce7ae6745919c9be7f95fb2b2f931ee9cdde5d861d9049 - 24.59% (11.2 MB)
[#004] sha256:4349f6972f857fa5ef7e4aec5949a8d631b82c11d140b6e588621bd122d838d0 - 0.0% (161 Bytes)
[#005] sha256:130ec3de608f6106be95dec8c5dc37dc48cfb2884d36e0193ae9f27dd07e7028 - 34.02% (15.4 MB)
[#006] sha256:6bc84ceaa0df5d6fe8633f05257ad0559e8345ba1687590bf109edaa644fa88f - 3.67% (1.67 MB)
[#007] sha256:01a32de9f6718ff646236584164664f47a8d12b27280104fad66c116babd7d64 - 10.84% (4.92 MB)
[#008] sha256:f2cd8bdf58fafd635960fcd64b329a87af32637a628652681d2b44e7862c1e1c - 0.0% (439 Bytes)
[#009] sha256:8b79f4e98cc86f280761c77c84a64cca621473969cd187edba976bab450f1dec - 0.0% (274 Bytes)
[#010] sha256:1d2690bba6cb54f44506eb186ff4474219fae4a8aef4cd0da425518df8ee479a - 0.0% (897 Bytes)
[#011] sha256:d631e33dc543c755266ef91fbc8703197193b6ff3bad85ac2d4328cbc2cf62a1 - 0.01% (2.44 KB)
[#012] sha256:48c5b985ec07e5d7496232bf732d69d3084027627ededf9c042b89f696621372 - 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-27 16:57:15 UTC/bin/sh -c #(nop) LABEL maintainer=Rancher Labs <support@rancher.com>
2020-03-27 16:57:15 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2020-03-27 16:57:16 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-27 16:57:17 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-27 16:57:20 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-27 16:57:21 UTC|1 ARCH=amd64 /bin/sh -c mkdir -p /opt/cni/bin
2020-03-27 16:57:23 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-27 16:57:24 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-27 16:57:24 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-27 16:57:26 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-27 16:57:26 UTC/bin/sh -c #(nop) COPY dir:1fa0e250ab3f00d19fa4d0b28a4ed2ca020a8fc82a15bd9e830a2772b3fbd8fd in /etc/confd/templates/
2020-03-27 16:57:27 UTC/bin/sh -c #(nop) COPY dir:0459a3816a50ad2a038015821c58d4a730723e9ef118d6d168a9730d9dbc6dca in /etc/confd/conf.d/
2020-03-27 16:57:27 UTC/bin/sh -c #(nop) COPY multi:51ed3ec74222ac2a438a9df330792e78e1c951fe070a696c3a664c99a5d7445c in /usr/bin/
2020-03-27 16:57:27 UTC/bin/sh -c #(nop) COPY multi:f8b527588b90548e4896c6d7d282d58cd84deb816baa95d514d12b79f09d137f in /opt/rke-tools/
2020-03-27 16:57:28 UTC/bin/sh -c #(nop) COPY file:854e27ee850682c803cb0f4731427b7af4e88f94af7c57c37f4bed999e7d6c46 in /opt/rke-tools
2020-03-27 16:57:28 UTC/bin/sh -c #(nop) VOLUME [/opt/rke-tools]
2020-03-27 16:57:28 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2020-03-27 16:57:28 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-03-27T16:57:13Z
2020-03-27 16:57:29 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2020-03-27 16:57:29 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=1e4bb970076c3c1270d78ef457706244a49b6bf8
2020-03-27 16:57:29 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rke-tools.git
2020-03-27 16:58:10 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.45% (96.5 MB)
[#001] sha256:8cd94eaaf04f7858206f86756e247316081061de5f804a27ae6dc4d03df8fb16 - 0.0% (827 Bytes)
[#002] sha256:86408ab5a409bad4d3c51c15ecdaa72d4da337b8a1a918a99b89901bfe50fe55 - 0.0% (826 Bytes)
[#003] sha256:48c9c57049b8277271a29555a4e45785210d94330a1e38d765b4f27d4d6202e2 - 0.0% (853 Bytes)
[#004] sha256:ade21c1de9850b01435d82fded9274c27b1ff38151362e072633aeb018b2fca1 - 0.0% (829 Bytes)
[#005] sha256:d7b213c0265f40f8914047b1137a6a1b646efd2a0db282188f1e9fca3896e9a1 - 0.0% (829 Bytes)
[#006] sha256:133caf4a21f52ae42576f4987e7378c555d60adc1bd77d1522a91737076df8d7 - 0.0% (831 Bytes)
[#007] sha256:d0023d70bfdee40510a760c56214deeb85dfce777c3e5c7a0dae86d538ecc816 - 0.03% (65.6 KB)
[#008] sha256:1054a3912b23e1bc1f9ac79c401697ccc9312f6adb0e6fe5ce589bd1aa8f33fa - 0.0% (831 Bytes)
[#009] sha256:47da863d3969a69407532b4bab0b9b3f0ac14e85fdfc5108a16c5c87880f7ddb - 39.94% (88.7 MB)
[#010] sha256:620acb95944b19bd7e6eed46a7376c7ddfb02f66507f57163fdaa5fe1a6d5086 - 0.06% (126 KB)
[#011] sha256:0d83d24c4a4ef35f8758c94c540991c02a11b9441e5d12148b4c34f6b26b3ab5 - 0.0% (855 Bytes)
[#012] sha256:d99b8e67d11f0aa56d16f201e8156c1097d3d856a86a08eb66ec4187c21892fc - 0.0% (828 Bytes)
[#013] sha256:8b4eaa37a028523c5132b527cd915f5a9454a38187a3b295cf52e3dc32a2047a - 0.0% (827 Bytes)
[#014] sha256:6c9416332e79fa7f85f3772b70c7e349d5caa954acf9e4624cff34551551b65e - 0.02% (41.4 KB)
[#015] sha256:571967acf62b56253d183f2fb1961a6305c9ba8802cfaf1ebe9692695d0b2900 - 4.45% (9.88 MB)
[#016] sha256:34ab32c0341edef4fc801049adb44413a88226e1d07bbb7d42cb43c98bcc32a9 - 0.75% (1.66 MB)
[#017] sha256:5f519cb0c62d738e328f7ac144956b8c6203ee198661f3c1c0e7a108bca232ec - 7.49% (16.6 MB)
[#018] sha256:904a811fa8d639fb295e6031771f7a24016caed97c0d90f7a89654c6d1f4f312 - 3.72% (8.26 MB)
[#019] sha256:5cb4f54ba7c9986079b82a21a919c7554fdaee8cf9244f8bd4573bde89754802 - 0.09% (209 KB)
[#020] sha256:b5011ecedc30f6b21071a0514469a291985e7fcfce34f8dd7c666881da8e59b3 - 0.0% (8.09 KB)
[#021] sha256:25cf0806b606c277877d70e92e6bb27ab7169061ce5c53ae830ca1fc14d5e8f7 - 0.0% (1.47 KB)
[#022] sha256:959804d1bd295d040039973ab97115f4250a2da8f279fa5206a8c3337688e5fc - 0.0% (1.32 KB)
[#023] sha256:37e5d5d3c13626cf5c0a61b736b3e2f0df290b68e340553beb324be74f19123d - 0.0% (7.21 KB)
[#024] sha256:9e5a2672733752eb584edef90351a13239d36c14ed276eff41feebc1cea60e53 - 0.0% (6.29 KB)
[#025] sha256:76edcb3def0393e0da70e38d8b136eae428a1fe3f1ac2495da4ecc3711930a0a - 0.0% (822 Bytes)
[#026] sha256:e1d7d1f9ad37594697227111bfc5ae0d0101430d23a109522afb994c8cf09013 - 0.0% (822 Bytes)
[#027] sha256:1ffc9dae2f2cab3ba7f41eb6afad79c2d0fc4e6cfcc889c26452015e744e02a2 - 0.0% (830 Bytes)
[#028] sha256:e99293fe25a752253adf01d4271046260da1d901a079e7042c613b265e8d6603 - 0.0% (829 Bytes)
[#029] sha256:b419d3484d9a57e37726c4e74fae7a239ec1b76dc3b1c3b8e863826b976af28d - 0.0% (832 Bytes)
[#030] sha256:3ed291f5974e099a52614386f6ec732be1977bfbd6c9eca36c500a8fbca4e294 - 0.0% (863 Bytes)
[#031] sha256:25dcb276996769e8d3de3c6d4863d48e0027badc4f7efc9436d34d1cd0b5508d - 0.0% (853 Bytes)
Apply image 1809-KB4546852-amd64
2020-03-24 17:07:13 UTCcmd /S /C #(nop) ARG fromTag=1709
2020-03-24 17:07:13 UTCcmd /S /C #(nop) ARG VCS_REF=none
2020-03-24 17:07:14 UTCcmd /S /C #(nop) ARG PS_VERSION=7.0.0
2020-03-24 17:07:15 UTCcmd /S /C #(nop) ARG IMAGE_NAME=mcr.microsoft.com/powershell
2020-03-24 17:07:15 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-24 17:07:16 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-03-24 17:07:37 UTC|4 IMAGE_NAME=mcr.microsoft.com/v7.0.0/powershell:7.0.0-nanoserver-1809 PS_VERSION=7.0.0 VCS_REF=1412f40 fromTag=1809-KB4546852-amd64 cmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2020-03-24 17:07:37 UTCcmd /S /C #(nop) USER ContainerUser
2020-03-24 17:07:52 UTCcmd /S /C #(nop) COPY dir:4642de7fb722aa7fe90337f64f1d33c353d0306e77e23b96584a1de9424d0ac2 in C:\Program Files\PowerShell
2020-03-24 17:08:23 UTC|4 IMAGE_NAME=mcr.microsoft.com/v7.0.0/powershell:7.0.0-nanoserver-1809 PS_VERSION=7.0.0 VCS_REF=1412f40 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-24 17:08:23 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=1412f40 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-24 17:08:24 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2020-03-26 18:49:28 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-03-27 16:58:02 UTCcmd /S /C #(nop) COPY file:7c80292bbdacca850f1c78ac775579f109a75cbe9ac1bb97343dd4ce682a68b3 in \Windows\System32\
2020-03-27 16:58:03 UTCcmd /S /C #(nop) COPY multi:c7bc568dafcf1004fb5e7bc503225870bffc7cabf37c00538c79e521ac1c5684 in \Windows\
2020-03-27 16:58:03 UTCcmd /S /C #(nop) COPY dir:c0de291f8f78d9d493a1b6b38928748e390b958d81b00600ccea66b556303d4c in \etc\nginx
2020-03-27 16:58:04 UTCcmd /S /C #(nop) COPY multi:058f1d8d42c82d0fed6ad2a4ad56a57e380ac9ff73fc0150ec84795d3ba9f82d in \opt\cni\bin\
2020-03-27 16:58:05 UTCcmd /S /C #(nop) COPY file:89fcfaba3ae82bb701610bdb83ac925252c85793e71c3784cf6e75cbebb9d82f in \opt\bin\
2020-03-27 16:58:06 UTCcmd /S /C #(nop) COPY dir:0f40db0dfa22483721e3097243b3b6283256a3d01fd4f8757a36b3a18315c56c in \share\kubelet-volumeplugins
2020-03-27 16:58:06 UTCcmd /S /C #(nop) COPY file:43624d171666e64b77e61c7f1bc07c8d8042502b989ec52b69f4ac62667c7f23 in \share\gce-patch\
2020-03-27 16:58:07 UTCcmd /S /C #(nop) COPY dir:0e091b4a45618ee5e0a3fdbf36ec9bf3f32176adcefc57aad240d792cd57c41e in \etc\confd\templates\
2020-03-27 16:58:07 UTCcmd /S /C #(nop) COPY dir:2e4532e0dcb87e2b51373fad8042d50a8ee8583f21892134532191fc727c666a in \etc\confd\conf.d\
2020-03-27 16:58:07 UTCcmd /S /C #(nop) COPY multi:0b762de1164f231245c1196895b6677379acc161c8864b08b7a7b06352de4a87 in \usr\bin\
2020-03-27 16:58:08 UTCcmd /S /C #(nop) COPY multi:e48e62762fd9b98e6b60403551d272d7ab0ada1a4f37db1f7d292f425f8b8092 in \share\scripts\
2020-03-27 16:58:08 UTCcmd /S /C #(nop) VOLUME [c:/opt/rke-tools]
2020-03-27 16:58:08 UTCcmd /S /C #(nop) VOLUME [c:/run]
2020-03-27 16:58:09 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh.exe" "-NoLogo"]
2020-03-27 16:58:09 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-03-27T16:56:53Z
2020-03-27 16:58:10 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-03-27 16:58:10 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=1e4bb970076c3c1270d78ef457706244a49b6bf8
2020-03-27 16:58:10 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rke-tools.git
2020-03-27 16:58:05 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:87d8b17a883bb9aac451dae03e83e5af1243c117e3062033fa41af82c9eff5c8 - 0.0% (821 Bytes)
[#002] sha256:12af8e8467c45cab4d6654c7accc5472875cc644f14fb986190df61359a9c732 - 0.0% (822 Bytes)
[#003] sha256:c1cbdb3a43a53a7320b5cf9401cee84721a124693aaf1f2c6e1b2c09678f20ad - 0.0% (833 Bytes)
[#004] sha256:bec4e947fd53e54bcfbd6d1b806c91d273c357b5fb2aec8c95f3323ef683fc99 - 0.0% (831 Bytes)
[#005] sha256:4d499b87ccb930e837550c5306b96fb861811de07e9b9f76e2539948877ffc38 - 0.0% (870 Bytes)
[#006] sha256:bc73d8cacfc98cf6ef3cd167c9cce969a6871d83e3ce05d8df4c382551409d95 - 0.0% (830 Bytes)
[#007] sha256:ae2f57ddc9411b6c3011a53ba413179dfadb1b067e0dd7cda25eacb70a04a48f - 0.03% (65.3 KB)
[#008] sha256:ed75337b24ce31d3970fc249a374a755d70bb1092dac8229e63ec2d31b1cb4d6 - 0.0% (801 Bytes)
[#009] sha256:3a02a60a8425dbe34e1dde705574417c810b7ffd4b91c5b0da61be9a41fc97ed - 39.66% (88.7 MB)
[#010] sha256:53da6651a4f5562a712729dc877d6f45bb34ad09e2e5b8b95a3f99e7d3790661 - 0.06% (137 KB)
[#011] sha256:12b966f7f10e8ad1788c16bb02fdc070b824fd025e9b8bb9d45bd8fa88fc621d - 0.0% (832 Bytes)
[#012] sha256:06b69a40b5c9cd74c89a64a1314dc369d95d4d3fbdb195e9456526ada5ce3034 - 0.0% (833 Bytes)
[#013] sha256:036feae16293314cf6ebe66f0dacf3d10531e68c869fbab45be21dec8820b8b6 - 0.0% (828 Bytes)
[#014] sha256:806b6c994e23e20561c9f7dc453c26026245cb5cabbb95cc3eab81e473528dc3 - 0.02% (41.4 KB)
[#015] sha256:c2fcbcaeb7971154c10fddc28fd800917594788247f4eda4042cfe439b8cce44 - 4.42% (9.88 MB)
[#016] sha256:7e0db597153469fc449e6e907d4fcf6ef602744a716c8a3b17923313aeccf125 - 0.74% (1.66 MB)
[#017] sha256:1d7791d3cb472940f068f8c47df01f964ea121d34421028d976733d87b1d8f00 - 7.43% (16.6 MB)
[#018] sha256:9b6f570930b0561bcc6a5b5f1698966507a7c6876c3f3ee86f7119b8227293bf - 3.69% (8.26 MB)
[#019] sha256:2d7335505d6ac6901a380a133885a2797acba1329fbb39f1a42603cde179e33c - 0.09% (209 KB)
[#020] sha256:db6045c7455239a3b23445189e50186792cafcb70e9df85221a94fe5edc9d5b7 - 0.0% (8.08 KB)
[#021] sha256:1c5a4e182ef1a05c1715ba6c3a93ba283fd8983e028b7e4b6e2d885664139be8 - 0.0% (1.47 KB)
[#022] sha256:89ab8499e14f90ca9d4bbaa1cf28a6223a1b89c29790ec00e4cab5a59b1e601e - 0.0% (1.38 KB)
[#023] sha256:ad38773655f0be0036188c2192fdaeb1e7a16e3f0c3ef9f7293b43632d83e03f - 0.0% (7.21 KB)
[#024] sha256:2ebb915a4301d4765fbc9ea1c3b970f60ff454d9f36e34b4b12865d3345a58b6 - 0.0% (6.3 KB)
[#025] sha256:431e9bb398e03fee500c125556dd8f64fe1e3aa8a1bdc9b5386ba31dd4d0c398 - 0.0% (828 Bytes)
[#026] sha256:d458d55edd6e60878ca3e15011f0ae6095178b0b5128a34e3e448300b3d188bd - 0.0% (828 Bytes)
[#027] sha256:6c8cba3b830dabbe32156451f37183d6f5bcc8ac4a2b662508badca4a45c0a1e - 0.0% (848 Bytes)
[#028] sha256:5c66d5f33c0cd0e521f04d897558a0b0ef0e76c30ca5355376d2c3c54fab1e5f - 0.0% (830 Bytes)
[#029] sha256:39482c08198bcde4f7735523b0d7d1a6e282f3a602a518afa0ea203d4ae03b7d - 0.0% (826 Bytes)
[#030] sha256:f18c13323fa81be42bce8177ed4608ffa000a76d4814daf9bd67ae6cce6b62a3 - 0.0% (826 Bytes)
[#031] sha256:5ed44e26236a98861d34b36ec5156f061c9334b96683c0e4cb2fbede861444b5 - 0.0% (825 Bytes)
Apply image 1903-KB4551762-amd64
2020-03-24 17:12:56 UTCcmd /S /C #(nop) ARG fromTag=1709
2020-03-24 17:12:57 UTCcmd /S /C #(nop) ARG VCS_REF=none
2020-03-24 17:12:57 UTCcmd /S /C #(nop) ARG PS_VERSION=7.0.0
2020-03-24 17:12:58 UTCcmd /S /C #(nop) ARG IMAGE_NAME=mcr.microsoft.com/powershell
2020-03-24 17:12:58 UTCcmd /S /C #(nop) ENV ProgramFiles=C:\Program Files LOCALAPPDATA=C:\Users\ContainerAdministrator\AppData\Local PSModuleAnalysisCachePath=\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache PSCORE=\PowerShell\pwsh.exe WindowsPATH=C:\Windows\system32;C:\Windows POWERSHELL_DISTRIBUTION_CHANNEL=PSDocker-NanoServer-1903-KB4551762-amd64
2020-03-24 17:12:59 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-03-24 17:13:22 UTC|4 IMAGE_NAME=mcr.microsoft.com/v7.0.0/powershell:7.0.0-nanoserver-1903 PS_VERSION=7.0.0 VCS_REF=1412f40 fromTag=1903-KB4551762-amd64 cmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2020-03-24 17:13:23 UTCcmd /S /C #(nop) USER ContainerUser
2020-03-24 17:13:38 UTCcmd /S /C #(nop) COPY dir:4642de7fb722aa7fe90337f64f1d33c353d0306e77e23b96584a1de9424d0ac2 in C:\Program Files\PowerShell
2020-03-24 17:14:09 UTC|4 IMAGE_NAME=mcr.microsoft.com/v7.0.0/powershell:7.0.0-nanoserver-1903 PS_VERSION=7.0.0 VCS_REF=1412f40 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-24 17:14:09 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=1412f40 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-24 17:14:10 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2020-03-26 18:46:59 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-03-27 16:57:58 UTCcmd /S /C #(nop) COPY file:40905c89ebeb689893224df574528d0a87cc76f3611c8ca684a9a802d7cd450f in \Windows\System32\
2020-03-27 16:57:58 UTCcmd /S /C #(nop) COPY multi:c7bc568dafcf1004fb5e7bc503225870bffc7cabf37c00538c79e521ac1c5684 in \Windows\
2020-03-27 16:57:59 UTCcmd /S /C #(nop) COPY dir:c0de291f8f78d9d493a1b6b38928748e390b958d81b00600ccea66b556303d4c in \etc\nginx
2020-03-27 16:58:00 UTCcmd /S /C #(nop) COPY multi:058f1d8d42c82d0fed6ad2a4ad56a57e380ac9ff73fc0150ec84795d3ba9f82d in \opt\cni\bin\
2020-03-27 16:58:01 UTCcmd /S /C #(nop) COPY file:89fcfaba3ae82bb701610bdb83ac925252c85793e71c3784cf6e75cbebb9d82f in \opt\bin\
2020-03-27 16:58:01 UTCcmd /S /C #(nop) COPY dir:0f40db0dfa22483721e3097243b3b6283256a3d01fd4f8757a36b3a18315c56c in \share\kubelet-volumeplugins
2020-03-27 16:58:02 UTCcmd /S /C #(nop) COPY file:43624d171666e64b77e61c7f1bc07c8d8042502b989ec52b69f4ac62667c7f23 in \share\gce-patch\
2020-03-27 16:58:02 UTCcmd /S /C #(nop) COPY dir:0e091b4a45618ee5e0a3fdbf36ec9bf3f32176adcefc57aad240d792cd57c41e in \etc\confd\templates\
2020-03-27 16:58:02 UTCcmd /S /C #(nop) COPY dir:2e4532e0dcb87e2b51373fad8042d50a8ee8583f21892134532191fc727c666a in \etc\confd\conf.d\
2020-03-27 16:58:02 UTCcmd /S /C #(nop) COPY multi:0b762de1164f231245c1196895b6677379acc161c8864b08b7a7b06352de4a87 in \usr\bin\
2020-03-27 16:58:03 UTCcmd /S /C #(nop) COPY multi:e48e62762fd9b98e6b60403551d272d7ab0ada1a4f37db1f7d292f425f8b8092 in \share\scripts\
2020-03-27 16:58:03 UTCcmd /S /C #(nop) VOLUME [c:/opt/rke-tools]
2020-03-27 16:58:03 UTCcmd /S /C #(nop) VOLUME [c:/run]
2020-03-27 16:58:04 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh.exe" "-NoLogo"]
2020-03-27 16:58:04 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-03-27T16:56:50Z
2020-03-27 16:58:04 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-03-27 16:58:05 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=1e4bb970076c3c1270d78ef457706244a49b6bf8
2020-03-27 16:58:05 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rke-tools.git
2020-03-27 16:59:10 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:4145c39fb405b2d1e34c385834635f58271a33c6aa9e8eb32b915034e9d80aa5 - 1.37% (601 KB)
[#003] sha256:e4193bfce26f931c912ba2b76d09d359e0fbb31e65f8351a21452d2c8fd17414 - 23.84% (10.2 MB)
[#004] sha256:efff710805089955dcb4f71095d7cb874b759cf230c2fa49036d1b52b929d91b - 0.0% (160 Bytes)
[#005] sha256:2407f1ed419bfa380b521538fc9da16f234df27987eb0cd532beea40bf2811a1 - 33.72% (14.4 MB)
[#006] sha256:a99ab6c8084591ca51c34b910ce9c21cc118a8090b7628b7d8cddf64571a0ad6 - 3.63% (1.55 MB)
[#007] sha256:155edc02d8023ff751e71a433828be3468320c58598f0dcfa8543eafeb0ca65f - 10.81% (4.61 MB)
[#008] sha256:3b6f9247e703d63a9e02e65d398447140e1b3e4ffdcfe20e72a968f6f63a00cf - 0.0% (440 Bytes)
[#009] sha256:0b60ff943c01648f1e3fd114a988739c206ec4e9f6573a6e6157550a57d7c5aa - 0.0% (276 Bytes)
[#010] sha256:550f7d638fbe7b724b3cd32ff0910a0165a4bf36ac18e0c82c5d81bc78711322 - 0.0% (898 Bytes)
[#011] sha256:d1d311707dd8ae0623e6c1505b307b11cdf44a9424e253701864de4dd3fd1be3 - 0.01% (2.44 KB)
[#012] sha256:98a8fde6daa1659b90239465f3ad40038a8f2131bb5df44cb72244156576f585 - 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-27 16:58:54 UTC/bin/sh -c #(nop) LABEL maintainer=Rancher Labs <support@rancher.com>
2020-03-27 16:58:55 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2020-03-27 16:58:55 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-27 16:58:56 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-27 16:59:00 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-27 16:59:01 UTC|1 ARCH=arm64 /bin/sh -c mkdir -p /opt/cni/bin
2020-03-27 16:59:03 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-27 16:59:04 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-27 16:59: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-03-27 16:59:06 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-27 16:59:07 UTC/bin/sh -c #(nop) COPY dir:1fa0e250ab3f00d19fa4d0b28a4ed2ca020a8fc82a15bd9e830a2772b3fbd8fd in /etc/confd/templates/
2020-03-27 16:59:07 UTC/bin/sh -c #(nop) COPY dir:0459a3816a50ad2a038015821c58d4a730723e9ef118d6d168a9730d9dbc6dca in /etc/confd/conf.d/
2020-03-27 16:59:07 UTC/bin/sh -c #(nop) COPY multi:51ed3ec74222ac2a438a9df330792e78e1c951fe070a696c3a664c99a5d7445c in /usr/bin/
2020-03-27 16:59:07 UTC/bin/sh -c #(nop) COPY multi:f8b527588b90548e4896c6d7d282d58cd84deb816baa95d514d12b79f09d137f in /opt/rke-tools/
2020-03-27 16:59:08 UTC/bin/sh -c #(nop) COPY file:10124fae421005752ae148ad06544c4fc0a24cef169881cda1e20a15ea0eb7a0 in /opt/rke-tools
2020-03-27 16:59:08 UTC/bin/sh -c #(nop) VOLUME [/opt/rke-tools]
2020-03-27 16:59:08 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2020-03-27 16:59:09 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-03-27T16:58:52Z
2020-03-27 16:59:09 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2020-03-27 16:59:09 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=1e4bb970076c3c1270d78ef457706244a49b6bf8
2020-03-27 16:59: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.