2021-03-15 19:15:43 UTC
260 MB
rancher/rancher-agent:master-99b966321f5f8c0fdf37c5ebc4e577b43463c19b-head
DOCKER_API_VERSION1.24
POWERSHELL_DISTRIBUTION_CHANNELPSDocker-NanoServer-2004
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:ef11e3fc4f3c8fde075a1b6b355f949a4163916f4072d517d85436e89af06a04 - 38.38% (99.9 MB)
[#001] sha256:50310a6dadd07b6cd80c59e0a5c73aebedd480933c0720540e0ee101f97fa9a3 - 0.0% (1.02 KB)
[#002] sha256:076d976e324a48225def3b037df6d042f5a3a1e32418f7381fdd166c9d997214 - 0.0% (1.02 KB)
[#003] sha256:f4562b6c5c79447c8177edf24197398fc38a047f611609ccce17fe4dafd6baa5 - 0.03% (66.9 KB)
[#004] sha256:1aaab85ac8622e55a01778b466570d1848d58e12b87a513649396ca5cbe9005c - 0.0% (1.04 KB)
[#005] sha256:562c17df4c5be00c3f7df185dc984b37e509255c6df5f4d0810f73b96c3b9ea1 - 37.25% (96.9 MB)
[#006] sha256:d5841cb351fe4d96d0dfe7e7e8f07b102d589f7c4e2c6a80b28801c968d75d3c - 0.05% (132 KB)
[#007] sha256:b6c0d4cd41c29d5b1ba90478710a4a04812b8eacfd0217c82de0e1f658b64eec - 0.0% (1.02 KB)
[#008] sha256:837595caefe7ef9a82befccd213a9acfa512191120efa76f077625a37df334b7 - 0.0% (1.02 KB)
[#009] sha256:6f39c5a211faf1cfee4e3d6f26ba5c7b2f0539640515dd55dbcd204aa717f300 - 0.0% (855 Bytes)
[#010] sha256:1864c1b69538392723255eca3d58e1d8f2fafd8896402ad9d0436f67b40cb5a4 - 0.04% (102 KB)
[#011] sha256:6c505d0b2c713c9af004c04b9bd1c01ddb6377511e7aa3b6550cbd123f7e94c5 - 12.47% (32.4 MB)
[#012] sha256:fe9a160171f6b3ea4e9842bc8df800dc5bdfef6d15bfbb6ab6d021993d7f8d86 - 0.0% (858 Bytes)
[#013] sha256:27a49a0f3caa1c787e508b0c7a74c3d0af3907092a5a0a4e0e7ea4c11b7db476 - 0.0% (872 Bytes)
[#014] sha256:5f7c4b50c26c52ae8c555ca35daebc5db638af8fe0d0423fc161fef2fd9e019d - 0.0% (866 Bytes)
[#015] sha256:70d4ad2992ca9e76e2a6d7bac0657024bd97eb1f92a6806bd93967687f6df329 - 0.0% (837 Bytes)
[#016] sha256:566ed5561edab63319496cedcdace019a55936ee045c011f81d4f83c656ba0a5 - 0.0% (859 Bytes)
[#017] sha256:ef51a15640df51dbfb047d9a6ec30e6ebb871357ff94b106d66e07f03604ed9e - 11.79% (30.7 MB)
[#018] sha256:3e939dfc17f52287bc1c6cdb61540af26d744dc7aa9d3ef2adb3ca94fdbdb560 - 0.0% (861 Bytes)
[#019] sha256:a32fd1862f91052dcef9a841709551a5f302d2337f78fcfb843ebf45968d45df - 0.0% (836 Bytes)
[#020] sha256:c9bc0f404cb4bdb9719223d81cbbc7d6e1585473d6ee2285789e4cce3714ea29 - 0.0% (832 Bytes)
[#021] sha256:beb1508776d9c31bec946b99671002a074406c9f661cc79a5f7c4b13f9912ac1 - 0.0% (834 Bytes)
[#022] sha256:959c33bbbdf6a13e50cf9603c550e1fac1d32a5c68d746385adf590dbfb5e50c - 0.0% (833 Bytes)
Apply image 2004-amd64
2021-03-10 21:51:03 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-2004
2021-03-10 21:51:04 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-03-10 21:51:27 UTCcmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2021-03-10 21:51:27 UTCcmd /S /C #(nop) USER ContainerUser
2021-03-10 21:51:43 UTCcmd /S /C #(nop) COPY dir:95a3900c981f8fed1e33d6b4ba55c83ee934ba25de2a134fe716109ea53c77a7 in C:\Program Files\PowerShell
2021-03-10 21:52:17 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-03-10 21:52:18 UTCcmd /S /C #(nop) ENV POWERSHELL_TELEMETRY_OPTOUT=0
2021-03-10 21:52:18 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2021-03-15 05:08:23 UTCcmd /S /C #(nop) USER ContainerAdministrator
2021-03-15 05:08:24 UTCcmd /S /C #(nop) COPY multi:57355cb5be6e2624acb1d32e70fd27ced1f9272669bb34ccf2b7b763da2dd6af in \Windows\System32\
2021-03-15 05:08:27 UTCcmd /S /C #(nop) COPY multi:0e8a6dbde6799ed29d97e3da760f8f6561915347bc7d5fba733e9b1f8de89a63 in \Windows\
2021-03-15 05:08:28 UTCcmd /S /C #(nop) ARG VERSION=dev
2021-03-15 05:08:29 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2021-03-15 05:08:29 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2021-03-15 19:15:39 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-99b966321f5f8c0fdf37c5ebc4e577b43463c19b-head
2021-03-15 19:15:39 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2021-03-15 19:15:40 UTCcmd /S /C #(nop) COPY multi:fb9e41c6015584d1a69ce0b1a42080964f55eafa5c05c5a1800dcef186daf307 in \etc\rancher\
2021-03-15 19:15:41 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2021-03-15 19:15:42 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2021-03-15T19:15:37Z
2021-03-15 19:15:42 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2021-03-15 19:15:42 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=99b966321f5f8c0fdf37c5ebc4e577b43463c19b
2021-03-15 19:15:43 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.