2020-11-07 01:31:46 UTC
248 MB
rancher/rancher-agent:v2.5.2-rc7
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:0911e81c77b935b57de12e6c74a511bd4beec2bd26a9ecdb517e5d69a9101a94 - 0.0% (876 Bytes)
[#010] sha256:569607953c46597a872a38e8c4ce73679bede3e38e5866ae346b006b9d6043e7 - 0.04% (96.5 KB)
[#011] sha256:15a4139e81454d25b9ea8703723df7d3ae09b5c54010daf04fd7d9f796757fc1 - 13.13% (32.6 MB)
[#012] sha256:a3aa8e953d3e68e602bba141c5edb21bc87e7da5f187f0a4f211683900de143a - 0.0% (886 Bytes)
[#013] sha256:c219d25a7e1798172df513fbd955c07d92834b50d5446b0a9a8a313aab1492c8 - 0.0% (860 Bytes)
[#014] sha256:5a2a74bb18a041214ebe04622396f7b4ddf2988739229a27fea2becd4b9cb5dc - 0.0% (852 Bytes)
[#015] sha256:febca16707dc535c266d3a6b4e35df44b2af1b44efcb30f5c1d5595e40415fea - 0.0% (834 Bytes)
[#016] sha256:e8ef31bc4c538f03efaa96ae21d17757d9e8fe674bb3f3e587358c9dc34d534c - 0.0% (825 Bytes)
[#017] sha256:0f0f06db01740351cd098a7bba3c41655e48d6c099045bf9193ef00666b4c547 - 12.07% (30 MB)
[#018] sha256:001e4e9a8618abf25bafc5c9cd9e09b96217e8582646f6c279e4845cc5c31596 - 0.0% (832 Bytes)
[#019] sha256:65d95ef5c90cc87289c64bf182ee116447a2051c1c3bd226e120f1569c623ccb - 0.0% (828 Bytes)
[#020] sha256:4172f53062e3af5042c79e98be0ba7ed91627abafa68a293d7e0f598e9a807f1 - 0.0% (832 Bytes)
[#021] sha256:f5f92adfeaa90b2ee1dad743ed447b25e0ffd6d40298fc8e3b9d14bf1a559ed4 - 0.0% (830 Bytes)
[#022] sha256:b44728b79e6db5c6d5c196970fcf9ebbe83627b439afacbeb4312613e0f45273 - 0.0% (834 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-01 23:02:47 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-11-01 23:02:48 UTCcmd /S /C #(nop) COPY multi:8eef809542954c8fd6e70ce2ea812d5b841c696a500c27a78fb93cb29a0f7887 in \Windows\System32\
2020-11-01 23:02:59 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2020-11-01 23:03:00 UTCcmd /S /C #(nop) ARG VERSION=dev
2020-11-01 23:03:01 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2020-11-01 23:03:03 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2020-11-07 01:31:23 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.5.2-rc7
2020-11-07 01:31:23 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-11-07 01:31:25 UTCcmd /S /C #(nop) COPY multi:b4a19e83575a8c27c60b8d945f0321322171090dcf10fd7c2e6eed4808abb21e in \etc\rancher\
2020-11-07 01:31:26 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-11-07 01:31:44 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-11-07T01:31:42Z
2020-11-07 01:31:45 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-11-07 01:31:45 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=b0944b910c5091b263bda2cf8169049ec59f5b3e
2020-11-07 01:31:46 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.