2023-06-02 17:40:19 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:67fd7a77bf4fd7fe2b0ad11aefd7e506187e885d6715b0a36e5213ad6b9ceaaf - 0.0% (1.02 KB)
[#010] sha256:c719d3ba0b0326489fa6f2b07aaa00f7e9e9c25bb445d2bd149887cfa005b8e2 - 17.78% (43.4 MB)
[#011] sha256:545248f03493063907cbf2e06a8d3543198852c23ae067cf63212fe780d0db2c - 0.02% (53.6 KB)
[#012] sha256:5104547f551b3f31f4203e8d886b0f4aad5fd9e547fab1e0498fa09f4a344bf8 - 0.0% (1.08 KB)
[#013] sha256:bff59ed5b3d221e6bf799046cd3c844bdd87edf06cb82274bcfe8ce35d0affa1 - 0.05% (135 KB)
[#014] sha256:ddd8e915a6e63bf07fa3a7216353984372d8d8323085590ee0635ff500200789 - 0.0% (1.36 KB)
[#015] sha256:e5870e65efaa6ec7620a191224097ed3688573dc7728b7bdea6e24ce14054ad9 - 0.0% (1.01 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-06-02 17:39:54 UTCcmd /S /C #(nop) USER ContainerAdministrator
2023-06-02 17:40:03 UTCcmd /S /C #(nop) COPY dir:a3f4c8fb02ccfa3150c4ed3e1b358e2ef7f4295870f63bf9a3d03f462c18931d in C:\Program Files\
2023-06-02 17:40:11 UTCcmd /S /C pwsh --version
2023-06-02 17:40:12 UTCpwsh -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [pwsh -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2023-06-02 17:40:18 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-06-02 17:40:18 UTCpwsh -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY file:4a3658ddbe311020efa666021cafcfa10bbd66bdcee6b4d4d17c7a6cb23e1004 in .\
2023-06-02 17:40:19 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.