2023-05-20 23:21:29 UTC
244 MB
PSDocker-NanoServer-1809
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:aaaa081173ae340ab97ac1e1b9abff1a2729a647cf5c9b78bc1618588056fd3c - 39.5% (96.4 MB)
[#001] sha256:1ff488c1665c2eb791779bd0b3d8ada1c625b9791d09419e99d2a24e4636fc33 - 0.0% (1.02 KB)
[#002] sha256:9d86192bfcd7f8c2dcadd56b83aa24adae72f04f178b4e82d57f3bbd2dc75900 - 0.0% (1.01 KB)
[#003] sha256:71c3bed8e5bc22580fe591ae06bc04029e96d8d25ad3732489b71c488cece01b - 0.03% (64.1 KB)
[#004] sha256:8eff9ef9176f00a6539a1f2de860e83161f6499f771e7f01ad86cdd550b08ef8 - 0.0% (1.02 KB)
[#005] sha256:6118c33389d97145a8d2a5a45c3f5e480d59b4e264affc603f9ec081a6f4f7a4 - 42.55% (104 MB)
[#006] sha256:850341acef7083e31ca30c23891cdc750b41dce875707378d578f31dfc2ffa1a - 0.06% (144 KB)
[#007] sha256:9459e8ec538bb064b5ecf7920d10cc9e87e09f5114e20c999ec97c51b6f6672f - 0.0% (1.02 KB)
[#008] sha256:1aed2f3f65acd6ea3adcacd1340a2d04b83f01087a27ec322beb8bf370d319ad - 0.0% (1.01 KB)
[#009] sha256:8f63b6fd57fdee872b4a2f4aec7e47f0f63689d5eab61df7efbc4a396c022389 - 0.0% (1.05 KB)
[#010] sha256:d290c5e397bad1e233c91de26b4f638af6e01e7e4cf43788cc3cb0f151d34a3d - 17.78% (43.4 MB)
[#011] sha256:1c2da49b47fc43910a2e4be36f44b48f178139fb58f892440d809ee86cefbdd5 - 0.02% (54.6 KB)
[#012] sha256:7bdf452dbd0a7d42508ec13b053f355bad1ae0e758cad5f8cfcbe8e4e165e2b9 - 0.0% (1.01 KB)
[#013] sha256:cb0e977aa126ac4678c7af191adf56979e0941a54e4a06ad581499e324347ff8 - 0.06% (140 KB)
[#014] sha256:9a35b9aa6356ca61033c5bfb3fdaffae43c5197dc02768ea92d8ba71c0ed7399 - 0.0% (1.36 KB)
[#015] sha256:dde8dcf124cc776ca130dbf57a4006db392e82a7314f39c275c34cb49f8708bb - 0.0% (1.05 KB)
Apply image 10.0.17763.4377
2023-05-09 19:22:43 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-1809
2023-05-09 19:22:43 UTCcmd /S /C #(nop) USER ContainerAdministrator
2023-05-09 19:22:59 UTCcmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2023-05-09 19:22:59 UTCcmd /S /C #(nop) USER ContainerUser
2023-05-09 19:23:13 UTCcmd /S /C #(nop) COPY dir:5f12db291fa7328405f174fe2e7875cee7b55ab27c559cbb8279f810c023cac7 in C:\Program Files\PowerShell
2023-05-09 19:23:43 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-05-09 19:23:43 UTCcmd /S /C #(nop) ENV POWERSHELL_TELEMETRY_OPTOUT=0
2023-05-09 19:23:43 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2023-05-20 23:21:06 UTCcmd /S /C #(nop) USER ContainerAdministrator
2023-05-20 23:21:15 UTCcmd /S /C #(nop) COPY dir:5b8083716486f023e6cecea3a54cc2a4e7a3637127240ee77251aaac95f4e58a in C:\Program Files\
2023-05-20 23:21:22 UTCcmd /S /C pwsh --version
2023-05-20 23:21:22 UTCpwsh -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [pwsh -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2023-05-20 23:21:27 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-05-20 23:21:28 UTCpwsh -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY file:4a3658ddbe311020efa666021cafcfa10bbd66bdcee6b4d4d17c7a6cb23e1004 in .\
2023-05-20 23:21:29 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.