2023-05-30 22:33:24 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:bf796b5d03c5edce14123d14ce758d82a21138f60cde4fcf46ccda3e7c00bd45 - 0.0% (1.02 KB)
[#010] sha256:e41e30ca2fa34130727e115aea92c11ef96cb753b2d7ad23ac1f9e338edba43b - 17.78% (43.4 MB)
[#011] sha256:8dc872092c742308522be3d02be4e3afce9e2466b3947ffcb2c48ce428acc2de - 0.02% (53.7 KB)
[#012] sha256:5bb157ab66033db723da3e8efe35013aa20e8aee46dec84b56b4308186e971d6 - 0.0% (1.02 KB)
[#013] sha256:90f6429ced5b315bf759ca422585d34ce3b58d3643f1e343e66e313d24e639a0 - 0.05% (136 KB)
[#014] sha256:12d3e74c727fd979aea37e72b4d483f73d9e0d83a1379fdb19938b805c6c9f35 - 0.0% (1.37 KB)
[#015] sha256:4d547fb2b8345965e795db427b8a5bd6d49b756d51ce5857062ed98385bd8c48 - 0.0% (1.02 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-30 22:33:04 UTCcmd /S /C #(nop) USER ContainerAdministrator
2023-05-30 22:33:12 UTCcmd /S /C #(nop) COPY dir:e338a990962ca345f7d875b0764426459f79a0f75dca086ae37c462e3e7e7a7a in C:\Program Files\
2023-05-30 22:33:18 UTCcmd /S /C pwsh --version
2023-05-30 22:33:19 UTCpwsh -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [pwsh -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2023-05-30 22:33:23 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-30 22:33:24 UTCpwsh -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY file:4a3658ddbe311020efa666021cafcfa10bbd66bdcee6b4d4d17c7a6cb23e1004 in .\
2023-05-30 22:33:24 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.