2020-11-11 18:31:31 UTC
258 MB
rancher/rancher-agent:master-5aa39182429d810be1278b294aeb396a70fe28aa-head
DOCKER_API_VERSION1.24
LOCALAPPDATAC:\Users\ContainerAdministrator\AppData\Local
POWERSHELL_DISTRIBUTION_CHANNELPSDocker-NanoServer-1903
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:0e31ee8f400716f940be9db76d6eedb1a903860385b4ca8f70513012d53fe1f1 - 38.08% (98.3 MB)
[#001] sha256:fa39fc61ce9d1f4a2817b5e43f738902cc1b39655e3082064dbc709cc3184ddd - 0.0% (870 Bytes)
[#002] sha256:1f43aab7b6ee99e1917beb5cc7fd0c3fd484f98cba324bcfd1feafa0884f7b9e - 0.0% (840 Bytes)
[#003] sha256:d02c1bf34ab12a6a3575aa9e48565d40bfa79b51f09ac98e942aeb20f0a5f1df - 0.03% (66.8 KB)
[#004] sha256:935d91d5fd156d72ada52c2fb47fd1548ff489a338c5d602c612fddc776db4c4 - 0.0% (844 Bytes)
[#005] sha256:fff01e9cb0c75dc4cac51b2a6c6e0c1f2f8455c15c0592474f486d5f50ba9d20 - 37.57% (97 MB)
[#006] sha256:072d83cec75bd656d767ffefbdcc316622175c9776c265c5462c08858440a774 - 0.03% (91.8 KB)
[#007] sha256:3477f53c0d48e14bd0bfd972b962d244c53f64007629f64006315efe15aa5b82 - 0.0% (839 Bytes)
[#008] sha256:05b5bccb502ffca03086ba8405f571415e63a1b18af6a7218027967fde662880 - 0.0% (891 Bytes)
[#009] sha256:7ea87fb15c3d9dc70af89fe2b3c58e2f8b3f05bc1b6d37d07251603a2b610ddb - 0.0% (847 Bytes)
[#010] sha256:f48bcff08cc53fa75ddaaa5186e2c75cd14ba14ed3dba4861056bdb96794023e - 0.04% (101 KB)
[#011] sha256:91d042c68c30daba3f4cc875acc4386944a8be628cb19a462df0cf94edc04f70 - 12.63% (32.6 MB)
[#012] sha256:e636a85ed04ddea5c6ea1b6411610c40f2038f562168c23b251926e52ff0c109 - 0.0% (829 Bytes)
[#013] sha256:fd2f45321140658c1f6ea5ad567c8cc59e8c1ace5992dedec1d84d0036a5fe62 - 0.0% (859 Bytes)
[#014] sha256:8de5662ea8a0a4844dce6fe82e3c7754f31c11e945288a07c0a26af63e9f92f4 - 0.0% (834 Bytes)
[#015] sha256:e0f889edaad401561d95d24f3a1c01f3c4f61ab02ca9842d5d23a737759feff3 - 0.0% (830 Bytes)
[#016] sha256:d4c47cd8a4d5087e99971738cddd7b76c07c1e3bfc9a62ef144280ac2ff60043 - 0.0% (828 Bytes)
[#017] sha256:554de9de4ea186d9712c8e88775f5b6b70c64f9f6b88b4f0e110c66ad6464029 - 11.61% (30 MB)
[#018] sha256:91514dfd62f354728031fdf6481160ac63ffe46da8d53937e29b72634decfddf - 0.0% (850 Bytes)
[#019] sha256:0154cfc4ee96483a14eced28d2d92596ec5efe8a425885a6fec69b84d828e93c - 0.0% (853 Bytes)
[#020] sha256:f05db723d38c3588990c78664bf9162a7ea3c71862f0ca699970e018e88ab037 - 0.0% (829 Bytes)
[#021] sha256:c5f33f5f0829d0e665859724412a8a6d0c3e0afe58c3378dd354c656ca77266b - 0.0% (859 Bytes)
[#022] sha256:2ad2af9f1f9aa7efc94ab509c6426ba8a758bb8cc7e95ad5b64cbd01ee6dfa9c - 0.0% (830 Bytes)
Apply image 1903-amd64
2020-11-06 21:32:21 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
2020-11-06 21:32:21 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-11-06 21:33:04 UTCcmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2020-11-06 21:33:04 UTCcmd /S /C #(nop) USER ContainerUser
2020-11-06 21:33:28 UTCcmd /S /C #(nop) COPY dir:b7d603d3d1dc6eb42b16e4fb4b3aa3e67b31f78165f808c7221eb79966e50f68 in C:\Program Files\PowerShell
2020-11-06 21:34:14 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-11-06 21:34:14 UTCcmd /S /C #(nop) ENV POWERSHELL_TELEMETRY_OPTOUT=0
2020-11-06 21:34:15 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2020-11-11 17:57:01 UTCcmd /S /C #(nop) USER ContainerAdministrator
2020-11-11 17:57:02 UTCcmd /S /C #(nop) COPY multi:00006c162e891e251607487b009c395740d5d6c2b1f02da8c8ac7a7a7d9cf813 in \Windows\System32\
2020-11-11 17:57:05 UTCcmd /S /C #(nop) COPY multi:44dae68b3842643274f2f2b5d636ccfd4786a534659e9cccfc9783a2ca72700d in \Windows\
2020-11-11 17:57:06 UTCcmd /S /C #(nop) ARG VERSION=dev
2020-11-11 17:57:07 UTCcmd /S /C #(nop) LABEL io.cattle.agent=true
2020-11-11 17:57:07 UTCcmd /S /C #(nop) ENV DOCKER_API_VERSION=1.24
2020-11-11 18:31:27 UTCcmd /S /C #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-5aa39182429d810be1278b294aeb396a70fe28aa-head
2020-11-11 18:31:28 UTCcmd /S /C #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs
2020-11-11 18:31:29 UTCcmd /S /C #(nop) COPY multi:c58dee21915df2f65ce010917754fec69415a9d788ed7d4026713e2cb28a4963 in \etc\rancher\
2020-11-11 18:31:30 UTCcmd /S /C #(nop) ENTRYPOINT ["pwsh" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]
2020-11-11 18:31:30 UTCcmd /S /C #(nop) LABEL org.label-schema.build-date=2020-11-11T18:31:25Z
2020-11-11 18:31:30 UTCcmd /S /C #(nop) LABEL org.label-schema.schema-version=1.0
2020-11-11 18:31:31 UTCcmd /S /C #(nop) LABEL org.label-schema.vcs-ref=5aa39182429d810be1278b294aeb396a70fe28aa
2020-11-11 18:31:31 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.