2023-08-08 00:24:54 UTC
262 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:cc0a26bd90fcc4d863317c36d7ffec77a0a82a905697204d4dcbc76ec13b3920 - 43.72% (114 MB)
[#001] sha256:10f8369bba45bfef3312244a091ec75d0390343a108c06de191eb97e73b707f1 - 0.0% (1.02 KB)
[#002] sha256:b1fee88f42138413e8195b2ebf218c68cd4255b66bfee15664eee86fc0377a9d - 0.0% (1.01 KB)
[#003] sha256:8185f65381e7ed5ba9c146e4f5cb807d852be20bf92ed6744b2445839ef2572a - 0.03% (83.2 KB)
[#004] sha256:1651e595a6f04b5684908d86624acbedf5234b274100cb7c04a0a8d08d16e35d - 0.0% (1.02 KB)
[#005] sha256:226950a9bd1f84ba066a84bed0bf90f64f00e268953f025ef39c5f1594bfc2f9 - 39.59% (104 MB)
[#006] sha256:abcc8e9ac4f82f2f335cf59507bf850ba5720b6b70ec8fd5a4b243cadf6ddfb0 - 0.04% (113 KB)
[#007] sha256:94b59b431f3aa832dd2ee747993c0d139143c1b06ee9f4ecdcac19fa4f9b4920 - 0.0% (1.01 KB)
[#008] sha256:e610ffb216b36d962ad4394a28cac734afa6cff6a1cc22ee638a9b6f0c85881b - 0.0% (1.01 KB)
[#009] sha256:6f6165952355e67cabc1dbec8f75c19ee4c698827daddc030e175de4e03e2f3a - 0.0% (1.02 KB)
[#010] sha256:d207629ccb737c1d2ee83046e7a759766077f48e61161863df1a7acf882bee92 - 16.57% (43.4 MB)
[#011] sha256:00a621c498584213dcb1e3cf9a195a07cc491f0fc758e79436e2d0c3191ad44e - 0.02% (58.7 KB)
[#012] sha256:ae956d0bf2b2a3da4a30c03ef1d3e4bec41f5c902c6716a7eb73e005afe53a39 - 0.0% (1.01 KB)
[#013] sha256:51d768bbd94f6b8ad07453835f00e1e61b651cbe582a29b9d19dabd93f54f658 - 0.03% (83.9 KB)
[#014] sha256:5faf346e146f14bbcd7522443ef53cb364692f752e22d3c31028783e7524176b - 0.0% (1.36 KB)
[#015] sha256:acc2e399efe92de54092c84d31322f1da5cbcd3cfa8140b0d4c836682bd06df1 - 0.0% (1.02 KB)
Apply image 10.0.20348.1850
2023-07-13 18:37:19 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-07-13 18:37:20 UTCcmd /S /C #(nop) USER ContainerAdministrator
2023-07-13 18:37:39 UTCcmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2023-07-13 18:37:39 UTCcmd /S /C #(nop) USER ContainerUser
2023-07-13 18:37:51 UTCcmd /S /C #(nop) COPY dir:41c92f0d319deaa54fd18ae8c07d3a7878f8bf66ba96aa9cbafa9f79571cadf1 in C:\Program Files\PowerShell
2023-07-13 18:38:21 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-07-13 18:38:21 UTCcmd /S /C #(nop) ENV POWERSHELL_TELEMETRY_OPTOUT=0
2023-07-13 18:38:21 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2023-08-08 00:24:33 UTCcmd /S /C #(nop) USER ContainerAdministrator
2023-08-08 00:24:40 UTCcmd /S /C #(nop) COPY dir:182128f5fb58f9bfa509948f315488b73ffb38d4214154d04a0576d1d6d5a967 in C:\Program Files\
2023-08-08 00:24:49 UTCcmd /S /C pwsh --version
2023-08-08 00:24:49 UTCpwsh -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [pwsh -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2023-08-08 00:24:53 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-08-08 00:24:54 UTCpwsh -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY file:4a3658ddbe311020efa666021cafcfa10bbd66bdcee6b4d4d17c7a6cb23e1004 in .\
2023-08-08 00:24:54 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.