2020-05-27 00:16:45 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:c815e94f031830c19cfa7b282188328f6e93ed303be5f8f8059606fef6b52fc4 - 1.27% (592 KB)
[#003] sha256:9535c9bf3e7ff7d3036faa8a3ef33b0e61ff93ae8dbf95fc3c896c9f3011027a - 24.58% (11.2 MB)
[#004] sha256:589ab4e43ad7ef2ef9a5c0fc6faf6e1fe1af30eb82ec4c3bef900f88b1df3b7b - 0.0% (160 Bytes)
[#005] sha256:380e24e658e750d743c62e9ab6f3212f322a8dc64b691e84d567da769ef5af51 - 34.02% (15.4 MB)
[#006] sha256:42102371b3da278377d785b5975d78df2be5421a0a2ade657981fbad6849912b - 3.67% (1.67 MB)
[#007] sha256:e6b6c48817b24db50a4a6d65f272a10ce5dd569ac50dab149311456d37e435d9 - 10.84% (4.92 MB)
[#008] sha256:98d2fc17c66761a65e9716911553c245006e897b26911e21fae4bf933198119e - 0.0% (443 Bytes)
[#009] sha256:7368b3fdbbcb913315b1a460394d048d7f21127868f2d29f776a7f2152c21fe3 - 0.0% (276 Bytes)
[#010] sha256:dce4ea685eef8f959f3719801f1a6d7f339a20abe850939a1ed74e034fcbdef1 - 0.0% (897 Bytes)
[#011] sha256:15b9b0e150cf0ec39fd52aaf290d110602ce82a9b792d9bff2137a1a0dffa4bf - 0.01% (2.44 KB)
[#012] sha256:d23d98ea9eeca89f8029b856caa0f54ba53be2ceac79ade9d9f668eb61738899 - 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-05-27 00:16:33 UTC/bin/sh -c #(nop) LABEL maintainer=Rancher Labs <support@rancher.com>
2020-05-27 00:16:34 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2020-05-27 00:16: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-05-27 00:16: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-05-27 00:16:37 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-05-27 00:16:38 UTC|1 ARCH=amd64 /bin/sh -c mkdir -p /opt/cni/bin
2020-05-27 00:16: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-05-27 00:16: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-05-27 00:16: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-05-27 00:16: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-05-27 00:16:43 UTC/bin/sh -c #(nop) COPY dir:1fa0e250ab3f00d19fa4d0b28a4ed2ca020a8fc82a15bd9e830a2772b3fbd8fd in /etc/confd/templates/
2020-05-27 00:16:43 UTC/bin/sh -c #(nop) COPY dir:0459a3816a50ad2a038015821c58d4a730723e9ef118d6d168a9730d9dbc6dca in /etc/confd/conf.d/
2020-05-27 00:16:43 UTC/bin/sh -c #(nop) COPY multi:51ed3ec74222ac2a438a9df330792e78e1c951fe070a696c3a664c99a5d7445c in /usr/bin/
2020-05-27 00:16:44 UTC/bin/sh -c #(nop) COPY multi:29127ca038ff1c6ad8f3c18d62dc65401dc49583d41fb4726b44bd3979b73242 in /opt/rke-tools/
2020-05-27 00:16:44 UTC/bin/sh -c #(nop) COPY file:405f7ce162e71777c741a9bc428f8cca3e90986d573058a735335b05a4cab216 in /opt/rke-tools
2020-05-27 00:16:44 UTC/bin/sh -c #(nop) VOLUME [/opt/rke-tools]
2020-05-27 00:16:44 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2020-05-27 00:16:45 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-05-27T00:16:32Z
2020-05-27 00:16:45 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2020-05-27 00:16:45 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=a8686abf71205ff537da8157cecc408b95f0b810
2020-05-27 00:16:45 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rke-tools.git
2020-05-27 00:13:44 UTC
222 MB
C:\Users\ContainerAdministrator\AppData\Local
POWERSHELL_DISTRIBUTION_CHANNELPSDocker-NanoServer-1809-KB4551853-amd64
PSCORE\PowerShell\pwsh.exe
PSModuleAnalysisCachePath\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache
ProgramFilesC:\Program Files
WindowsPATHC:\Windows\system32;C:\Windows
[#000] sha256:b9e6fec25718aef5ed18d499b27e43adb524f9ee4f2eb3f0fffaea018e7e86b0 - 43.4% (96.3 MB)
[#001] sha256:cba255a4c3030f9d3ec005fb26f1ee292c0c9c76adb3253740369c76bbbe971f - 0.0% (825 Bytes)
[#002] sha256:25de31af193561c5df535b12b633786d3e9451a27d5e7e607925edf42de84862 - 0.0% (830 Bytes)
[#003] sha256:040aa69b8ff0fcf7e3a7a02618979d204498b8380f9a7b49f8056fac29e37c47 - 0.0% (834 Bytes)
[#004] sha256:30c33f4c6401795b679eb9980f19ed6f6c5e37d7165f3d950b4fd45b311b0915 - 0.0% (853 Bytes)
[#005] sha256:c51f57461df9cfae722ee6e07db122436de4b0e090571c1d6dc725fd82539b13 - 0.0% (832 Bytes)
[#006] sha256:63ebe09a854200e95d40007969f826b18676cdf92cce4469dd732362ae0a4553 - 0.0% (831 Bytes)
[#007] sha256:abbba287004ee13e13a62506f86e74d7a1611b765be1817ca7d5e3c4f5704431 - 0.03% (63.8 KB)
[#008] sha256:2ba726f465bf9664fe0b0049df69f0d9ca5751e88466ae2b3f6d6667ccdd6216 - 0.0% (850 Bytes)
[#009] sha256:1cb0400bcab7312c1dbf158f804f4a987b40cf5f7eb36ae9f718d259bf194206 - 39.98% (88.8 MB)
[#010] sha256:f326a5d5a60d70597d5a70a15c01f3844c690f2352790031cb9ec89f91603419 - 0.06% (126 KB)
[#011] sha256:eeae65939b3f7768281856662aec212ec92358574a97b02a1a24cad5fd33afdb - 0.0% (834 Bytes)
[#012] sha256:1dd4cf4b02ee990ca2071f5cb0b4c951d01876e156090c32a5b4819621e8f234 - 0.0% (830 Bytes)
[#013] sha256:122987fb655a8f04167610acb34ab25af4b05453a3fc14a89290f2f309b84c73 - 0.0% (821 Bytes)
[#014] sha256:00cd02f0c01a25edd3f43d5102634421890d0104088a60f079dafe9802563c8d - 0.02% (41.4 KB)
[#015] sha256:5e232637bb2966c6476dfb98133ebeef74eef0ea435aaa8317c97bb074ce1622 - 4.45% (9.88 MB)
[#016] sha256:2f4f1fd89b0b71c6ef6a4706d37436484bd2345a2608aa7268a8b85d78596eec - 0.75% (1.66 MB)
[#017] sha256:cadef32e06b29a49b1fce7bc6e06c20ea7ca470b8e66c8fe9a032a0e961aaabb - 7.49% (16.6 MB)
[#018] sha256:94c44c801e1e6cd0c7dc093913f47039ada3e189fc86c9f1f6b7228234cd92ed - 3.72% (8.26 MB)
[#019] sha256:563547eedc5a65e0be7176e94afa929c046362df01a35dcaedcd3aa72d0e55a1 - 0.09% (209 KB)
[#020] sha256:4054dcb55f28d14b73d9302eab0e4781c041fef34824d9cab72059bec2f182a2 - 0.0% (8.05 KB)
[#021] sha256:3047cea1b46c1f9f08ec3a2a1d9c17bdc4ee9d41d77d2098a5f9ecf2d262f564 - 0.0% (1.49 KB)
[#022] sha256:1487dd081f9cefcf74b24c0b50300a4135511c8a5939a23c9bbc34c9283e5e97 - 0.0% (1.37 KB)
[#023] sha256:1fcad5f71b272c10ff8b2f7019083e790093a9b50d59dcd680e06278a8c2b542 - 0.0% (7.21 KB)
[#024] sha256:70178a147d9980a8fdd3bba5febbe500105fb8629e3b987dad741dbfbca352fe - 0.0% (6.29 KB)
[#025] sha256:47cfd0e2c23e485a0123f16a9e57a382b53d79c10998dd43a32010f43ebf7b82 - 0.0% (824 Bytes)
[#026] sha256:1b8d4bd864c98123746c04d6ac4de627bf5d22da1fe346e07f6da7cf15d41116 - 0.0% (830 Bytes)
[#027] sha256:3c4539badd3f4f293c8d3f47d57e5f77d2bbbaa6f5f1bc3ce2771edcf1676336 - 0.0% (876 Bytes)
[#028] sha256:bc538a80b046f7318ebfd5c102ed1f48332c6caae6262fde3fcb39c75860e174 - 0.0% (848 Bytes)
[#029] sha256:2e90d0c1ecede1f46b32be7b2f689ed1370590b5f55bc5a1ff7e5e8e39a3f5ee - 0.0% (855 Bytes)
[#030] sha256:707004733d86e0c7765b9eb5ed724ff035e7dc9fbff76ad611228478fc53ebb2 - 0.0% (834 Bytes)
[#031] sha256:51a02472c743383556217210c1e371a4d5cd565962d4391ad06550081f788792 - 0.0% (862 Bytes)
Apply image 1809-KB4551853-amd64
2020-05-19 00:09:21 UTCcmd /S /C #(nop) ARG fromTag=1709
2020-05-19 00:09:22 UTCcmd /S /C #(nop) ARG VCS_REF=none
2020-05-19 00:09:23 UTCcmd /S /C #(nop) ARG PS_VERSION=7.0.0
2020-05-19 00:09:24 UTCcmd /S /C #(nop) ARG IMAGE_NAME=mcr.microsoft.com/powershell
2020-05-19 00:09:25 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-KB4551853-amd64
2020-05-19 00:09:26 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-05-19 00:09:34 UTC|4 IMAGE_NAME=mcr.microsoft.com/v7.0.1/powershell:7.0.1-nanoserver-1809 PS_VERSION=7.0.1 VCS_REF=7d20d98 fromTag=1809-KB4551853-amd64 cmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2020-05-19 00:09:35 UTCcmd /S /C #(nop) USER ContainerUser
2020-05-19 00:09:50 UTCcmd /S /C #(nop) COPY dir:49cece52bcd3694ca2c7c2dc6a49e6b63c29496007be4f5428855a121896e1ad in C:\Program Files\PowerShell
2020-05-19 00:10:21 UTC|4 IMAGE_NAME=mcr.microsoft.com/v7.0.1/powershell:7.0.1-nanoserver-1809 PS_VERSION=7.0.1 VCS_REF=7d20d98 fromTag=1809-KB4551853-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-05-19 00:10:22 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=7d20d98 org.label-schema.vendor=PowerShell org.label-schema.version=7.0.1 org.label-schema.schema-version=1.0 org.label-schema.docker.cmd=docker run mcr.microsoft.com/v7.0.1/powershell:7.0.1-nanoserver-1809 pwsh -c '' org.label-schema.docker.cmd.devel=docker run mcr.microsoft.com/v7.0.1/powershell:7.0.1-nanoserver-1809 org.label-schema.docker.cmd.test=docker run mcr.microsoft.com/v7.0.1/powershell:7.0.1-nanoserver-1809 pwsh -c Invoke-Pester org.label-schema.docker.cmd.help=docker run mcr.microsoft.com/v7.0.1/powershell:7.0.1-nanoserver-1809 pwsh -c Get-Help
2020-05-19 00:10:22 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2020-05-25 06:44:20 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-05-27 00:13:36 UTCcmd /S /C #(nop) COPY file:7c80292bbdacca850f1c78ac775579f109a75cbe9ac1bb97343dd4ce682a68b3 in \Windows\System32\
2020-05-27 00:13:36 UTCcmd /S /C #(nop) COPY multi:c7bc568dafcf1004fb5e7bc503225870bffc7cabf37c00538c79e521ac1c5684 in \Windows\
2020-05-27 00:13:37 UTCcmd /S /C #(nop) COPY dir:c0de291f8f78d9d493a1b6b38928748e390b958d81b00600ccea66b556303d4c in \etc\nginx
2020-05-27 00:13:38 UTCcmd /S /C #(nop) COPY multi:058f1d8d42c82d0fed6ad2a4ad56a57e380ac9ff73fc0150ec84795d3ba9f82d in \opt\cni\bin\
2020-05-27 00:13:39 UTCcmd /S /C #(nop) COPY file:89fcfaba3ae82bb701610bdb83ac925252c85793e71c3784cf6e75cbebb9d82f in \opt\bin\
2020-05-27 00:13:39 UTCcmd /S /C #(nop) COPY dir:0f40db0dfa22483721e3097243b3b6283256a3d01fd4f8757a36b3a18315c56c in \share\kubelet-volumeplugins
2020-05-27 00:13:40 UTCcmd /S /C #(nop) COPY file:43624d171666e64b77e61c7f1bc07c8d8042502b989ec52b69f4ac62667c7f23 in \share\gce-patch\
2020-05-27 00:13:40 UTCcmd /S /C #(nop) COPY dir:0e091b4a45618ee5e0a3fdbf36ec9bf3f32176adcefc57aad240d792cd57c41e in \etc\confd\templates\
2020-05-27 00:13:40 UTCcmd /S /C #(nop) COPY dir:2e4532e0dcb87e2b51373fad8042d50a8ee8583f21892134532191fc727c666a in \etc\confd\conf.d\
2020-05-27 00:13:41 UTCcmd /S /C #(nop) COPY multi:8335c168da31512f3bdeeb5590614a33f9780cd111d3ecc22e15dde362e57338 in \usr\bin\
2020-05-27 00:13:41 UTCcmd /S /C #(nop) COPY multi:eab48b27f611ad20dc2dca207d36808f1dba3d504851b9b749a6db0655521212 in \share\scripts\
2020-05-27 00:13:41 UTCcmd /S /C #(nop) VOLUME [c:/opt/rke-tools]
2020-05-27 00:13:42 UTCcmd /S /C #(nop) VOLUME [c:/run]
2020-05-27 00:13:42 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh.exe" "-NoLogo"]
2020-05-27 00:13:43 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-05-27T00:12:26Z
2020-05-27 00:13:43 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-05-27 00:13:43 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=a8686abf71205ff537da8157cecc408b95f0b810
2020-05-27 00:13:44 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rke-tools.git
2020-05-27 00:13:56 UTC
224 MB
C:\Users\ContainerAdministrator\AppData\Local
POWERSHELL_DISTRIBUTION_CHANNELPSDocker-NanoServer-1909-KB4556799-amd64
PSCORE\PowerShell\pwsh.exe
PSModuleAnalysisCachePath\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache
ProgramFilesC:\Program Files
WindowsPATHC:\Windows\system32;C:\Windows
[#000] sha256:23078f5cfad2b1cab64dd3c9f5778b52041530447296863d0e698070390d1df7 - 43.79% (97.9 MB)
[#001] sha256:c3b25b5cfca3a8b9d9d56d3677e7650af426cde2bcd08cda4694b518c60332b0 - 0.0% (824 Bytes)
[#002] sha256:086be003b2b02aadb7158c0b61096dcb4ec248ab77baaea7d2589d6628b5ca72 - 0.0% (855 Bytes)
[#003] sha256:d90795aba1a966cdf936013189796b39eee40df34c7319c8fcd295ae07fd7de2 - 0.0% (848 Bytes)
[#004] sha256:ec8815f5f82c39178c8501f8d079b6b525bf08c6926b31733543a41135829a7a - 0.0% (826 Bytes)
[#005] sha256:41cb233370200d31c588bee9a8879922ce18f76263c0ce71e824943b07522db0 - 0.0% (831 Bytes)
[#006] sha256:23eb573b372ccab26b50888c137480203d4eb5b5499b83342058f1f6a2e62d33 - 0.0% (820 Bytes)
[#007] sha256:8880d17d9339138a9b017e22800e799b5195b2ea237c31f18081d41f12d83f3a - 0.03% (62.8 KB)
[#008] sha256:b7d207c8b340d6785013a76492c8086a169eb1fcd297510deebc7ed66f5eb9eb - 0.0% (823 Bytes)
[#009] sha256:8fe052c5702e3b7e56483212c3e5b228d9465996c15eebf4dcca80d7e72308db - 39.71% (88.8 MB)
[#010] sha256:d9136d7dbb328fd5862531bbcc324961dab5041e3a8b1653f71e869fda5c63b1 - 0.05% (125 KB)
[#011] sha256:82f711b656a8fb12245f1952c901d1a32c45384fbb9e554dceb037f4bca45b74 - 0.0% (832 Bytes)
[#012] sha256:e74dc376dc8ae74fa99ffa08ba68b580eea3077edcc9fd8b41fb4c1e5bfc6355 - 0.0% (824 Bytes)
[#013] sha256:dfc2b847787ab73cf9521147e883f795e1dbeadc245a4449205bbebdcab67d2f - 0.0% (851 Bytes)
[#014] sha256:c1a75318fac9fb56cdc63b6139e37e0eb1b7d45eb136e89106d421e1ee4d5dc0 - 0.02% (41.4 KB)
[#015] sha256:c7b6f154e5685fcb50f3b400bd682383f9aa3d7daf2d8626ec84103ec89011ec - 4.42% (9.88 MB)
[#016] sha256:9013170970ca41f1797976c752da9ec5df482dfee89d853fcd4ba8dee2b5254b - 0.74% (1.66 MB)
[#017] sha256:e862468a97be309591224aecee02dca5955e50d03caf7214d6823c555d6e96d4 - 7.44% (16.6 MB)
[#018] sha256:3ba59ee09924ed55aa49602db36d889a903297c6d022693d727e7528dc9eb3bc - 3.69% (8.26 MB)
[#019] sha256:930d07f79bb350116884a72fa2e3d0508ce35c1b0177c7a23dd686e4656def93 - 0.09% (209 KB)
[#020] sha256:a77c96c0179aeff5ce392e3be7d63d292cf3ab4c4c32ced8691c2f0805bda241 - 0.0% (8.07 KB)
[#021] sha256:a605d74d6a12bab7e67876ccd8126a283bed22049c3fd781fd2ad0a6aabb2470 - 0.0% (1.48 KB)
[#022] sha256:6f819e9eef9556e59772a3bedf529d68362391450ffb58d9ba00049dc552a46a - 0.0% (1.35 KB)
[#023] sha256:d3add82ca04f475c251de581db4473fd5cba41eba5f892b58b3d98eb1bae996b - 0.0% (7.23 KB)
[#024] sha256:429adbc1ef16c195b8b37a37530490b3377d61d457f7e3fc75fe482a38e7f7c6 - 0.0% (6.28 KB)
[#025] sha256:de010781d8b4d942ba5e03222388d1a18478068e4a44391c268da8511c481966 - 0.0% (825 Bytes)
[#026] sha256:bca9d0a3a07c1c5a9318a6d046500bdaec40ab608b5e0ee368c63e13dfbd9a47 - 0.0% (828 Bytes)
[#027] sha256:84c9859a67ef1649529d45c28d81b5c4edc72b66e321e726b6d2124ccfb9a090 - 0.0% (829 Bytes)
[#028] sha256:95488ca9ff92d9851a893169b28b12137ac868ffbe889326593f61caa662c8b9 - 0.0% (826 Bytes)
[#029] sha256:5d38ef8459b71e3920035064ad4f4d59b673afa2935ace2c4a31458f571c4c10 - 0.0% (855 Bytes)
[#030] sha256:76c0389e8f3b0de20e3fe4af1860cea535ef3fd0d8927ab0afd6e3ef9e4a846b - 0.0% (851 Bytes)
[#031] sha256:665e6b399812531d4f0a5d40a41e14be70b81f5f8144e1b25725555dc5b5027a - 0.0% (857 Bytes)
Apply image 1909-KB4556799-amd64
2020-05-19 00:48:17 UTCcmd /S /C #(nop) ARG fromTag=1709
2020-05-19 00:48:18 UTCcmd /S /C #(nop) ARG VCS_REF=none
2020-05-19 00:48:18 UTCcmd /S /C #(nop) ARG PS_VERSION=7.0.0
2020-05-19 00:48:19 UTCcmd /S /C #(nop) ARG IMAGE_NAME=mcr.microsoft.com/powershell
2020-05-19 00:48: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-1909-KB4556799-amd64
2020-05-19 00:48:20 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-05-19 00:48:42 UTC|4 IMAGE_NAME=mcr.microsoft.com/v7.0.1/powershell:7.0.1-nanoserver-1909 PS_VERSION=7.0.1 VCS_REF=7d20d98 fromTag=1909-KB4556799-amd64 cmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2020-05-19 00:48:42 UTCcmd /S /C #(nop) USER ContainerUser
2020-05-19 00:48:58 UTCcmd /S /C #(nop) COPY dir:49cece52bcd3694ca2c7c2dc6a49e6b63c29496007be4f5428855a121896e1ad in C:\Program Files\PowerShell
2020-05-19 00:49:30 UTC|4 IMAGE_NAME=mcr.microsoft.com/v7.0.1/powershell:7.0.1-nanoserver-1909 PS_VERSION=7.0.1 VCS_REF=7d20d98 fromTag=1909-KB4556799-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-05-19 00:49:30 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=7d20d98 org.label-schema.vendor=PowerShell org.label-schema.version=7.0.1 org.label-schema.schema-version=1.0 org.label-schema.docker.cmd=docker run mcr.microsoft.com/v7.0.1/powershell:7.0.1-nanoserver-1909 pwsh -c '' org.label-schema.docker.cmd.devel=docker run mcr.microsoft.com/v7.0.1/powershell:7.0.1-nanoserver-1909 org.label-schema.docker.cmd.test=docker run mcr.microsoft.com/v7.0.1/powershell:7.0.1-nanoserver-1909 pwsh -c Invoke-Pester org.label-schema.docker.cmd.help=docker run mcr.microsoft.com/v7.0.1/powershell:7.0.1-nanoserver-1909 pwsh -c Get-Help
2020-05-19 00:49:31 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2020-05-27 00:13:48 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-05-27 00:13:49 UTCcmd /S /C #(nop) COPY file:40905c89ebeb689893224df574528d0a87cc76f3611c8ca684a9a802d7cd450f in \Windows\System32\
2020-05-27 00:13:49 UTCcmd /S /C #(nop) COPY multi:c7bc568dafcf1004fb5e7bc503225870bffc7cabf37c00538c79e521ac1c5684 in \Windows\
2020-05-27 00:13:50 UTCcmd /S /C #(nop) COPY dir:c0de291f8f78d9d493a1b6b38928748e390b958d81b00600ccea66b556303d4c in \etc\nginx
2020-05-27 00:13:51 UTCcmd /S /C #(nop) COPY multi:058f1d8d42c82d0fed6ad2a4ad56a57e380ac9ff73fc0150ec84795d3ba9f82d in \opt\cni\bin\
2020-05-27 00:13:52 UTCcmd /S /C #(nop) COPY file:89fcfaba3ae82bb701610bdb83ac925252c85793e71c3784cf6e75cbebb9d82f in \opt\bin\
2020-05-27 00:13:52 UTCcmd /S /C #(nop) COPY dir:0f40db0dfa22483721e3097243b3b6283256a3d01fd4f8757a36b3a18315c56c in \share\kubelet-volumeplugins
2020-05-27 00:13:53 UTCcmd /S /C #(nop) COPY file:43624d171666e64b77e61c7f1bc07c8d8042502b989ec52b69f4ac62667c7f23 in \share\gce-patch\
2020-05-27 00:13:53 UTCcmd /S /C #(nop) COPY dir:0e091b4a45618ee5e0a3fdbf36ec9bf3f32176adcefc57aad240d792cd57c41e in \etc\confd\templates\
2020-05-27 00:13:53 UTCcmd /S /C #(nop) COPY dir:2e4532e0dcb87e2b51373fad8042d50a8ee8583f21892134532191fc727c666a in \etc\confd\conf.d\
2020-05-27 00:13:54 UTCcmd /S /C #(nop) COPY multi:8335c168da31512f3bdeeb5590614a33f9780cd111d3ecc22e15dde362e57338 in \usr\bin\
2020-05-27 00:13:54 UTCcmd /S /C #(nop) COPY multi:eab48b27f611ad20dc2dca207d36808f1dba3d504851b9b749a6db0655521212 in \share\scripts\
2020-05-27 00:13:54 UTCcmd /S /C #(nop) VOLUME [c:/opt/rke-tools]
2020-05-27 00:13:55 UTCcmd /S /C #(nop) VOLUME [c:/run]
2020-05-27 00:13:55 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh.exe" "-NoLogo"]
2020-05-27 00:13:55 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-05-27T00:12:28Z
2020-05-27 00:13:56 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-05-27 00:13:56 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=a8686abf71205ff537da8157cecc408b95f0b810
2020-05-27 00:13:56 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rke-tools.git
2020-05-27 00:13:43 UTC
224 MB
C:\Users\ContainerAdministrator\AppData\Local
POWERSHELL_DISTRIBUTION_CHANNELPSDocker-NanoServer-1903-KB4556799-amd64
PSCORE\PowerShell\pwsh.exe
PSModuleAnalysisCachePath\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache
ProgramFilesC:\Program Files
WindowsPATHC:\Windows\system32;C:\Windows
[#000] sha256:f49ab60fabcebebacda3cacf219653f3141a6fc49c315a40e1b3c3c74416d5f2 - 43.81% (97.9 MB)
[#001] sha256:4f01cf3a1b0dafb8353a6fa521bff8c69118dd20e23e5c2fbae58f245834da23 - 0.0% (823 Bytes)
[#002] sha256:28317b1ad422544c5b2a930ce6515583550676e7a7bde5ce57605eb547459461 - 0.0% (829 Bytes)
[#003] sha256:deaa5b1f9c80566a578f2ddf20d259240ed526b42052b086c300472cd38d423e - 0.0% (830 Bytes)
[#004] sha256:b2e67f1d1d866084947894ff3a908a3568122b43fffd7209bbb516e3220965fa - 0.0% (830 Bytes)
[#005] sha256:a26b21eafc9001cadaac8a8e3bf75cf2a0de91add2d0042812e4a66e87ff5026 - 0.0% (831 Bytes)
[#006] sha256:ba25d2f5cbdea28732a96cac70a5372420cba69421290a4dccc6e3bbb2b3faa5 - 0.0% (856 Bytes)
[#007] sha256:bfdf91371b15736b98a1a4aa872cfbe309115dc27359d5605a76c3b8a0f976cb - 0.03% (65.6 KB)
[#008] sha256:3ca4a83569c9a91f78238d9475a62f140206d9471d6c175b56181b359484a4e8 - 0.0% (832 Bytes)
[#009] sha256:bd1e8362c35aeb8caaa561582ac1e54e60ff1d8a517a2eee40dba214ba9d295e - 39.71% (88.8 MB)
[#010] sha256:9e73f992c5ef4d8a465fabba62470235ae031cdddf31558439d26ec9bfb20b2c - 0.04% (95.3 KB)
[#011] sha256:2ce12a5ad805148c2ca21030f29d433ee53f88b7e26a5be97c3e0792bdf566a2 - 0.0% (830 Bytes)
[#012] sha256:2a4e14dd2e10ac8c99d41f9a1b895ccc19c0e50f37bf916b08f054cd0c5d24e5 - 0.0% (851 Bytes)
[#013] sha256:6cefba197db5525785a49d0ed32dc547ecba053d20c49d6e9587840b10687236 - 0.0% (829 Bytes)
[#014] sha256:6448194585679262174b470a7cceb26751c27c8c69679aa302a2c7de364ab0c1 - 0.02% (41.4 KB)
[#015] sha256:d7f97cfd4c222a9984436dc11a00e9eda7e15d03a36bdc4f24be7adea5030864 - 4.42% (9.88 MB)
[#016] sha256:6f70ba079a20fbec5d09659f981d1edef52819e216ca952ba0431f2c3bcff032 - 0.74% (1.66 MB)
[#017] sha256:2a777f3d15c8ba8b71452aa8515035d27bc29fa8d2f34858b038df64a0fccaca - 7.44% (16.6 MB)
[#018] sha256:f015ec0d930880f736e13cfc5496f3fd2eaccd621895fe8b22c442cf758dfcda - 3.69% (8.26 MB)
[#019] sha256:28c3e4b19832436b51320d459a32ab5bac14495dd94980c1a96ae75614c452dc - 0.09% (209 KB)
[#020] sha256:c5eeb42793af44ead09f57021d2edf51865ff6833b51600bad5d76bf06956edb - 0.0% (8.09 KB)
[#021] sha256:3b55149536b8dd88445e359aa115aca3beda729633879e9d2bfe3c07e7f143b8 - 0.0% (1.5 KB)
[#022] sha256:b99e1cc39093c79761151d8505057e602ed0b0d0a956523dc81d43d5dd12c4a3 - 0.0% (1.39 KB)
[#023] sha256:845ccc53e73f9e5c18aba50e1ac709d301b4cf5407fbb912a81190d1d4fd76ab - 0.0% (7.21 KB)
[#024] sha256:d18aadf75ecd886f484d398652a75f35b2a7a18257b8260e19f82dbc3a8754ae - 0.0% (6.28 KB)
[#025] sha256:0781f60d997f6a7fa7ca47d6ea7531b8604b0ff8786744849b5c745ac248a6da - 0.0% (828 Bytes)
[#026] sha256:4a84b7142dfbd91bf4d4d4692a8d44ca4a5a862a0a73758c0cdfc1e414b021fa - 0.0% (830 Bytes)
[#027] sha256:42197ad00a25cfddc6b7f0a5fb26d9cde219c56bf2205cf7f0fa2c8cc442d385 - 0.0% (856 Bytes)
[#028] sha256:8b2f27f82fbb839ef1ab0f490bfb61d40e3ddb0593550abfac9a9f6d384506cc - 0.0% (828 Bytes)
[#029] sha256:819fc77dc42ae8dac680b0a6880bd96d2ce6a9020630ec5ba560564ac385cc3f - 0.0% (857 Bytes)
[#030] sha256:6e44f3985dae9682b4d2f48b561a55c42fa935b3707fb967052cc7917caf62c6 - 0.0% (829 Bytes)
[#031] sha256:f14629a365dde69183673e39b0a853d0b38c824657749727051f87335ba30f1e - 0.0% (854 Bytes)
Apply image 1903-KB4556799-amd64
2020-05-18 22:56:33 UTCcmd /S /C #(nop) ARG fromTag=1709
2020-05-18 22:56:33 UTCcmd /S /C #(nop) ARG VCS_REF=none
2020-05-18 22:56:34 UTCcmd /S /C #(nop) ARG PS_VERSION=7.0.0
2020-05-18 22:56:34 UTCcmd /S /C #(nop) ARG IMAGE_NAME=mcr.microsoft.com/powershell
2020-05-18 22:56:35 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-KB4556799-amd64
2020-05-18 22:56:35 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-05-18 22:56:56 UTC|4 IMAGE_NAME=mcr.microsoft.com/v7.0.1/powershell:7.0.1-nanoserver-1903 PS_VERSION=7.0.1 VCS_REF=1c0d50b fromTag=1903-KB4556799-amd64 cmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2020-05-18 22:56:57 UTCcmd /S /C #(nop) USER ContainerUser
2020-05-18 22:57:14 UTCcmd /S /C #(nop) COPY dir:49cece52bcd3694ca2c7c2dc6a49e6b63c29496007be4f5428855a121896e1ad in C:\Program Files\PowerShell
2020-05-18 22:57:45 UTC|4 IMAGE_NAME=mcr.microsoft.com/v7.0.1/powershell:7.0.1-nanoserver-1903 PS_VERSION=7.0.1 VCS_REF=1c0d50b fromTag=1903-KB4556799-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-05-18 22:57:46 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=1c0d50b org.label-schema.vendor=PowerShell org.label-schema.version=7.0.1 org.label-schema.schema-version=1.0 org.label-schema.docker.cmd=docker run mcr.microsoft.com/v7.0.1/powershell:7.0.1-nanoserver-1903 pwsh -c '' org.label-schema.docker.cmd.devel=docker run mcr.microsoft.com/v7.0.1/powershell:7.0.1-nanoserver-1903 org.label-schema.docker.cmd.test=docker run mcr.microsoft.com/v7.0.1/powershell:7.0.1-nanoserver-1903 pwsh -c Invoke-Pester org.label-schema.docker.cmd.help=docker run mcr.microsoft.com/v7.0.1/powershell:7.0.1-nanoserver-1903 pwsh -c Get-Help
2020-05-18 22:57:47 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2020-05-25 06:44:58 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-05-27 00:13:36 UTCcmd /S /C #(nop) COPY file:40905c89ebeb689893224df574528d0a87cc76f3611c8ca684a9a802d7cd450f in \Windows\System32\
2020-05-27 00:13:36 UTCcmd /S /C #(nop) COPY multi:c7bc568dafcf1004fb5e7bc503225870bffc7cabf37c00538c79e521ac1c5684 in \Windows\
2020-05-27 00:13:37 UTCcmd /S /C #(nop) COPY dir:c0de291f8f78d9d493a1b6b38928748e390b958d81b00600ccea66b556303d4c in \etc\nginx
2020-05-27 00:13:38 UTCcmd /S /C #(nop) COPY multi:058f1d8d42c82d0fed6ad2a4ad56a57e380ac9ff73fc0150ec84795d3ba9f82d in \opt\cni\bin\
2020-05-27 00:13:38 UTCcmd /S /C #(nop) COPY file:89fcfaba3ae82bb701610bdb83ac925252c85793e71c3784cf6e75cbebb9d82f in \opt\bin\
2020-05-27 00:13:39 UTCcmd /S /C #(nop) COPY dir:0f40db0dfa22483721e3097243b3b6283256a3d01fd4f8757a36b3a18315c56c in \share\kubelet-volumeplugins
2020-05-27 00:13:39 UTCcmd /S /C #(nop) COPY file:43624d171666e64b77e61c7f1bc07c8d8042502b989ec52b69f4ac62667c7f23 in \share\gce-patch\
2020-05-27 00:13:40 UTCcmd /S /C #(nop) COPY dir:0e091b4a45618ee5e0a3fdbf36ec9bf3f32176adcefc57aad240d792cd57c41e in \etc\confd\templates\
2020-05-27 00:13:40 UTCcmd /S /C #(nop) COPY dir:2e4532e0dcb87e2b51373fad8042d50a8ee8583f21892134532191fc727c666a in \etc\confd\conf.d\
2020-05-27 00:13:40 UTCcmd /S /C #(nop) COPY multi:8335c168da31512f3bdeeb5590614a33f9780cd111d3ecc22e15dde362e57338 in \usr\bin\
2020-05-27 00:13:41 UTCcmd /S /C #(nop) COPY multi:eab48b27f611ad20dc2dca207d36808f1dba3d504851b9b749a6db0655521212 in \share\scripts\
2020-05-27 00:13:41 UTCcmd /S /C #(nop) VOLUME [c:/opt/rke-tools]
2020-05-27 00:13:41 UTCcmd /S /C #(nop) VOLUME [c:/run]
2020-05-27 00:13:41 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh.exe" "-NoLogo"]
2020-05-27 00:13:42 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-05-27T00:12:26Z
2020-05-27 00:13:42 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-05-27 00:13:42 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=a8686abf71205ff537da8157cecc408b95f0b810
2020-05-27 00:13:43 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rke-tools.git
2020-05-27 00:13:11 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:e06812264c445eac3a342d51c18cbe292cb856543a1eb57b8750ba1f47752c19 - 1.37% (601 KB)
[#003] sha256:a189ffc5e9c24fb9741cba9111af83b34246805c27c4e18e69b6f344ec555669 - 23.84% (10.2 MB)
[#004] sha256:72f5970792ea2370cde7ec09a3fef485b7306cf2fb20d099c9fdf018505aeeb0 - 0.0% (160 Bytes)
[#005] sha256:6b1cf78032932d8413f9265d7acaae6208ce28c8b1a5ee742e160e49f12cc004 - 33.72% (14.4 MB)
[#006] sha256:52f498cb201bff15236ff7a487af5542a55ea6be0c12aa8a273584be580255b5 - 3.63% (1.55 MB)
[#007] sha256:464d06782de3bd11b40f4decd3882a8aff11441286e864999bd0f34500ff6558 - 10.81% (4.61 MB)
[#008] sha256:98b53a2d6e5e0f1723e651adff76fa2a9439d8ae645505476805124cbefd2092 - 0.0% (439 Bytes)
[#009] sha256:44a8032f61dac23209e07fdaee5bc30e2aa7c60c41ab46ae0a0ff3349228d528 - 0.0% (276 Bytes)
[#010] sha256:bf434bc37fc4bdbc195450cf1d0a4ccaa5f12a8e2449a9c00bc298b1894a7d35 - 0.0% (898 Bytes)
[#011] sha256:8f1568d18a4d14ae3f24be5f29aea5c48494c117c9a0a47a59e7168768fc2b29 - 0.01% (2.44 KB)
[#012] sha256:06c9ef9b166ad7932653c75750d3a9d5be6baf3b5e18415a2c75f9d146762841 - 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-05-27 00:12:56 UTC/bin/sh -c #(nop) LABEL maintainer=Rancher Labs <support@rancher.com>
2020-05-27 00:12:56 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2020-05-27 00:12:56 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-05-27 00:12:58 UTC|1 ARCH=arm64 /bin/sh -c apk -U --no-cache add bash && rm -f /bin/sh && ln -s /bin/bash /bin/sh
2020-05-27 00:13:02 UTC|1 ARCH=arm64 /bin/sh -c apk -U --no-cache add curl wget ca-certificates tar sysstat acl && mkdir -p /opt/rke-tools/bin /etc/confd && curl -sLf https://github.com/kelseyhightower/confd/releases/download/v0.16.0/confd-0.16.0-linux-${ARCH} > /usr/bin/confd && chmod +x /usr/bin/confd && curl -sLf ${!DOCKER_URL} | tar xvzf - -C /opt/rke-tools/bin --strip-components=1 docker/docker && chmod +x /opt/rke-tools/bin/docker && apk del curl
2020-05-27 00:13:03 UTC|1 ARCH=arm64 /bin/sh -c mkdir -p /opt/cni/bin
2020-05-27 00:13:05 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-05-27 00:13:06 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-05-27 00:13:06 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-05-27 00:13:08 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-05-27 00:13:09 UTC/bin/sh -c #(nop) COPY dir:1fa0e250ab3f00d19fa4d0b28a4ed2ca020a8fc82a15bd9e830a2772b3fbd8fd in /etc/confd/templates/
2020-05-27 00:13:09 UTC/bin/sh -c #(nop) COPY dir:0459a3816a50ad2a038015821c58d4a730723e9ef118d6d168a9730d9dbc6dca in /etc/confd/conf.d/
2020-05-27 00:13:09 UTC/bin/sh -c #(nop) COPY multi:51ed3ec74222ac2a438a9df330792e78e1c951fe070a696c3a664c99a5d7445c in /usr/bin/
2020-05-27 00:13:09 UTC/bin/sh -c #(nop) COPY multi:29127ca038ff1c6ad8f3c18d62dc65401dc49583d41fb4726b44bd3979b73242 in /opt/rke-tools/
2020-05-27 00:13:10 UTC/bin/sh -c #(nop) COPY file:830143cf54150f16c8b5c519d94c934cb57c281f523b9abfc0afdc6f80f9d98c in /opt/rke-tools
2020-05-27 00:13:10 UTC/bin/sh -c #(nop) VOLUME [/opt/rke-tools]
2020-05-27 00:13:10 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2020-05-27 00:13:11 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-05-27T00:12:54Z
2020-05-27 00:13:11 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2020-05-27 00:13:11 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=a8686abf71205ff537da8157cecc408b95f0b810
2020-05-27 00:13:11 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.