2024-11-20 09:49:27 UTC
268 MB
PSDocker-NanoServer-ltsc2022
POWERSHELL_TELEMETRY_OPTOUT0
PSCORE\PowerShell\pwsh.exe
PSModuleAnalysisCachePathC:\Users\Public\AppData\Local\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache
ProgramFilesC:\Program Files
WindowsPATHC:\Windows\system32;C:\Windows
[#000] sha256:fff54800e03713ba81736f43d985319592fc643a1a32b62dbd5c0ec36549de00 - 42.98% (115 MB)
[#001] sha256:443bc0d64c023cba55f1f6deb8a3e8b7325ac00711a68f289ae4c740f5b4cbe6 - 0.0% (1.01 KB)
[#002] sha256:d8e6a91724f166650ec697c66a7f1014f748db8378ae57fd405495baa9a6dc13 - 0.0% (1.02 KB)
[#003] sha256:736bb693e6b424b27bc52081c5dc210fe3bee32693b4c99a491f3decb3be7b1a - 0.03% (84.4 KB)
[#004] sha256:66abfaf2f40f6feeb9b36ed381cfd0683b248760d6335b6ef4fd2e6e67e168c7 - 0.0% (1.01 KB)
[#005] sha256:e025a501ab187f03b3cbaaae520afd7bcc0d24d7fe51948521f362a093bf4c04 - 38.8% (104 MB)
[#006] sha256:2bb6668e027e624082e35ebf1171c3212c8c77e4939188e88bb76bb4429e00e5 - 0.04% (113 KB)
[#007] sha256:d6bf90d58c214737cfc02e6d0726a6fcf9da75a54a2f8cf1a7bb0a7a9d96a60d - 0.0% (1.01 KB)
[#008] sha256:78b233faf0bea9ab9d24c3e8f3502f9a96c7ee0cfb1145c423e5966c68f563ec - 0.0% (1.02 KB)
[#009] sha256:568deb842faec3bd5fff9ceaaf3e54907ef45504593a9a1438b58eb4ced27da0 - 0.0% (1.01 KB)
[#010] sha256:6a3418cf847ec5a841b69fe26871a97177608dfa8febb0b6a0e8ded89767cf2d - 18.1% (48.4 MB)
[#011] sha256:1d229558b8c7fcbacd89984fa0fd0607aa5bf403af77bdb2b5c7bbdf6645ae0c - 0.02% (59.6 KB)
[#012] sha256:6cb78608a07f7373626264fcf9951000aa6f33efe69a155f64c1f318073ae6f9 - 0.0% (1.01 KB)
[#013] sha256:a2443ddcbd791670103a9706a29f67c46ede50fcf3c2f569b3ea1c200b8f2019 - 0.03% (83.3 KB)
[#014] sha256:125a7e977aa3f5a1ed377b6b750b6b1bc1df25508b34ca1eaddded3b261f40d7 - 0.0% (1.36 KB)
[#015] sha256:83d8cda5baeac03f9d4f5680a1dc4bcc4922c2a521969fc4271713b2041465b0 - 0.0% (1.02 KB)
Apply image 10.0.20348.2031
2023-10-26 01:51:29 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-ltsc2022
2023-10-26 01:51:30 UTCcmd /S /C #(nop) USER ContainerAdministrator
2023-10-26 01:51:35 UTCcmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2023-10-26 01:51:36 UTCcmd /S /C #(nop) USER ContainerUser
2023-10-26 01:51:47 UTCcmd /S /C #(nop) COPY dir:a03f9872c3a93137e6364887bbec692ebac6e81655500c4163930d2f80df9511 in C:\Program Files\PowerShell
2023-10-26 01:52: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 ; }"
2023-10-26 01:52:15 UTCcmd /S /C #(nop) ENV POWERSHELL_TELEMETRY_OPTOUT=0
2023-10-26 01:52:16 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2024-11-20 09:49:04 UTCcmd /S /C #(nop) USER ContainerAdministrator
2024-11-20 09:49:14 UTCcmd /S /C #(nop) COPY dir:998e23979f622ea6bcc6d333af832a7e80062338db46dec63595c5de72233f62 in C:\Program Files\
2024-11-20 09:49:23 UTCcmd /S /C pwsh --version
2024-11-20 09:49:23 UTCpwsh -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [pwsh -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2024-11-20 09:49:26 UTCpwsh -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; [Environment]::SetEnvironmentVariable('Path', $env:Path + ';C:\Program Files\git\cmd;C:\Program Files\git-lfs;C:\Program Files\gitlab-runner-helper', [EnvironmentVariableTarget]::Machine); $env:Path = [System.Environment]::GetEnvironmentVariable('Path', 'Machine'); $env:GIT_CONFIG_NOSYSTEM=1; & $env:ProgramFiles\git\cmd\git.exe config --system --unset-all include.path; & $env:ProgramFiles\git\cmd\git.exe config --system core.longpaths true; & $env:ProgramFiles\git\cmd\git.exe lfs install --skip-repo
2024-11-20 09:49:27 UTCpwsh -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY file:4a3658ddbe311020efa666021cafcfa10bbd66bdcee6b4d4d17c7a6cb23e1004 in .\
2024-11-20 09:49:27 UTCpwsh -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["entrypoint.cmd"]
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.