2023-04-13 15:07:13 UTC
246 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:896318806a73dd33fcc3cd54fed0262719155d50e4958ebd650b0153a3229e2c - 40.11% (98.5 MB)
[#001] sha256:c9f6d709c4a6ad338ea67a14e6f566f15642cbe33d2cf83c0c86648539b7d35c - 0.0% (1.04 KB)
[#002] sha256:833e91db41c7e79f69efdbc8a98e9cc81b1c672c3b48d1ad00bc7fb7b910ebf3 - 0.0% (1.01 KB)
[#003] sha256:9df2416f0610b1052f1d18d9060fffb7b4e0d9f0453052977211f77a922a81a8 - 0.03% (66.5 KB)
[#004] sha256:85e70388ec564ad38aa8395d47bc7b6c0a63edff798bad254cfde445aecee95a - 0.0% (1.04 KB)
[#005] sha256:b659dd8789e67d78fc1fa46a31c5610f3b665d78d3f94394fa7c769ac2f0b6a7 - 42.21% (104 MB)
[#006] sha256:745f64468893ab855a29169d22ba4c7bbbbbf56dd62f1f8505adf24d403189a4 - 0.06% (144 KB)
[#007] sha256:0472c382488628f5d7657e7174080ea39852609941d6c80a9a97999d0ef848b5 - 0.0% (1.01 KB)
[#008] sha256:3d1da12c4b9bbd372639cb6b7e21f1b9f10bdffff4ee32850e317ca32141d6ab - 0.0% (1.02 KB)
[#009] sha256:33ee77bfc1ed9a3629dc8fde3ff752113edd313d2746e678067b599b6a380768 - 0.0% (1.02 KB)
[#010] sha256:0dbd29546bfde52f92b47ba581f1ba0474ee0de12f8489c3d81c584343089cc9 - 17.52% (43 MB)
[#011] sha256:c33a1414f6e0481695fa5c8244cfeff9065777ee946c24584d09eccbf1491b30 - 0.02% (52.7 KB)
[#012] sha256:81539366c665a2541fc1737fa4bafc633dca289640a28b4b013812da6683f0be - 0.0% (1.02 KB)
[#013] sha256:a2e0a70f06373a48dd2a8a26b30ef3fa6340657c698af204aeb4cdc653ddc68a - 0.05% (120 KB)
[#014] sha256:da8bebd5b807ec3e1fc32106feef1c8a8e5e1bf0d99685509d25d5417cdd0cda - 0.0% (1.39 KB)
[#015] sha256:20ddcdce305c224127be27f1b41b9f446263c9bc2a2838dd8815d1ae60dc5b73 - 0.0% (1.04 KB)
Apply image 10.0.17763.4131
2023-04-04 22:12:30 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-04-04 22:12:31 UTCcmd /S /C #(nop) USER ContainerAdministrator
2023-04-04 22:12:44 UTCcmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2023-04-04 22:12:44 UTCcmd /S /C #(nop) USER ContainerUser
2023-04-04 22:12:55 UTCcmd /S /C #(nop) COPY dir:66f6149efd9f500340ba374673fba24a1a4616e697da924ea3e672b13f954a80 in C:\Program Files\PowerShell
2023-04-04 22:13:19 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-04-04 22:13:19 UTCcmd /S /C #(nop) ENV POWERSHELL_TELEMETRY_OPTOUT=0
2023-04-04 22:13:20 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2023-04-13 15:06:52 UTCcmd /S /C #(nop) USER ContainerAdministrator
2023-04-13 15:07:00 UTCcmd /S /C #(nop) COPY dir:fa70406315c23dace009d0121e6ffcd0c948b29ceef9a0a2e5e71ce54be8b4bd in C:\Program Files\
2023-04-13 15:07:07 UTCcmd /S /C pwsh --version
2023-04-13 15:07:08 UTCpwsh -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [pwsh -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2023-04-13 15:07:12 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-04-13 15:07:13 UTCpwsh -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY file:4a3658ddbe311020efa666021cafcfa10bbd66bdcee6b4d4d17c7a6cb23e1004 in .\
2023-04-13 15:07:13 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.