2019-09-18 02:20:13 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:7511c962f222d9d9304fc43bc524862fe85ad59de8acfd20e75db794551faac5 - 1.27% (592 KB)
[#003] sha256:03462d0977e4890d9d597c294526b9f4003ed9169e7cd4bd480cc52295653554 - 24.59% (11.2 MB)
[#004] sha256:a4fcb18715e4ac1ca624bc0367a8b835a0c78cf7ce221031e84c60c870d88286 - 0.0% (161 Bytes)
[#005] sha256:2e89e21e242010458805d80d137c30b7b17b5a2ab3f9132e6adb3cd40c439ea8 - 34.02% (15.4 MB)
[#006] sha256:69ee0946a4a94ca7ca6f793f014da097b31f3c137829f78658e06585e8d2e48f - 3.67% (1.67 MB)
[#007] sha256:ce219ece85675d3ce912cb6b1d95d566783d30c6dbbdb336a054f5c82a9e1f65 - 10.84% (4.92 MB)
[#008] sha256:7fa7e8d62145f2a2a16f07a0c1ab19d11e5cc20b67a5738c8f039a056c0d1c7f - 0.0% (439 Bytes)
[#009] sha256:6980bd5bb3c60ef1e099e3d5c7ea935afa957b0f7b408edb3e733cd582cccdea - 0.0% (276 Bytes)
[#010] sha256:f7ead08cacbf09c8777252753c656d88a7782484e2b13ad3446e1d7bcc17cd97 - 0.0% (751 Bytes)
[#011] sha256:19d42974b75d25afa8b7b9071d4e746060cfc50578ca9dff2f0a3490b521f90d - 0.0% (2.22 KB)
[#012] sha256:11153ed737ac050f5a588a0d1714bd492e63fe7aea9bf6b49c29fe0bde75de43 - 7.92% (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;"]
2019-09-18 02:19:57 UTC/bin/sh -c #(nop) LABEL maintainer=Rancher Labs <support@rancher.com>
2019-09-18 02:19:58 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2019-09-18 02:19:58 UTC/bin/sh -c #(nop) ENV DOCKER_URL_amd64=https://get.docker.com/builds/Linux/x86_64/docker-1.12.3.tgz DOCKER_URL_arm64=https://github.com/rancher/docker/releases/download/v1.12.3/docker-v1.12.3_arm64.tgz DOCKER_URL=DOCKER_URL_amd64
2019-09-18 02:19:59 UTC|1 ARCH=amd64 /bin/sh -c apk -U --no-cache add bash && rm -f /bin/sh && ln -s /bin/bash /bin/sh
2019-09-18 02:20:02 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
2019-09-18 02:20:03 UTC|1 ARCH=amd64 /bin/sh -c mkdir -p /opt/cni/bin
2019-09-18 02:20:05 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
2019-09-18 02:20:06 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}
2019-09-18 02:20: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_amd64
2019-09-18 02:20:08 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
2019-09-18 02:20:08 UTC/bin/sh -c #(nop) COPY dir:1fa0e250ab3f00d19fa4d0b28a4ed2ca020a8fc82a15bd9e830a2772b3fbd8fd in /etc/confd/templates/
2019-09-18 02:20:09 UTC/bin/sh -c #(nop) COPY dir:0459a3816a50ad2a038015821c58d4a730723e9ef118d6d168a9730d9dbc6dca in /etc/confd/conf.d/
2019-09-18 02:20:09 UTC/bin/sh -c #(nop) COPY multi:320e0987ab3403a06f3f794891a29548fd4ce7ef42ae2c9e66603a55cd2c44fd in /usr/bin/
2019-09-18 02:20:09 UTC/bin/sh -c #(nop) COPY multi:a40defef61948d2e245c428db8db8bbef5784f8e3c63a3e4d87edbff5fec0040 in /opt/rke-tools/
2019-09-18 02:20:10 UTC/bin/sh -c #(nop) COPY file:874204d95863c879ca9e8dd87adf15f2af1781548b67e8e604883203f9383ff0 in /opt/rke-tools
2019-09-18 02:20:10 UTC/bin/sh -c #(nop) VOLUME [/opt/rke-tools]
2019-09-18 02:20:11 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2019-09-18 02:20:11 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2019-09-18T02:19:56Z
2019-09-18 02:20:11 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2019-09-18 02:20:12 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=8be3757c440e013a7049bfc64143aeb504684559
2019-09-18 02:20:13 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rke-tools.git
2019-09-18 02:20:45 UTC
185 MB
C:\Users\ContainerAdministrator\AppData\Local
PATHC:\Windows\system32;C:\Windows;C:\Program Files\PowerShell;
PSCORE\PowerShell\pwsh.exe
PSModuleAnalysisCachePath\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache
ProgramFilesC:\Program Files
WindowsPATHC:\Windows\system32;C:\Windows
[#000] sha256:cf10787548c4aa1257b52cd773abeda0d39f7e9f0ba54160f20911e2622301a2 - 51.69% (95.8 MB)
[#001] sha256:31a8a738bba83da1b145d593deff88dbd706f00ca0e17e36ca67c8a004c67185 - 0.0% (830 Bytes)
[#002] sha256:7a8625b6ef8037b5213f3ba3671ff306ef51986293fc86a0894c614fe2db8d4f - 0.0% (827 Bytes)
[#003] sha256:23584b3a9cc3313bee32e1f94f6a1c2ebe270190871397179b42c394b8829353 - 0.0% (825 Bytes)
[#004] sha256:aaf71d38b03d1865d22464594fb28da66e86ecda087c7a15ef092bcb1a117037 - 0.0% (827 Bytes)
[#005] sha256:d9555df8878040686d7cf04132a72caf75e1769c644093549887a9f01243ab3b - 0.0% (822 Bytes)
[#006] sha256:a7f1f0f206265439f1cfc66839e42d38209cea83a9e40133a5cb23b8fa018851 - 0.0% (833 Bytes)
[#007] sha256:4629a687a5633c94fb41c9d6853f1e0b21090e58fdeeb6515ae08897bfbeee28 - 29.55% (54.7 MB)
[#008] sha256:7783c2179527b172811e9a63008f94bff9d7e8b462f0d328a24c0a965376845f - 0.07% (128 KB)
[#009] sha256:3f9717d6ff9f7a834a3b7907973a9a7110342bd30d2efa7972c28f65b537cc0e - 0.0% (831 Bytes)
[#010] sha256:69a9b533c06a1a2cc4ad1e07f90da11808a92338d38d3694c4c6996d734279d7 - 0.0% (905 Bytes)
[#011] sha256:cfd64ce5ea825a6fbe8754671ccb44eddd2c8f628aac415f183f1e92154f331e - 0.02% (41.4 KB)
[#012] sha256:ef95acd182ad616ced0c16e0bfed80b02d17460069722450a472ed91f70933e8 - 5.33% (9.88 MB)
[#013] sha256:36f4f2871850438315b8fa79b4e5f49c6b376ad71b406b9d1f72147fa4d3d17b - 0.89% (1.66 MB)
[#014] sha256:7951f5e1726f1c9bd7e41e3f909e7c72516cab099e36b5a6a220d2cab4ace2bd - 7.85% (14.5 MB)
[#015] sha256:27bafc6b58c3cbb516501a7c7f5216db8c013c138d2f7b0ce97a9a32c068eb09 - 4.47% (8.28 MB)
[#016] sha256:6332b9c42912738e429868f81d646c89ac92f90266f76a5f383240f04df7b44a - 0.11% (205 KB)
[#017] sha256:1bbaa98f844d47a34f11e526324e6225f08248eb49ca6a904a8b5b219be89821 - 0.0% (8.12 KB)
[#018] sha256:27387c96784f2fc686e623f85c1e592847665e12af9e26a12c93dc7645d7db30 - 0.0% (1.55 KB)
[#019] sha256:fa0667a2a008202a682aea15fd0079e12ff35673058a28174a5cf5b4b573f2cc - 0.0% (1.41 KB)
[#020] sha256:c02d53e45ff1f144af5e197507134bf8429eabb41f3ccbdee01d46a27600fffb - 0.0% (7.06 KB)
[#021] sha256:1621dd7ea6be2d7217a9d73aa4c2276a34586164ba6d4606a6e9491f81861691 - 0.0% (6.11 KB)
[#022] sha256:543437be13c2b0f4482e76a3524d27d24e1cd7eb0eb1ce4ca04d2987f4e79e86 - 0.0% (880 Bytes)
[#023] sha256:e8e5268b011d7dd7eee728dec54805556e9b76e88f8e90049534f62b1a70fc4e - 0.0% (882 Bytes)
[#024] sha256:8fd54ae87d040611c7bc95610a4354fe13073f382eca420e3c468f8ae4678e5c - 0.0% (903 Bytes)
[#025] sha256:aef5dfa893829a4bcdff4d4f63afcc84cc4a6d47ede319c06989ce7924d30a85 - 0.0% (921 Bytes)
[#026] sha256:1a34e1bcabb3875fad0363d693965a49a7a830e4d49820c5d05871bc3d827db6 - 0.0% (902 Bytes)
[#027] sha256:bd476305f69dc58835c85c8afd868370ac591996e7591a5183d9fd4e0ecd989c - 0.0% (917 Bytes)
[#028] sha256:ad6c31d5a158d6e068c5f59d52ea0e6208d855b8c4527e785bf45d29e795762a - 0.0% (881 Bytes)
Apply image 1809-KB4512578-amd64
2019-09-12 18:42:13 UTCcmd /S /C #(nop) ARG VCS_REF=none
2019-09-12 18:42:13 UTCcmd /S /C #(nop) ARG PS_VERSION=6.2.0
2019-09-12 18:42:14 UTCcmd /S /C #(nop) ARG IMAGE_NAME=mcr.microsoft.com/powershell
2019-09-12 18:42:14 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=ea18e7b org.label-schema.vendor=PowerShell org.label-schema.version=6.2.3 org.label-schema.schema-version=1.0 org.label-schema.docker.cmd=docker run mcr.microsoft.com/v6.2.3/powershell:6.2.3-nanoserver-1809 pwsh -c '' org.label-schema.docker.cmd.devel=docker run mcr.microsoft.com/v6.2.3/powershell:6.2.3-nanoserver-1809 org.label-schema.docker.cmd.test=docker run mcr.microsoft.com/v6.2.3/powershell:6.2.3-nanoserver-1809 pwsh -c Invoke-Pester org.label-schema.docker.cmd.help=docker run mcr.microsoft.com/v6.2.3/powershell:6.2.3-nanoserver-1809 pwsh -c Get-Help
2019-09-12 18:42: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
2019-09-12 18:42:15 UTCcmd /S /C #(nop) ENV PATH=C:\Windows\system32;C:\Windows;C:\Program Files\PowerShell;
2019-09-12 18:42:24 UTCcmd /S /C #(nop) COPY dir:cc4c542ef52db3db25fd993a2fdf182b8597d8c657d7bacab17200fc592cf78c in C:\Program Files\PowerShell
2019-09-12 18:43:12 UTC|3 IMAGE_NAME=mcr.microsoft.com/v6.2.3/powershell:6.2.3-nanoserver-1809 PS_VERSION=6.2.3 VCS_REF=ea18e7b 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 ; }"
2019-09-12 18:43:12 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2019-09-17 19:07:30 UTCcmd /S /C #(nop) USER ContainerAdministrator
2019-09-18 02:20:33 UTCcmd /S /C #(nop) COPY file:7c80292bbdacca850f1c78ac775579f109a75cbe9ac1bb97343dd4ce682a68b3 in \Windows\System32\
2019-09-18 02:20:34 UTCcmd /S /C #(nop) COPY multi:c7bc568dafcf1004fb5e7bc503225870bffc7cabf37c00538c79e521ac1c5684 in \Windows\
2019-09-18 02:20:35 UTCcmd /S /C #(nop) COPY dir:c0de291f8f78d9d493a1b6b38928748e390b958d81b00600ccea66b556303d4c in \etc\nginx
2019-09-18 02:20:38 UTCcmd /S /C #(nop) COPY multi:e57c2c5b01f1d528a6dbf16cea656dd9c2c6d654dfc2516d54e675cc05cb4b98 in \opt\cni\bin\
2019-09-18 02:20:39 UTCcmd /S /C #(nop) COPY file:475865290df3a6cba84a566d32d877cbb41da32fb92dc040522e7ba42477e9b1 in \opt\bin\
2019-09-18 02:20:40 UTCcmd /S /C #(nop) COPY dir:fb4dce9f658bcb0ff4c11527e4071d2b41a05f9f51fa6dee8922ac79357a7b52 in \share\kubelet-volumeplugins
2019-09-18 02:20:40 UTCcmd /S /C #(nop) COPY file:43624d171666e64b77e61c7f1bc07c8d8042502b989ec52b69f4ac62667c7f23 in \share\gce-patch\
2019-09-18 02:20:41 UTCcmd /S /C #(nop) COPY dir:0e091b4a45618ee5e0a3fdbf36ec9bf3f32176adcefc57aad240d792cd57c41e in \etc\confd\templates\
2019-09-18 02:20:41 UTCcmd /S /C #(nop) COPY dir:2e4532e0dcb87e2b51373fad8042d50a8ee8583f21892134532191fc727c666a in \etc\confd\conf.d\
2019-09-18 02:20:41 UTCcmd /S /C #(nop) COPY multi:fcb395e7f24a96701c6e2314e25b98bdd8737c6dace15d4c637fa55c82a8f7c5 in \usr\bin\
2019-09-18 02:20:42 UTCcmd /S /C #(nop) COPY multi:27f6380748a84bc063fd4ce00431bcd734a0a88e494f3fcb56011600ed4adf95 in \share\scripts\
2019-09-18 02:20:42 UTCcmd /S /C #(nop) VOLUME [c:/opt/rke-tools]
2019-09-18 02:20:43 UTCcmd /S /C #(nop) VOLUME [c:/run]
2019-09-18 02:20:43 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh.exe" "-NoLogo"]
2019-09-18 02:20:44 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2019-09-18T02:19:29Z
2019-09-18 02:20:44 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2019-09-18 02:20:45 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=8be3757c440e013a7049bfc64143aeb504684559
2019-09-18 02:20:45 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rke-tools.git
2019-09-18 02:20:42 UTC
188 MB
C:\Users\ContainerAdministrator\AppData\Local
PATHC:\Windows\system32;C:\Windows;C:\Program Files\PowerShell;
PSCORE\PowerShell\pwsh.exe
PSModuleAnalysisCachePath\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache
ProgramFilesC:\Program Files
WindowsPATHC:\Windows\system32;C:\Windows
[#000] sha256:d29f8f3689f86360ec5508282eaa803e3634a93ddbb1990ed92e608fc89096dc - 52.29% (98.1 MB)
[#001] sha256:446dc6511ddcfb777eab98529b7b83d671dadfc31e9617983979e7807c29cd3f - 0.0% (828 Bytes)
[#002] sha256:ffa747c13622ea211025b061d7e56e6c49f29d034e9c3a6ee51b8bcc048c7696 - 0.0% (896 Bytes)
[#003] sha256:b62f66ce2ff6d2cd13eac025cc4134b3e7288665b6aab0aacc93604410310670 - 0.0% (809 Bytes)
[#004] sha256:6829b790015bca0944f0adf39859fe10893fff15ab038ac81b1d356d432b2264 - 0.0% (830 Bytes)
[#005] sha256:1a5508aa7d2f0021487c59801b4c85d4c2bd33bc77eb1f3a8223661c974a8512 - 0.0% (827 Bytes)
[#006] sha256:96bfb26b3151a2192b79133937c18ee9f95d6c76c934ec87aeb174357b70f9ff - 0.0% (830 Bytes)
[#007] sha256:bff9d71854d0c0851fd6e50eb6dcd9c985df5b72cbc3d3bacc10052a5bef87ff - 29.18% (54.7 MB)
[#008] sha256:352f0bc2c9ca41eabe0728df4afff18c65732b32b484d5780b45aa7fd52df439 - 0.07% (128 KB)
[#009] sha256:c71c11ca485ed16ef9993229a8e57f7af1ffc9f932a4d457328a068786527620 - 0.0% (830 Bytes)
[#010] sha256:df69c1d7f1869fdc90ce186d763909d26e4d78fa2c2ae140ee622466c0b9a8a4 - 0.0% (923 Bytes)
[#011] sha256:3c07185247d6277227444b96611a25913c316abaaffafb835cfddeb4062bbd6d - 0.02% (41.4 KB)
[#012] sha256:a73bcf65b8031a37c2542c7e49b92798f0e1732d6a9eda218363481af84281ac - 5.26% (9.88 MB)
[#013] sha256:5b986372d1e7863fa4ec449efc5e6660db7eb2fb5e9f72313a15cfab07522570 - 0.88% (1.66 MB)
[#014] sha256:3018d40728f5f9872babd7b16d323ae27bffd126c62969ffc952e64abe8f2483 - 7.75% (14.5 MB)
[#015] sha256:70851d6cc1ddbe470e28c2bf8a8ac85ccc4cb1f47f18d05ada35734176bee318 - 4.42% (8.28 MB)
[#016] sha256:5ee49ceffe77c52392a1a63a1646994b0c2b64a04b0567c9725526032e1a36ba - 0.11% (205 KB)
[#017] sha256:a22a991949c8de5ccd9ba33443eb141e4d960e9e2c6ef1d412bb50b305c9a154 - 0.0% (8.12 KB)
[#018] sha256:f9c7fa61f13c717aecd4d4758ef4cfe42fe3877d9688bf459b276f936347beaf - 0.0% (1.5 KB)
[#019] sha256:4c3f4aa433e8af88efee30a92fe20892268d651aea90a2879dca31238b626424 - 0.0% (1.34 KB)
[#020] sha256:3518786b63692507a17dbf45d3910be5d67b7ffbf0cadc487d8654cf705b5cfe - 0.0% (7.04 KB)
[#021] sha256:8e033c8dadbc11b76b357c6e827070a2af5f8903109151548a52546f93740b8b - 0.0% (6.1 KB)
[#022] sha256:039f68ff021b8de49c68c583a40290c087bff9250697584dfcd683dbd4890098 - 0.0% (833 Bytes)
[#023] sha256:d3759ab1668850312b7038103c47ec0046df47302fc9e5469dee679016a9b656 - 0.0% (870 Bytes)
[#024] sha256:babf2a2c5564207d1f14cafe941bfae6d2e69bcb74f1e7c9f04fbb8a32e99abd - 0.0% (874 Bytes)
[#025] sha256:f98ed3542e691942cbe4364092a77a06b605685520e36f3b727596e2b8fb05e4 - 0.0% (835 Bytes)
[#026] sha256:5b3b6cfbcb729fc82325a58b9fe983408f81879717341aafa089d2cec9370121 - 0.0% (865 Bytes)
[#027] sha256:8a5481a80091f12ae569b1c0dc009d5cc6f28539828ca96a8f1cbd8f8024b403 - 0.0% (883 Bytes)
[#028] sha256:64134a706951b648266abcdadf28dc5012cfba1f8bea6f04d60f6b2be63fb417 - 0.0% (831 Bytes)
Apply image 1903-KB4515384-amd64
2019-09-12 18:46:47 UTCcmd /S /C #(nop) ARG VCS_REF=none
2019-09-12 18:46:47 UTCcmd /S /C #(nop) ARG PS_VERSION=6.2.0
2019-09-12 18:46:48 UTCcmd /S /C #(nop) ARG IMAGE_NAME=mcr.microsoft.com/powershell
2019-09-12 18:46:49 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=ea18e7b org.label-schema.vendor=PowerShell org.label-schema.version=6.2.3 org.label-schema.schema-version=1.0 org.label-schema.docker.cmd=docker run mcr.microsoft.com/v6.2.3/powershell:6.2.3-nanoserver-1903 pwsh -c '' org.label-schema.docker.cmd.devel=docker run mcr.microsoft.com/v6.2.3/powershell:6.2.3-nanoserver-1903 org.label-schema.docker.cmd.test=docker run mcr.microsoft.com/v6.2.3/powershell:6.2.3-nanoserver-1903 pwsh -c Invoke-Pester org.label-schema.docker.cmd.help=docker run mcr.microsoft.com/v6.2.3/powershell:6.2.3-nanoserver-1903 pwsh -c Get-Help
2019-09-12 18:46:49 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
2019-09-12 18:46:50 UTCcmd /S /C #(nop) ENV PATH=C:\Windows\system32;C:\Windows;C:\Program Files\PowerShell;
2019-09-12 18:47:01 UTCcmd /S /C #(nop) COPY dir:cc4c542ef52db3db25fd993a2fdf182b8597d8c657d7bacab17200fc592cf78c in C:\Program Files\PowerShell
2019-09-12 18:47:54 UTC|3 IMAGE_NAME=mcr.microsoft.com/v6.2.3/powershell:6.2.3-nanoserver-1903 PS_VERSION=6.2.3 VCS_REF=ea18e7b 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 ; }"
2019-09-12 18:47:54 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2019-09-16 21:09:56 UTCcmd /S /C #(nop) USER ContainerAdministrator
2019-09-18 02:20:29 UTCcmd /S /C #(nop) COPY file:40905c89ebeb689893224df574528d0a87cc76f3611c8ca684a9a802d7cd450f in \Windows\System32\
2019-09-18 02:20:31 UTCcmd /S /C #(nop) COPY multi:c7bc568dafcf1004fb5e7bc503225870bffc7cabf37c00538c79e521ac1c5684 in \Windows\
2019-09-18 02:20:32 UTCcmd /S /C #(nop) COPY dir:c0de291f8f78d9d493a1b6b38928748e390b958d81b00600ccea66b556303d4c in \etc\nginx
2019-09-18 02:20:35 UTCcmd /S /C #(nop) COPY multi:e57c2c5b01f1d528a6dbf16cea656dd9c2c6d654dfc2516d54e675cc05cb4b98 in \opt\cni\bin\
2019-09-18 02:20:36 UTCcmd /S /C #(nop) COPY file:475865290df3a6cba84a566d32d877cbb41da32fb92dc040522e7ba42477e9b1 in \opt\bin\
2019-09-18 02:20:37 UTCcmd /S /C #(nop) COPY dir:fb4dce9f658bcb0ff4c11527e4071d2b41a05f9f51fa6dee8922ac79357a7b52 in \share\kubelet-volumeplugins
2019-09-18 02:20:37 UTCcmd /S /C #(nop) COPY file:43624d171666e64b77e61c7f1bc07c8d8042502b989ec52b69f4ac62667c7f23 in \share\gce-patch\
2019-09-18 02:20:38 UTCcmd /S /C #(nop) COPY dir:0e091b4a45618ee5e0a3fdbf36ec9bf3f32176adcefc57aad240d792cd57c41e in \etc\confd\templates\
2019-09-18 02:20:38 UTCcmd /S /C #(nop) COPY dir:2e4532e0dcb87e2b51373fad8042d50a8ee8583f21892134532191fc727c666a in \etc\confd\conf.d\
2019-09-18 02:20:38 UTCcmd /S /C #(nop) COPY multi:fcb395e7f24a96701c6e2314e25b98bdd8737c6dace15d4c637fa55c82a8f7c5 in \usr\bin\
2019-09-18 02:20:39 UTCcmd /S /C #(nop) COPY multi:27f6380748a84bc063fd4ce00431bcd734a0a88e494f3fcb56011600ed4adf95 in \share\scripts\
2019-09-18 02:20:39 UTCcmd /S /C #(nop) VOLUME [c:/opt/rke-tools]
2019-09-18 02:20:40 UTCcmd /S /C #(nop) VOLUME [c:/run]
2019-09-18 02:20:40 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh.exe" "-NoLogo"]
2019-09-18 02:20:41 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2019-09-18T02:19:29Z
2019-09-18 02:20:41 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2019-09-18 02:20:41 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=8be3757c440e013a7049bfc64143aeb504684559
2019-09-18 02:20:42 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rke-tools.git
2019-09-18 02:22:36 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:07508b2cd5a14931ff367b608cc9edf62b3d7934c61de98fcc3a23fa472bd338 - 1.37% (601 KB)
[#003] sha256:25a9623f3c49ce5a3d45a18ab7b5d45cfb8532be8289b7c639d76c768a1732dd - 23.85% (10.2 MB)
[#004] sha256:4081dac1cc54c47e8ffa810137e4274095a960420113a0c67b21c7dc1098f204 - 0.0% (160 Bytes)
[#005] sha256:a78670a5fa7f2d1268af6e3618799265b88e02817c53f8229fe1c66689cf50e7 - 33.72% (14.4 MB)
[#006] sha256:98c9cd4e4a9a390e8d034fde2cd690aad251f565a7a5f53a3384f9e3dad98842 - 3.63% (1.55 MB)
[#007] sha256:7b9d14d2e3fc0014d1562b8efc743dbed3a41251ccf55e3eb6604973cfe72835 - 10.81% (4.61 MB)
[#008] sha256:f106adbb09f22879bfce17eb7a95a87fed0ef09133c44326fa5b7075db23ae1e - 0.0% (444 Bytes)
[#009] sha256:c41764db97efef3e3e28a7f1f090cace1fd5a9a85bcc333fe176b9f80a479cd4 - 0.0% (277 Bytes)
[#010] sha256:0155b8c1242bfd9783ec5cdeeac71ff4cd71fe78454fa5aac5c296a9c9c39a04 - 0.0% (748 Bytes)
[#011] sha256:51a0c3357389f3953feb9ea9365ec6dc0a291ef7408d37bc370370414adcbb19 - 0.01% (2.22 KB)
[#012] sha256:9e17e69cd9b7281b09c5a97e08c4ab472b4cb3090cfd4fcca25c12c0539cfc88 - 7.76% (3.31 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;"]
2019-09-18 02:22:13 UTC/bin/sh -c #(nop) LABEL maintainer=Rancher Labs <support@rancher.com>
2019-09-18 02:22:14 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2019-09-18 02:22:14 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
2019-09-18 02:22:15 UTC|1 ARCH=arm64 /bin/sh -c apk -U --no-cache add bash && rm -f /bin/sh && ln -s /bin/bash /bin/sh
2019-09-18 02:22:19 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
2019-09-18 02:22:20 UTC|1 ARCH=arm64 /bin/sh -c mkdir -p /opt/cni/bin
2019-09-18 02:22:23 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
2019-09-18 02:22:26 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}
2019-09-18 02:22:26 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
2019-09-18 02:22:29 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
2019-09-18 02:22:30 UTC/bin/sh -c #(nop) COPY dir:1fa0e250ab3f00d19fa4d0b28a4ed2ca020a8fc82a15bd9e830a2772b3fbd8fd in /etc/confd/templates/
2019-09-18 02:22:30 UTC/bin/sh -c #(nop) COPY dir:0459a3816a50ad2a038015821c58d4a730723e9ef118d6d168a9730d9dbc6dca in /etc/confd/conf.d/
2019-09-18 02:22:31 UTC/bin/sh -c #(nop) COPY multi:320e0987ab3403a06f3f794891a29548fd4ce7ef42ae2c9e66603a55cd2c44fd in /usr/bin/
2019-09-18 02:22:32 UTC/bin/sh -c #(nop) COPY multi:a40defef61948d2e245c428db8db8bbef5784f8e3c63a3e4d87edbff5fec0040 in /opt/rke-tools/
2019-09-18 02:22:33 UTC/bin/sh -c #(nop) COPY file:0edbce91dd392b1c34997f67d80970f6db31c259af99941e988fcff6a79025cb in /opt/rke-tools
2019-09-18 02:22:33 UTC/bin/sh -c #(nop) VOLUME [/opt/rke-tools]
2019-09-18 02:22:34 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2019-09-18 02:22:34 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2019-09-18T02:22:11Z
2019-09-18 02:22:35 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2019-09-18 02:22:36 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=8be3757c440e013a7049bfc64143aeb504684559
2019-09-18 02:22:36 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.