2023-09-21 21:14:58 UTC
263 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:8f8cef0759210af9d01a2fb45d79956a2db738bbd3734b7244b17e14ad945cab - 43.64% (115 MB)
[#001] sha256:4e4df748ff969a6df95f2e2d99475b5efa6e9cf74e98fc7b9738535a779a1c39 - 0.0% (1.05 KB)
[#002] sha256:0297d2bca9b2f3ffdf2173a169fa93114cce4c9d9b951614fe2c172033ccff2f - 0.0% (1.02 KB)
[#003] sha256:30e1a65ced75a6559e94f29be2bf96238fc8c558d1512d50ece07fbc66ba7859 - 0.03% (85.4 KB)
[#004] sha256:1186b031d0f833c3e3463a659867d5ecbb3b8fd9c8af8d894a8572f88bb56f2c - 0.0% (1.01 KB)
[#005] sha256:cf0c992c600d129cd5d5679ead87b5e12aea73bebb3c1ed28c33a5cb287ba904 - 39.41% (104 MB)
[#006] sha256:5035135370e7e9807e0da0ab27631edb8caec50abbe00a6fd9a562d0b5cbffa5 - 0.04% (113 KB)
[#007] sha256:981c0ed6b46886456bee1a9e11f41833fa4b6c62946c95a30b3fb38df579e939 - 0.0% (1.02 KB)
[#008] sha256:376308e28be85ce199990a8c0ae591e2ab93b64140e71c0d55f67650c48cabd6 - 0.0% (1.01 KB)
[#009] sha256:812e0df93922f3992cb0842cceb2985c203f0c9bef1df8651da4d7d3a2e61740 - 0.0% (1.05 KB)
[#010] sha256:197cac7c87f6d67241e2912079943b95c1acd5891f928d97714c5eb1af5bb958 - 16.83% (44.4 MB)
[#011] sha256:86f76e6bed2c43e91aaa475021df384f5d9b8badd0b5f38101009d29336584d4 - 0.02% (46 KB)
[#012] sha256:b2cb31a555ad45b5a1a6057eed7642c81d6a3d08c2bb20facb39454e8a0b4558 - 0.0% (1.02 KB)
[#013] sha256:4de2e335749ec155c00194f63b5b9df6eb11dd24ebb66cb1f96e5ca5606b23f4 - 0.03% (85.8 KB)
[#014] sha256:ed4384c9daf8c10bda8998c831bb7913028ca739029b10f7f07bdf0a0df565a0 - 0.0% (1.38 KB)
[#015] sha256:0cd958995d618bd5a3cc243c9912ac289e9b7758914eee9951fdc4b6363aa76c - 0.0% (1.02 KB)
Apply image 10.0.20348.1970
2023-09-15 00:19:44 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-09-15 00:19:44 UTCcmd /S /C #(nop) USER ContainerAdministrator
2023-09-15 00:20:20 UTCcmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2023-09-15 00:20:20 UTCcmd /S /C #(nop) USER ContainerUser
2023-09-15 00:20:32 UTCcmd /S /C #(nop) COPY dir:47d31bdb6e395b9e84e3926c01a663ad852ef40d411ce5dec25ebb6673a0ca6e in C:\Program Files\PowerShell
2023-09-15 00:21:00 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-09-15 00:21:01 UTCcmd /S /C #(nop) ENV POWERSHELL_TELEMETRY_OPTOUT=0
2023-09-15 00:21:01 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2023-09-21 21:14:36 UTCcmd /S /C #(nop) USER ContainerAdministrator
2023-09-21 21:14:45 UTCcmd /S /C #(nop) COPY dir:c9f12250ffd5c6f6c7b60322a5f87ed9ccd80dd1a7d386acb2d8562422102e57 in C:\Program Files\
2023-09-21 21:14:53 UTCcmd /S /C pwsh --version
2023-09-21 21:14:53 UTCpwsh -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [pwsh -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2023-09-21 21:14:57 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
2023-09-21 21:14:57 UTCpwsh -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY file:4a3658ddbe311020efa666021cafcfa10bbd66bdcee6b4d4d17c7a6cb23e1004 in .\
2023-09-21 21:14:58 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.