2022-01-15 02:24:29 UTC
265 MB
rancher/rancher-agent:v2.5-8a2f7822d030d2d2084747c6f6ba017d2e3ceee5-head
DOCKER_API_VERSION1.24
POWERSHELL_DISTRIBUTION_CHANNELPSDocker-NanoServer-1809
POWERSHELL_TELEMETRY_OPTOUT0
PSCORE\PowerShell\pwsh.exe
PSModuleAnalysisCachePathC:\Users\Public\AppData\Local\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache
ProgramFilesC:\Program Files
SSL_CERT_DIRC:\etc\kubernetes\ssl\certs
WindowsPATHC:\Windows\system32;C:\Windows
[#000] sha256:034b2f457cdf6a0d3f7024523d40fd6eeb8568e6c76d9fa56f4053fcf3a21d63 - 37.02% (98.1 MB)
[#001] sha256:a1a35b8d5e43915e9ac6ea24ce43e4eb2aaa1b8fabca236530d931db3b11f55f - 0.0% (1.01 KB)
[#002] sha256:f91603e635b94e3e7bcb5a2def435ad616fe0b243f1266bf625adbd465dac4c3 - 0.0% (1.02 KB)
[#003] sha256:6651a9ed34544f47403b9f80453b5862d9e14dd162b84f283a961e1fcd4d4007 - 0.03% (69.8 KB)
[#004] sha256:5729dd4c4c73e76e6b24d5747ec12cc86768cef08b6499df490eb514ab76eb35 - 0.0% (1.05 KB)
[#005] sha256:b4f50b5102dcdedcb701a982ef00547f9f2be7e1de6580d41808a9fd2531d24d - 38.87% (103 MB)
[#006] sha256:cb7dbd097081e6e71a4e02047c0869c94ddebc659daf8f43de42ab7f0cd6bacc - 0.05% (147 KB)
[#007] sha256:39ce959ca23e28b00d710e5bd14aea4af87c810e4f3abda76fc903fb0da0f88b - 0.0% (1.05 KB)
[#008] sha256:2bb58f6a16c1d41b53693c841592ed20f08c0e5b371aa5b06498d6fd910e910f - 0.0% (1.02 KB)
[#009] sha256:499c45ea71217c9aa0f3a7dc7112fd2b5b9f518a8c2be171027c6f1a88fb9f11 - 0.0% (852 Bytes)
[#010] sha256:def757d20b4b1772d7c832274e40fb10b05ee18bafff901cef208bedf99f5aa9 - 0.04% (99.8 KB)
[#011] sha256:de1fa75f9274d9f1f6abbb6724c272f669662123cf70af4119bf652d2b320c18 - 12.23% (32.4 MB)
[#012] sha256:780e87d6b365785875c66fa1e36f6300ad1af517b98a25152fb55c4dceccef53 - 0.0% (848 Bytes)
[#013] sha256:eecd275846496ea2a6a3b56e2b92f6b7115539f5df144fd4dc0e15582e04e172 - 0.0% (828 Bytes)
[#014] sha256:2c7dba45c21f708200a063d1c9774f3a8977b3d7339511a804d0f19768189bb3 - 0.0% (860 Bytes)
[#015] sha256:895e25289c0c3f2a95b06934ecb7091ee05ee53ba4c21148ec665eb8bb24d7fc - 0.0% (857 Bytes)
[#016] sha256:4978daf172e5fc567c2a1a2bdf9e0107df21d76ea3277e58f56e5a9ef79e46c4 - 0.0% (830 Bytes)
[#017] sha256:1434024f9764b667719153d0f66952ea448bdb511efd9b510dd3ec2bd8d11e4a - 11.75% (31.1 MB)
[#018] sha256:0c5b3ee4e47866524fe7a018cbd6854167895c5a7fe375c144328aefba80f137 - 0.0% (827 Bytes)
[#019] sha256:aeb58601c3bdebf364631c4b3ee7dafcc65d81c69afaab4425f69fc9af12f076 - 0.0% (818 Bytes)
[#020] sha256:8291d208ddbb50ee71a4edfe6a829e8d494002bb98311a272415ec1bc781f8ca - 0.0% (827 Bytes)
[#021] sha256:eab3c17f6dd287d9954c0c676ca83e5b4c5e8d1f699ae5ceb21c8e6449ff533b - 0.0% (832 Bytes)
[#022] sha256:aff8ca067ee5ff00d2d6ae40ca1f3a33c7c37f98749f3b3b1a100281a7dc6a27 - 0.0% (855 Bytes)
Apply image 1809-amd64
2021-12-15 20:19:34 UTCcmd /S /C #(nop) ENV ProgramFiles=C:\Program Files PSModuleAnalysisCachePath=C:\Users\Public\AppData\Local\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache PSCORE=\PowerShell\pwsh.exe WindowsPATH=C:\Windows\system32;C:\Windows POWERSHELL_DISTRIBUTION_CHANNEL=PSDocker-NanoServer-1809
2021-12-15 20:19:35 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-12-15 20:20:15 UTCcmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2021-12-15 20:20:16 UTCcmd /S /C #(nop) USER ContainerUser
2021-12-15 20:20:38 UTCcmd /S /C #(nop) COPY dir:c14bf70898bd2b5c2a57f5ac7ba33788c0fd04cf2b14a216b434831da022386e in C:\Program Files\PowerShell
2021-12-15 20:21:15 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 ; }"
2021-12-15 20:21:16 UTCcmd /S /C #(nop) ENV POWERSHELL_TELEMETRY_OPTOUT=0
2021-12-15 20:21:17 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2022-01-15 02:24:21 UTCcmd /S /C #(nop) USER ContainerAdministrator
2022-01-15 02:24:22 UTCcmd /S /C #(nop) COPY multi:970aca717bfbb765795513838d5fe451c113c519a3e0a1a5f2708dd3ef17d91f in \Windows\System32\
2022-01-15 02:24:24 UTCcmd /S /C #(nop) COPY multi:9fbcc3fdcefcac4dd668961bc6c1483422ade3852ea2954fbc1b62cc6d8dc899 in \Windows\
2022-01-15 02:24:24 UTCcmd /S /C #(nop) ARG VERSION=dev
2022-01-15 02:24:25 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2022-01-15 02:24:25 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2022-01-15 02:24:25 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5-8a2f7822d030d2d2084747c6f6ba017d2e3ceee5-head
2022-01-15 02:24:26 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2022-01-15 02:24:27 UTCcmd /S /C #(nop) COPY multi:d26ed168ac9a3bf99e394edc5a017b2692fa9401c777abf5cb063d111f2dbd66 in \etc\rancher\
2022-01-15 02:24:28 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2022-01-15 02:24:28 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.created=2022-01-15T02:20:38Z
2022-01-15 02:24:28 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.revision=8a2f7822d030d2d2084747c6f6ba017d2e3ceee5
2022-01-15 02:24:29 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git
2022-01-15 02:24:29 UTCcmd /S /C #(nop) LABEL org.opencontainers.image.url=https://github.com/rancher/rancher
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.