2023-05-22 14:23:51 UTC
258 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:5178da1ca6af8a14a235f58eb31955ca5f4c72f950d35f9bb67a8bd20232d840 - 42.91% (111 MB)
[#001] sha256:72aeca1e4867222d5fd0c0aa5be88eaa3a4598055be5bee0ae118d718d5e3704 - 0.0% (1.02 KB)
[#002] sha256:f3fb96934dafb5fd752a392961c48e229ffac6e719a4debe73f1512eecaa69dc - 0.0% (1.05 KB)
[#003] sha256:7a5055791b63c84d79805dd8a7a3cf115e47edeaaf0aa48fa6f333f9a846f2d2 - 0.03% (75.5 KB)
[#004] sha256:6f5707e199591443579e1e66e4408897a65b1e11933c9aa46617ad160a8303f8 - 0.0% (1.02 KB)
[#005] sha256:4db26121ac974c6ab8c414df62fe6c5bb3e9acc3981f2ff14b7246293c5bc72b - 40.18% (104 MB)
[#006] sha256:382a9d8ef4600cfbc356adb17c55d67a14bacc1c31731f44073d8982d63c45a4 - 0.04% (114 KB)
[#007] sha256:19def1009fb5feb72cc8694af9c33ddfc924d413f7e4ba1932a98f067b1a81c3 - 0.0% (1.01 KB)
[#008] sha256:935cb045fb7eb720e7c075acf8b835fb57a737d4f43a87ef07fbf7dbc0d1a9ac - 0.0% (1.01 KB)
[#009] sha256:606730758e59c64020c6747cff526f60f8eb89da5dadff2bd47d392954e3934d - 0.0% (1.05 KB)
[#010] sha256:9bffb1d48dc2a9cbc2a4a721ffbdf053951422d6117cce87deb99124304e823b - 16.79% (43.4 MB)
[#011] sha256:3538d908e2dc7fb4d3ad4df3175536bbb899f0d8b8d76ead63eb73c864523094 - 0.02% (59.6 KB)
[#012] sha256:48b0ca343a8813f004966c09e56ab55d9a19921a528675add7359f0313848eb8 - 0.0% (1.02 KB)
[#013] sha256:bf027c1c53ba88fd7641fc8bbad22939784fb335d8bb5b51566c31b9454b8b70 - 0.03% (83.1 KB)
[#014] sha256:2bee19962c6899a5e94d32a8a55f3721efb4e4c7bdc12ebd07c024c03354298f - 0.0% (1.36 KB)
[#015] sha256:cd658299c34cf7c6544252b3e9bf32794e5cedc2ff6efe51041e05715f27e90e - 0.0% (1.09 KB)
Apply image 10.0.20348.1726
2023-05-09 19:19:12 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-05-09 19:19:12 UTCcmd /S /C #(nop) USER ContainerAdministrator
2023-05-09 19:19:29 UTCcmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2023-05-09 19:19:29 UTCcmd /S /C #(nop) USER ContainerUser
2023-05-09 19:19:43 UTCcmd /S /C #(nop) COPY dir:5f12db291fa7328405f174fe2e7875cee7b55ab27c559cbb8279f810c023cac7 in C:\Program Files\PowerShell
2023-05-09 19:20:11 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:20:12 UTCcmd /S /C #(nop) ENV POWERSHELL_TELEMETRY_OPTOUT=0
2023-05-09 19:20:12 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2023-05-22 14:23:27 UTCcmd /S /C #(nop) USER ContainerAdministrator
2023-05-22 14:23:35 UTCcmd /S /C #(nop) COPY dir:ea303bbe03ee31cf71e40c977a68e8a898d4448cc94a7a243b08148d4b205bfa in C:\Program Files\
2023-05-22 14:23:45 UTCcmd /S /C pwsh --version
2023-05-22 14:23:45 UTCpwsh -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [pwsh -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2023-05-22 14:23:50 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-22 14:23:50 UTCpwsh -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY file:4a3658ddbe311020efa666021cafcfa10bbd66bdcee6b4d4d17c7a6cb23e1004 in .\
2023-05-22 14:23:51 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.