2020-11-10 18:44:08 UTC
248 MB
rancher/rancher-agent:v2.5.2
DOCKER_API_VERSION1.24
LOCALAPPDATAC:\Users\ContainerAdministrator\AppData\Local
POWERSHELL_DISTRIBUTION_CHANNELPSDocker-NanoServer-1809
POWERSHELL_TELEMETRY_OPTOUT0
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:aab6118ce69c93410df7fa15842a6e3b3c7ff20b639c779b5d5f78e7653eaa07 - 38.87% (96.5 MB)
[#001] sha256:71e5283dd9d47bd88fa566326f6e8e6bc1c3c7f385c69b7482194c97e6e969b7 - 0.0% (894 Bytes)
[#002] sha256:05006be99a092de18f27ebd9357601854cd79a5d889b3d0425aa16034ba4394d - 0.0% (840 Bytes)
[#003] sha256:da195ac2293a9561694a5adab6e97cc2f7c1cb37c8cba3f22e1ed3e90723759e - 0.02% (62.6 KB)
[#004] sha256:f8fa4de85b83f5d222df6544a1dadf65fbb999e155489406427e2054f80c4e09 - 0.0% (839 Bytes)
[#005] sha256:b5836a3889bb8f93e8c91299f3fa4c1a7e62cbda44d832de191ab652f7ae6a87 - 35.82% (88.9 MB)
[#006] sha256:0ade25de6d58d36f0c689752b4e10ac9b2c5dc1f857e40da8414c64d9eb2e5a0 - 0.05% (123 KB)
[#007] sha256:d85cfa9dc8d26611c871a012812945e6d83c7c554dd1061caf196e352fcee684 - 0.0% (839 Bytes)
[#008] sha256:42962d95291d49a66c66e5f8e1f07a86abbc9189e3b3eeed11c0a733f37abab5 - 0.0% (836 Bytes)
[#009] sha256:cf238d755d89ef0027684838146df74b9cc01eb5738299a0869a3a584ca13822 - 0.0% (835 Bytes)
[#010] sha256:e0fab7206ed0ccc750f3c102183882d4a1aeddf072b08791ab8fe3b71b6f5991 - 0.04% (96.5 KB)
[#011] sha256:cef0a785fd6a38d2e4b3b5f6a47e91c81b4dec18fd4c65c3f6e18bb1968600a6 - 13.13% (32.6 MB)
[#012] sha256:0c1e3dcef78a6a5759704d0abace1d5e2ceafd2099bbe9102c98097119dcd9ed - 0.0% (834 Bytes)
[#013] sha256:698bf86cc7e3bb29601d1906b5e1f35ea935e2e4a8f5a797d7c8332d1e01904a - 0.0% (829 Bytes)
[#014] sha256:a7a4d9e6caa099b3fc73f0fcfbdb6cc9f5c86b291faacc6453e495286a0c1c36 - 0.0% (832 Bytes)
[#015] sha256:0d644fa15f4ae0d58cf45c03967aa96510f8ae680350e796f08c4c60e0409183 - 0.0% (861 Bytes)
[#016] sha256:801b65985b25356164500a189f4ad1fcfb14ef77534ff11ae28f81b87b87dd5d - 0.0% (850 Bytes)
[#017] sha256:7bcf0d39c150f770b65ce8ee1a6ec02d132683c978923e727d210bc45b3027d6 - 12.07% (30 MB)
[#018] sha256:35fdc1e1c7dcf9f418329ab9f0ebb372ffaa701eceba90b2210292898a2acfa8 - 0.0% (824 Bytes)
[#019] sha256:2165f61586a484ee55c876c3b1233fbe9fe2c60cf68780415a4aab40e888580d - 0.0% (851 Bytes)
[#020] sha256:1f807fa7ed1030f1075032d4b608a027806f2ee26c00f1437b968880c77c95b3 - 0.0% (855 Bytes)
[#021] sha256:ad5c2a14d671fafb04a63d9c5683e88163f55934aa85c53ca99302addcdbe7fa - 0.0% (827 Bytes)
[#022] sha256:0348eb8f0fd3ee27e8547a1981787eea0e381548057d0df9182f2d9af7d18040 - 0.0% (830 Bytes)
Apply image 1809-amd64
2020-10-27 18:41:50 UTCcmd /S /C #(nop) ENV ProgramFiles=C:\Program Files LOCALAPPDATA=C:\Users\ContainerAdministrator\AppData\Local PSModuleAnalysisCachePath=\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache PSCORE=\PowerShell\pwsh.exe WindowsPATH=C:\Windows\system32;C:\Windows POWERSHELL_DISTRIBUTION_CHANNEL=PSDocker-NanoServer-1809
2020-10-27 18:41:52 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-10-27 18:42:23 UTCcmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2020-10-27 18:42:23 UTCcmd /S /C #(nop) USER ContainerUser
2020-10-27 18:42:43 UTCcmd /S /C #(nop) COPY dir:68028cb352ac636b8c7e297d0fe596cce2f9a5bc0e5acd06a2d0b97c059d340c in C:\Program Files\PowerShell
2020-10-27 18:43:22 UTCcmd /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-10-27 18:43:23 UTCcmd /S /C #(nop) ENV POWERSHELL_TELEMETRY_OPTOUT=0
2020-10-27 18:43:23 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2020-11-09 21:03:25 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-11-09 21:03:26 UTCcmd /S /C #(nop) COPY multi:8eef809542954c8fd6e70ce2ea812d5b841c696a500c27a78fb93cb29a0f7887 in \Windows\System32\
2020-11-09 21:03:28 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2020-11-09 21:03:29 UTCcmd /S /C #(nop) ARG VERSION=dev
2020-11-09 21:03:29 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2020-11-09 21:03:30 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2020-11-10 18:41:05 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5.2
2020-11-10 18:41:05 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-11-10 18:41:06 UTCcmd /S /C #(nop) COPY multi:d70fd3ced9042c4e0264685675fe27e9b64b96f1cb37bacceb589925d211593c in \etc\rancher\
2020-11-10 18:41:07 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-11-10 18:44:07 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-11-10T18:41:19Z
2020-11-10 18:44:08 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-11-10 18:44:08 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=4993875781c7eb05a0a4b1485e4fca35b55ceb77
2020-11-10 18:44:08 UTCcmd /S /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.