2020-09-08 19:14:21 UTC
155 MB
rancher/rancher-agent:master-4fbd822ceb7fbf030722bf5622911fef47d7984e-head
DOCKER_API_VERSION1.24
DOCKER_URLDOCKER_URL_amd64
DOCKER_URL_amd64https://get.docker.com/builds/Linux/x86_64/docker-1.10.3
DOCKER_URL_arm64https://github.com/rancher/docker/releases/download/v1.10.3-ros1/docker-1.10.3_arm64
KUBECTL_VERSIONv1.17.6
KUBEPROMPT_VERSIONv1.0.10
LOGLEVEL_VERSIONv0.1.3
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
SSL_CERT_DIR/etc/kubernetes/ssl/certs
[#000] sha256:f08d8e2a3ba11bea23cf5c17e8e1c620057412ed05c32d1114640e18d6dd0a43 - 16.42% (25.5 MB)
[#001] sha256:3baa9cb2483bd9c5329a44d9c2fe72535625bbd4308bca95785dd58e72c06365 - 0.02% (34.5 KB)
[#002] sha256:94e5ff4c0b1526abf77c236655f21c8f67a23313291c8b970fe6b469549d8153 - 0.0% (848 Bytes)
[#003] sha256:1860925334f940c3145808527480b4f0cba7f01279087fdb27679e4354fba967 - 0.0% (163 Bytes)
[#004] sha256:f973a6c9844bae1696d9c7721153e60e8cbddf2ead6972c819f9daff04f4143d - 0.0% (124 Bytes)
[#005] sha256:36d7b0847b6e604e43f2b0e879ab959cf39490163b07b3320c7b24d6df62c549 - 34.93% (54.2 MB)
[#006] sha256:d4f72327bfd04de20c3f0db5ecd2ee4eaeff15f2041665c719b9536bffc11d86 - 1.42% (2.2 MB)
[#007] sha256:db2177c46f96f785d9f7a9dd2bbf8a1e71c2cd9b1ed4e126fd47f7d7d0de29f1 - 0.79% (1.22 MB)
[#008] sha256:593132af139cba40d419628402abd3ee7fb50dc86b1e8b6e4e937b481b83501f - 17.14% (26.6 MB)
[#009] sha256:fb3746e4c00c8f1f411a85cebe73d3082d56c9177d74683060e5392fa6f6376e - 11.14% (17.3 MB)
[#010] sha256:4e8757a6fe4fdaa5c53e23c8b7bc0da0dc163dca4b02293e667164a8ca8bd571 - 18.13% (28.1 MB)
[#011] sha256:9d8ad59dc9b69ef1537a7288e65507156f30c62678c01da1ec8cf3918e91ea65 - 0.0% (171 Bytes)
/bin/sh -c #(nop) ADD file:5c125b7f411566e9daa738d8cb851098f36197810f06488c2609074296f294b2 in /
2020-08-19 21:13:52 UTC/bin/sh -c [ -z "$(apt-get indextargets)" ]
2020-08-19 21:13:53 UTC/bin/sh -c set -xe && echo '#!/bin/sh' > /usr/sbin/policy-rc.d && echo 'exit 101' >> /usr/sbin/policy-rc.d && chmod +x /usr/sbin/policy-rc.d && dpkg-divert --local --rename --add /sbin/initctl && cp -a /usr/sbin/policy-rc.d /sbin/initctl && sed -i 's/^exit.*/exit 0/' /sbin/initctl && echo 'force-unsafe-io' > /etc/dpkg/dpkg.cfg.d/docker-apt-speedup && echo 'DPkg::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' > /etc/apt/apt.conf.d/docker-clean && echo 'APT::Update::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' >> /etc/apt/apt.conf.d/docker-clean && echo 'Dir::Cache::pkgcache ""; Dir::Cache::srcpkgcache "";' >> /etc/apt/apt.conf.d/docker-clean && echo 'Acquire::Languages "none";' > /etc/apt/apt.conf.d/docker-no-languages && echo 'Acquire::GzipIndexes "true"; Acquire::CompressionTypes::Order:: "gz";' > /etc/apt/apt.conf.d/docker-gzip-indexes && echo 'Apt::AutoRemove::SuggestsImportant "false";' > /etc/apt/apt.conf.d/docker-autoremove-suggests
2020-08-19 21:13:55 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2020-08-19 21:13:55 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2020-09-08 19:13:46 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2020-09-08 19:13:47 UTC/bin/sh -c #(nop) ENV DOCKER_URL_amd64=https://get.docker.com/builds/Linux/x86_64/docker-1.10.3 DOCKER_URL_arm64=https://github.com/rancher/docker/releases/download/v1.10.3-ros1/docker-1.10.3_arm64 DOCKER_URL=DOCKER_URL_amd64
2020-09-08 19:13:47 UTC|1 ARCH=amd64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2020-09-08 19:13:48 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.17.6
2020-09-08 19:14:08 UTC|1 ARCH=amd64 /bin/sh -c apt-get update && apt-get install -y --no-install-recommends git curl ca-certificates jq iproute2 vim-tiny less bash-completion unzip sysstat acl && curl -sLf ${!DOCKER_URL} > /usr/bin/docker && chmod +x /usr/bin/docker && curl -sLf https://storage.googleapis.com/kubernetes-release/release/${KUBECTL_VERSION}/bin/linux/${ARCH}/kubectl > /usr/bin/kubectl && chmod +x /usr/bin/kubectl && DEBIAN_FRONTEND=noninteractive apt-get autoremove -y && DEBIAN_FRONTEND=noninteractive apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
2020-09-08 19:14:08 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2020-09-08 19:14:09 UTC|1 ARCH=amd64 /bin/sh -c curl -sLf https://github.com/rancher/loglevel/releases/download/${LOGLEVEL_VERSION}/loglevel-${ARCH}-${LOGLEVEL_VERSION}.tar.gz | tar xvzf - -C /usr/bin
2020-09-08 19:14:10 UTC|1 ARCH=amd64 /bin/sh -c curl -sL https://github.com/rancher/share-mnt/releases/download/v1.0.7/share-mnt-${ARCH}.tar.gz | tar xvzf - -C /usr/bin
2020-09-08 19:14:11 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2020-09-08 19:14:12 UTC|1 ARCH=amd64 /bin/sh -c curl -sL https://github.com/c-bata/kube-prompt/releases/download/${KUBEPROMPT_VERSION}/kube-prompt_${KUBEPROMPT_VERSION}_linux_${ARCH}.zip > /usr/bin/kube-prompt.zip && unzip /usr/bin/kube-prompt.zip -d /usr/bin
2020-09-08 19:14:12 UTC/bin/sh -c #(nop) ARG VERSION=dev
2020-09-08 19:14:13 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2020-09-08 19:14:13 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2020-09-08 19:14:13 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-4fbd822ceb7fbf030722bf5622911fef47d7984e-head
2020-09-08 19:14:13 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2020-09-08 19:14:17 UTC/bin/sh -c #(nop) COPY dir:16ccad40be07904d9d2d9a2db6bc49c9dbe2eca9ab81fe0b9bc71c67a14b0a1d in /var/lib/rancher-data
2020-09-08 19:14:19 UTC/bin/sh -c #(nop) COPY multi:95d701409e3431ffa4312ce0bdee08d791fcbdc6d7e090eeecc6e279a501583d in /usr/bin/
2020-09-08 19:14:20 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2020-09-08 19:14:20 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2020-09-08 19:14:20 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-09-08T19:13:26Z
2020-09-08 19:14:20 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2020-09-08 19:14:20 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=4fbd822ceb7fbf030722bf5622911fef47d7984e
2020-09-08 19:14:21 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-09-08 19:12:27 UTC
246 MB
rancher/rancher-agent:master-4fbd822ceb7fbf030722bf5622911fef47d7984e-head
DOCKER_API_VERSION1.24
LOCALAPPDATAC:\Users\ContainerAdministrator\AppData\Local
POWERSHELL_DISTRIBUTION_CHANNELPSDocker-NanoServer-1809-KB4565349-amd64
PSCORE\PowerShell\pwsh.exe
PSModuleAnalysisCachePath\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache
ProgramFilesC:\Program Files
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
WindowsPATHC:\Windows\system32;C:\Windows
[#000] sha256:ce1c649a3e5b5b5449776d4afce631c673cade12336ccb5a38a0aac7c9d8b2bc - 39.11% (96.3 MB)
[#001] sha256:dd67aa73f17f2ea5610b7c5d7be17ea75430ae9151156477fe83b1a44134cd06 - 0.0% (844 Bytes)
[#002] sha256:7e34345feb15509018046a85a9b7f81ae89d3bcd8fab31c6b8d72664315a35fd - 0.0% (861 Bytes)
[#003] sha256:afc0be28057abc92ba8bbaba59fadc17a585f141c19dea7b3748c7b2e004300b - 0.0% (893 Bytes)
[#004] sha256:1e90d2219685d9121ac89a7ce4aacd2214f1fd365d49d05f01450d88b13cf92a - 0.03% (66.1 KB)
[#005] sha256:9f12b12602d5bd3192c69d7663368684882d1957bad56af26d72737f5296ffed - 0.0% (835 Bytes)
[#006] sha256:d710fcc03cd365c69b7d17de41e444bf1c4e826ea7a9a5f681304a4795a822bb - 36.11% (88.9 MB)
[#007] sha256:c7dd201457a8d4e11ef14e5a91aca3081c6b1d82c92c87fa195cd1085f3dfe75 - 0.05% (124 KB)
[#008] sha256:a982f76d64ce0cc3a0684138b79e7335e1b2bb621cfd2433c3f6931b3bd7c49a - 0.0% (866 Bytes)
[#009] sha256:e35cc9d16ad92ae0597eb7fb28fe358220f51773e3e8249570cc5d0f64238924 - 0.0% (862 Bytes)
[#010] sha256:af0cab07eff19ecd91df7188b1e566bfe6425ed1d4af2b4859609f0d6ed398bc - 0.04% (96.5 KB)
[#011] sha256:dd70ca7fed0e9d36b3b5370de356ed7ff43d090c7cd26935661476532d92237b - 13.24% (32.6 MB)
[#012] sha256:15dc3ec5427d61d2c63d96c4e78849ba184654d7e46ab3ef045b6d4f27f08564 - 0.0% (832 Bytes)
[#013] sha256:4217d4097003934de396821e6e3be924651641cab40336313f13d9ea0546f6cf - 0.0% (825 Bytes)
[#014] sha256:6ed7f31e467621c8d32f49f9eb19ce81029c0b9f9f2d361c3d78a1056b6afe9d - 0.0% (850 Bytes)
[#015] sha256:320a16a22a283eca53d4d0881ba3f48f3ab7d4e7c4569faaa3716d1c908b455e - 0.0% (831 Bytes)
[#016] sha256:19f06bc60b2b43345346ff7e63c972d46618ca2f4c77ad8bb576d28d912b5222 - 0.0% (830 Bytes)
[#017] sha256:b28fc2aab95ea1f21d8ec60935a7eed497f55914c7a24013b20ee26a05ef48f7 - 11.43% (28.1 MB)
[#018] sha256:64437f0cc55fc782eab463202d88a1fb733d201c9ae9555969a65e34d9d8535a - 0.0% (826 Bytes)
[#019] sha256:81405c0c6ec12c0a476dfc38c315c38f3199bfc75fd543c6a81e789276cc561a - 0.0% (829 Bytes)
[#020] sha256:0429870ddfcf7a740e6cd8d03923a4d1e065c943ac7da2f0384f7f0744accd60 - 0.0% (827 Bytes)
[#021] sha256:728c6f5a727a756e179073d54f7924154a6f1929e602644220199df2598d432a - 0.0% (829 Bytes)
[#022] sha256:6e87864ff9e88f56d123fff2fa1e2f3d216ae344e60e3ff0dfafb30bcfb4a643 - 0.0% (827 Bytes)
Apply image 1809-KB4565349-amd64
2020-09-05 16:40:43 UTCcmd /S /C #(nop) ARG fromTag=1709
2020-09-05 16:40:43 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-KB4565349-amd64
2020-09-05 16:40:44 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-09-05 16:40:52 UTC|1 fromTag=1809-KB4565349-amd64 cmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2020-09-05 16:40:53 UTCcmd /S /C #(nop) USER ContainerUser
2020-09-05 16:41:13 UTCcmd /S /C #(nop) COPY dir:68028cb352ac636b8c7e297d0fe596cce2f9a5bc0e5acd06a2d0b97c059d340c in C:\Program Files\PowerShell
2020-09-05 16:41:48 UTC|1 fromTag=1809-KB4565349-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-09-05 16:41:48 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2020-09-08 19:12:18 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-09-08 19:12:19 UTCcmd /S /C #(nop) COPY multi:8eef809542954c8fd6e70ce2ea812d5b841c696a500c27a78fb93cb29a0f7887 in \Windows\System32\
2020-09-08 19:12:21 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2020-09-08 19:12:22 UTCcmd /S /C #(nop) ARG VERSION=dev
2020-09-08 19:12:23 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2020-09-08 19:12:23 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2020-09-08 19:12:23 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-4fbd822ceb7fbf030722bf5622911fef47d7984e-head
2020-09-08 19:12:24 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-09-08 19:12:25 UTCcmd /S /C #(nop) COPY multi:a5f8fe1e58de1350415253755b2843c5007329cf28174b0eda68e7673f59f8da in \etc\rancher\
2020-09-08 19:12:26 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-09-08 19:12:26 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-09-08T19:09:29Z
2020-09-08 19:12:27 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-09-08 19:12:27 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=4fbd822ceb7fbf030722bf5622911fef47d7984e
2020-09-08 19:12:27 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-09-08 19:12:22 UTC
248 MB
rancher/rancher-agent:master-4fbd822ceb7fbf030722bf5622911fef47d7984e-head
DOCKER_API_VERSION1.24
LOCALAPPDATAC:\Users\ContainerAdministrator\AppData\Local
POWERSHELL_DISTRIBUTION_CHANNELPSDocker-NanoServer-1909-KB4565483-amd64
PSCORE\PowerShell\pwsh.exe
PSModuleAnalysisCachePath\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache
ProgramFilesC:\Program Files
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
WindowsPATHC:\Windows\system32;C:\Windows
[#000] sha256:e8a609e7f617bec4bcf5ba70cf691a9884e732141eadfcc9c42c436f917d0164 - 39.49% (97.9 MB)
[#001] sha256:dc8ad4b35faa7bf8dbd6471e2cc27fdb5acb2b71bf49e095655370e79d8e5119 - 0.0% (838 Bytes)
[#002] sha256:63445bce728cb7a94dfa46e61ec8d2af780b2bcc1629192cd23cbbd9b137376b - 0.0% (843 Bytes)
[#003] sha256:942e55f5ae201bf075c9da95c46023608d452c7dd878177efc31a2e5d5231c6b - 0.0% (843 Bytes)
[#004] sha256:d14d87aeebe48e16f79907f9a1929074da3e6fdeec10d9ebb3b4e6f45b0440e6 - 0.03% (65.2 KB)
[#005] sha256:c1e306590f0aa5b712167c3efea55f50a1d3d976728d51c966ae2e8db1362f86 - 0.0% (838 Bytes)
[#006] sha256:3bf21c1e200cae071662f1a585b22f3e85878b3b0f54245c1ecb7acad2ec58be - 35.89% (88.9 MB)
[#007] sha256:bddd7b8885aa2a5655b57a8f4bcc977416a1c893bdbf9e95d64dbbc1bc7f5ae8 - 0.04% (90.5 KB)
[#008] sha256:260ca7a5da54a40e05ba150d51adc1f21c2b3f77cbd738a4879912e9ac663215 - 0.0% (841 Bytes)
[#009] sha256:1b570ce770bd4f974218e23b4a3022c7ab3b5dd438ae720f42c616ee54bbd637 - 0.0% (825 Bytes)
[#010] sha256:1a72ac510f46b2a50aab4aac9d81e42bc19b77a0c69e4d34671f429acdc9eef0 - 0.04% (101 KB)
[#011] sha256:f486426137a4c373cb136f1bb7d4744b378b0c94f9daac68b881a6214a032ce0 - 13.16% (32.6 MB)
[#012] sha256:f31be87f1aa80c9699c2577ba3456409e5c8612a17c00ffbe97be35af0e64d8d - 0.0% (831 Bytes)
[#013] sha256:cc04c60d7704055ec5c8cf424939f437c15fc8160badcd8a5ea18f0175c21998 - 0.0% (829 Bytes)
[#014] sha256:de6ad19517482ac927070773a47093cdfcb7eb01aee25b34d55b34a19fcaaf66 - 0.0% (828 Bytes)
[#015] sha256:cba6cef79b2bfd43730f6a0a8c48041f2173d191cc85e0ce48d026820d346eb9 - 0.0% (822 Bytes)
[#016] sha256:86dda188ed05f1045bcb673253787bc1cb589b9f79b11cd4be619430419cbf25 - 0.0% (859 Bytes)
[#017] sha256:cf8db3762dfb4846153014c41baeae483233a6bad6a591276990132145f0eee2 - 11.36% (28.1 MB)
[#018] sha256:5735d2c9b044974a5f5bd2cbd526f18e3c453a3e584260252a3aa530078a7531 - 0.0% (856 Bytes)
[#019] sha256:bd3c1c7d2e0a5503a42d6e8b9d302ad45178b3fc7abbd963782e0fb82e9307c2 - 0.0% (833 Bytes)
[#020] sha256:047231604b124822c365f6159faaee152b29058ff20620e4436e4bc4b50288a0 - 0.0% (851 Bytes)
[#021] sha256:4009a633d187bb1902cae2c418363889b58321743a13154193f67db0650b87fe - 0.0% (853 Bytes)
[#022] sha256:cba096ce22ccca3202c2b360ad31d94f6792570e11d6da1d040879d4dbb907ad - 0.0% (833 Bytes)
Apply image 1909-KB4565483-amd64
2020-09-05 16:53:29 UTCcmd /S /C #(nop) ARG fromTag=1709
2020-09-05 16:53:29 UTCcmd /S /C #(nop) ENV ProgramFiles=C:\Program Files LOCALAPPDATA=C:\Users\ContainerAdministrator\AppData\Local PSModuleAnalysisCachePath=\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache PSCORE=\PowerShell\pwsh.exe WindowsPATH=C:\Windows\system32;C:\Windows POWERSHELL_DISTRIBUTION_CHANNEL=PSDocker-NanoServer-1909-KB4565483-amd64
2020-09-05 16:53:29 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-09-05 16:53:50 UTC|1 fromTag=1909-KB4565483-amd64 cmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2020-09-05 16:53:50 UTCcmd /S /C #(nop) USER ContainerUser
2020-09-05 16:54:03 UTCcmd /S /C #(nop) COPY dir:68028cb352ac636b8c7e297d0fe596cce2f9a5bc0e5acd06a2d0b97c059d340c in C:\Program Files\PowerShell
2020-09-05 16:54:38 UTC|1 fromTag=1909-KB4565483-amd64 cmd /S /C pwsh -NoLogo -NoProfile -Command " $stopTime = (get-date).AddMinutes(15); $ErrorActionPreference = 'Stop' ; $ProgressPreference = 'SilentlyContinue' ; while(!(Test-Path -Path $env:PSModuleAnalysisCachePath)) { Write-Host "'Waiting for $env:PSModuleAnalysisCachePath'" ; if((get-date) -gt $stopTime) { throw 'timout expired'} Start-Sleep -Seconds 6 ; }"
2020-09-05 16:54:38 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2020-09-08 19:12:13 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-09-08 19:12:14 UTCcmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\
2020-09-08 19:12:16 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2020-09-08 19:12:17 UTCcmd /S /C #(nop) ARG VERSION=dev
2020-09-08 19:12:17 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2020-09-08 19:12:18 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2020-09-08 19:12:18 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-4fbd822ceb7fbf030722bf5622911fef47d7984e-head
2020-09-08 19:12:18 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-09-08 19:12:19 UTCcmd /S /C #(nop) COPY multi:a5f8fe1e58de1350415253755b2843c5007329cf28174b0eda68e7673f59f8da in \etc\rancher\
2020-09-08 19:12:20 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-09-08 19:12:21 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-09-08T19:09:12Z
2020-09-08 19:12:21 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-09-08 19:12:21 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=4fbd822ceb7fbf030722bf5622911fef47d7984e
2020-09-08 19:12:22 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-09-08 19:12:31 UTC
248 MB
rancher/rancher-agent:master-4fbd822ceb7fbf030722bf5622911fef47d7984e-head
DOCKER_API_VERSION1.24
LOCALAPPDATAC:\Users\ContainerAdministrator\AppData\Local
POWERSHELL_DISTRIBUTION_CHANNELPSDocker-NanoServer-1903-KB4565483-amd64
PSCORE\PowerShell\pwsh.exe
PSModuleAnalysisCachePath\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache
ProgramFilesC:\Program Files
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
WindowsPATHC:\Windows\system32;C:\Windows
[#000] sha256:f07c298b155a926cb3857f19bd243eb37ae8af769486fb258a756447b691840c - 39.48% (97.8 MB)
[#001] sha256:a06f198916a309c801c984baf5982cdc560cf31c955db028b8ff8bf60e4f619f - 0.0% (841 Bytes)
[#002] sha256:ca88febc02ee09d1186432ae497062b3ca606dec901fd192975a2287c6904141 - 0.0% (841 Bytes)
[#003] sha256:9068feec51f819ae245a915768f7988aa265a07abbd7054b10eca22d8215ede6 - 0.0% (843 Bytes)
[#004] sha256:a3bd3667525d6044469761a36d0f836add69080b9038d0a4721d258fcbe1b40b - 0.03% (65.6 KB)
[#005] sha256:f69cccfc00f312c47a1aa3eed63535ebcc8af6b8f2bf14afd36ce2f6e4cf48aa - 0.0% (843 Bytes)
[#006] sha256:35d4651e65aef2ec048d5f935bfc410a61cab846911cc12caae5691fd716f6aa - 35.89% (88.9 MB)
[#007] sha256:188d28b94758c4f787fbb15f2672262b05218d0789c8be0b621944a6fdd829f1 - 0.05% (122 KB)
[#008] sha256:dc205a227c994e1fb53e79afc9b65deb1ebdbec15fdf4758a516e07b0321bc75 - 0.0% (840 Bytes)
[#009] sha256:a508e923a55fd1aa29ab4ec216eb884279cfc35cf004f8798fa1c4417b8d7901 - 0.0% (828 Bytes)
[#010] sha256:2bcc1d1335c950f5a45943a0e6075692be193136df5da2947dc6f4a4d3e08cb5 - 0.04% (101 KB)
[#011] sha256:267162ece155e63eccb616fe385331933ade2db633abbf7d9036e1f12bda130f - 13.16% (32.6 MB)
[#012] sha256:e05cce65f2dd635390e1db3587120c011341c2fee7eb9740733e36852fdb0eeb - 0.0% (826 Bytes)
[#013] sha256:1b96edcee479ba2ed693d01c7d16f7721150155e369d529a4bfd4189fd76d656 - 0.0% (848 Bytes)
[#014] sha256:3899eaacad67a6f5d7e8b8f000a98e7ea234d7841181a772a8f0e43a974e9e22 - 0.0% (832 Bytes)
[#015] sha256:d60c187cf9442a1cf0b08883db53d94856c68a8d6a0f73a7d1ac128afca2c634 - 0.0% (834 Bytes)
[#016] sha256:69bba13f7bd99762c940d5f2f99e4342a6fc5ecff79bd57279ece699973e5e93 - 0.0% (853 Bytes)
[#017] sha256:0bb8b7741a72381fb08fabd9495a7f1f78de21fba2da54a49939c19123d48bbb - 11.36% (28.1 MB)
[#018] sha256:adc9b5fb22cc40b27d81e4f7b92f5d1b59c22a416a392d549de243d52a4f1a17 - 0.0% (853 Bytes)
[#019] sha256:f3da00ec7086a92909fca0ef35135ccf3f4f69dcd7c89be0836f529f0add5b92 - 0.0% (854 Bytes)
[#020] sha256:07ec2c892fd7c06fd67683fad34ee739f9e91c9821795dfa07c86411a132e83e - 0.0% (860 Bytes)
[#021] sha256:c133f01971b6553f226ed5824ed5f11852c54fdb876971336d6d0bf253e5c918 - 0.0% (830 Bytes)
[#022] sha256:2f1292b86970ea08ed850d2be4d23ddc37ad76aa3a208d4e62d0fb117ef554ee - 0.0% (831 Bytes)
Apply image 1903-KB4565483-amd64
2020-09-05 16:47:56 UTCcmd /S /C #(nop) ARG fromTag=1709
2020-09-05 16:47:57 UTCcmd /S /C #(nop) ENV ProgramFiles=C:\Program Files LOCALAPPDATA=C:\Users\ContainerAdministrator\AppData\Local PSModuleAnalysisCachePath=\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache PSCORE=\PowerShell\pwsh.exe WindowsPATH=C:\Windows\system32;C:\Windows POWERSHELL_DISTRIBUTION_CHANNEL=PSDocker-NanoServer-1903-KB4565483-amd64
2020-09-05 16:47:57 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-09-05 16:48:24 UTC|1 fromTag=1903-KB4565483-amd64 cmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2020-09-05 16:48:24 UTCcmd /S /C #(nop) USER ContainerUser
2020-09-05 16:48:42 UTCcmd /S /C #(nop) COPY dir:68028cb352ac636b8c7e297d0fe596cce2f9a5bc0e5acd06a2d0b97c059d340c in C:\Program Files\PowerShell
2020-09-05 16:49:20 UTC|1 fromTag=1903-KB4565483-amd64 cmd /S /C pwsh -NoLogo -NoProfile -Command " $stopTime = (get-date).AddMinutes(15); $ErrorActionPreference = 'Stop' ; $ProgressPreference = 'SilentlyContinue' ; while(!(Test-Path -Path $env:PSModuleAnalysisCachePath)) { Write-Host "'Waiting for $env:PSModuleAnalysisCachePath'" ; if((get-date) -gt $stopTime) { throw 'timout expired'} Start-Sleep -Seconds 6 ; }"
2020-09-05 16:49:21 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2020-09-08 19:12:23 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-09-08 19:12:24 UTCcmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\
2020-09-08 19:12:26 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2020-09-08 19:12:27 UTCcmd /S /C #(nop) ARG VERSION=dev
2020-09-08 19:12:27 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2020-09-08 19:12:27 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2020-09-08 19:12:27 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-4fbd822ceb7fbf030722bf5622911fef47d7984e-head
2020-09-08 19:12:28 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-09-08 19:12:29 UTCcmd /S /C #(nop) COPY multi:a5f8fe1e58de1350415253755b2843c5007329cf28174b0eda68e7673f59f8da in \etc\rancher\
2020-09-08 19:12:30 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-09-08 19:12:30 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-09-08T19:09:22Z
2020-09-08 19:12:30 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-09-08 19:12:31 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=4fbd822ceb7fbf030722bf5622911fef47d7984e
2020-09-08 19:12:31 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.git
2020-09-08 19:10:43 UTC
144 MB
rancher/rancher-agent:master-4fbd822ceb7fbf030722bf5622911fef47d7984e-head
DOCKER_API_VERSION1.24
DOCKER_URLDOCKER_URL_arm64
DOCKER_URL_amd64https://get.docker.com/builds/Linux/x86_64/docker-1.10.3
DOCKER_URL_arm64https://github.com/rancher/docker/releases/download/v1.10.3-ros1/docker-1.10.3_arm64
KUBECTL_VERSIONv1.17.6
KUBEPROMPT_VERSIONv1.0.10
LOGLEVEL_VERSIONv0.1.3
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
SSL_CERT_DIR/etc/kubernetes/ssl/certs
[#000] sha256:237528ba509b2abcdba1ff1344bab27ad56235cdb3c1c131d3587f6fba4d92c9 - 15.75% (22.6 MB)
[#001] sha256:393b96f31d8b2bf3ce9eb4ac49e6c7411defa4057c1791f02f54c14f2de298ec - 0.02% (34.4 KB)
[#002] sha256:4d82b0e39008d2fa246a0dca4cfa5feb15db58591582a839bd69d5000aa2e96d - 0.0% (852 Bytes)
[#003] sha256:e7ca375b8d34c9bc764ae24791184cba22510f0c002815b4f9766dd0463f5f5e - 0.0% (189 Bytes)
[#004] sha256:765594ff30844f777c8cdbfb74a2f6b9709503b3408efe1eae9d59b14c5b695a - 0.0% (123 Bytes)
[#005] sha256:902de7b9e470dfb2f0c62ef0e4017e348e9ba1236c9e22bbaaf599925cbb6775 - 34.88% (50.1 MB)
[#006] sha256:9c69d7e91b1a561c8b9f9656ed73ed459b165c465a31631b0148c5807f690f59 - 1.35% (1.94 MB)
[#007] sha256:623f573fcb5e25922d3e24f4ee86fd78737d9c8b9914b6374e03b5baa86473d6 - 0.79% (1.13 MB)
[#008] sha256:ec4274e288666a0fe58cae24397f776c6de634d6df387ed263b80b65cc16c203 - 17.15% (24.6 MB)
[#009] sha256:e5e4eedec047df112f229136b3851aea916314fcc50c8fa4685c28756c2f890e - 12.02% (17.3 MB)
[#010] sha256:ab9b5fa5f901a9cdb54180a0e333d2e795712d38f1e61b74763503ea0e3a0bca - 18.03% (25.9 MB)
[#011] sha256:6250899d8fa4c1d1a0e26468dfd58ac21debd51c480516205cd3862587d2c68e - 0.0% (171 Bytes)
/bin/sh -c #(nop) ADD file:b8316fc82a2cf230ce4af7dcf02ec1d7e56b156cf610af8ed23b64509c77c799 in /
2020-08-19 21:29:51 UTC/bin/sh -c [ -z "$(apt-get indextargets)" ]
2020-08-19 21:29:53 UTC/bin/sh -c set -xe && echo '#!/bin/sh' > /usr/sbin/policy-rc.d && echo 'exit 101' >> /usr/sbin/policy-rc.d && chmod +x /usr/sbin/policy-rc.d && dpkg-divert --local --rename --add /sbin/initctl && cp -a /usr/sbin/policy-rc.d /sbin/initctl && sed -i 's/^exit.*/exit 0/' /sbin/initctl && echo 'force-unsafe-io' > /etc/dpkg/dpkg.cfg.d/docker-apt-speedup && echo 'DPkg::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' > /etc/apt/apt.conf.d/docker-clean && echo 'APT::Update::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' >> /etc/apt/apt.conf.d/docker-clean && echo 'Dir::Cache::pkgcache ""; Dir::Cache::srcpkgcache "";' >> /etc/apt/apt.conf.d/docker-clean && echo 'Acquire::Languages "none";' > /etc/apt/apt.conf.d/docker-no-languages && echo 'Acquire::GzipIndexes "true"; Acquire::CompressionTypes::Order:: "gz";' > /etc/apt/apt.conf.d/docker-gzip-indexes && echo 'Apt::AutoRemove::SuggestsImportant "false";' > /etc/apt/apt.conf.d/docker-autoremove-suggests
2020-08-19 21:29:55 UTC/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container
2020-08-19 21:29:55 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2020-09-08 19:10:09 UTC/bin/sh -c #(nop) ARG ARCH=amd64
2020-09-08 19:10:09 UTC/bin/sh -c #(nop) ENV DOCKER_URL_amd64=https://get.docker.com/builds/Linux/x86_64/docker-1.10.3 DOCKER_URL_arm64=https://github.com/rancher/docker/releases/download/v1.10.3-ros1/docker-1.10.3_arm64 DOCKER_URL=DOCKER_URL_arm64
2020-09-08 19:10:10 UTC|1 ARCH=arm64 /bin/sh -c rm -f /bin/sh && ln -s /bin/bash /bin/sh
2020-09-08 19:10:10 UTC/bin/sh -c #(nop) ENV KUBECTL_VERSION=v1.17.6
2020-09-08 19:10:31 UTC|1 ARCH=arm64 /bin/sh -c apt-get update && apt-get install -y --no-install-recommends git curl ca-certificates jq iproute2 vim-tiny less bash-completion unzip sysstat acl && curl -sLf ${!DOCKER_URL} > /usr/bin/docker && chmod +x /usr/bin/docker && curl -sLf https://storage.googleapis.com/kubernetes-release/release/${KUBECTL_VERSION}/bin/linux/${ARCH}/kubectl > /usr/bin/kubectl && chmod +x /usr/bin/kubectl && DEBIAN_FRONTEND=noninteractive apt-get autoremove -y && DEBIAN_FRONTEND=noninteractive apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
2020-09-08 19:10:32 UTC/bin/sh -c #(nop) ENV LOGLEVEL_VERSION=v0.1.3
2020-09-08 19:10:33 UTC|1 ARCH=arm64 /bin/sh -c curl -sLf https://github.com/rancher/loglevel/releases/download/${LOGLEVEL_VERSION}/loglevel-${ARCH}-${LOGLEVEL_VERSION}.tar.gz | tar xvzf - -C /usr/bin
2020-09-08 19:10:34 UTC|1 ARCH=arm64 /bin/sh -c curl -sL https://github.com/rancher/share-mnt/releases/download/v1.0.7/share-mnt-${ARCH}.tar.gz | tar xvzf - -C /usr/bin
2020-09-08 19:10:34 UTC/bin/sh -c #(nop) ENV KUBEPROMPT_VERSION=v1.0.10
2020-09-08 19:10:36 UTC|1 ARCH=arm64 /bin/sh -c curl -sL https://github.com/c-bata/kube-prompt/releases/download/${KUBEPROMPT_VERSION}/kube-prompt_${KUBEPROMPT_VERSION}_linux_${ARCH}.zip > /usr/bin/kube-prompt.zip && unzip /usr/bin/kube-prompt.zip -d /usr/bin
2020-09-08 19:10:36 UTC/bin/sh -c #(nop) ARG VERSION=dev
2020-09-08 19:10:36 UTC/bin/sh -c #(nop) LABEL io.cattle.agent=true
2020-09-08 19:10:36 UTC/bin/sh -c #(nop) ENV DOCKER_API_VERSION=1.24
2020-09-08 19:10:37 UTC/bin/sh -c #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-4fbd822ceb7fbf030722bf5622911fef47d7984e-head
2020-09-08 19:10:37 UTC/bin/sh -c #(nop) ENV SSL_CERT_DIR=/etc/kubernetes/ssl/certs
2020-09-08 19:10:40 UTC/bin/sh -c #(nop) COPY dir:2223f5f670ff388a75fe1c1279911e69a39de8460810e086cda546ee7f4a1b5e in /var/lib/rancher-data
2020-09-08 19:10:42 UTC/bin/sh -c #(nop) COPY multi:85da1f4893ae56fcff6722247592c08a60e6ff974cd84202f7e733b485ab8ad5 in /usr/bin/
2020-09-08 19:10:42 UTC/bin/sh -c #(nop) WORKDIR /var/lib/rancher
2020-09-08 19:10:42 UTC/bin/sh -c #(nop) ENTRYPOINT ["run.sh"]
2020-09-08 19:10:42 UTC/bin/sh -c #(nop) LABEL org.label-schema.build-date=2020-09-08T19:09:56Z
2020-09-08 19:10:43 UTC/bin/sh -c #(nop) LABEL org.label-schema.schema-version=1.0
2020-09-08 19:10:43 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-ref=4fbd822ceb7fbf030722bf5622911fef47d7984e
2020-09-08 19:10:43 UTC/bin/sh -c #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.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.