2024-02-28 17:10:39 UTC
248 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:5f8edc2588edb9971a52d53cd4265062614ebb25e94063a4d235376797b0e57a - 40.12% (99.6 MB)
[#001] sha256:e206020f6af37acdc0d386522bb6bfe45cd2f8a398108bbac00a31f42b65b138 - 0.0% (1.01 KB)
[#002] sha256:6bd0a02d0f84f7f754dce9f61c9bdeecc77be9fecb327ea35c53294918ecbec3 - 0.0% (1.04 KB)
[#003] sha256:eb4977c8e0eaaa04b75f3c04d99bd549d47e5fc72a32c03fc9016585ed830573 - 0.03% (69.8 KB)
[#004] sha256:803c9eb0c8d5a7a4bb937621a94e409294217fb5a065828815612ad83a77f397 - 0.0% (1.01 KB)
[#005] sha256:6e04cea8eee2ae03b23b1fb5a14d2de5a2022e6dbc4dd7cb948e75830283454b - 41.81% (104 MB)
[#006] sha256:ae0dd42bf980493d3e269eb0b918103c16b75f5dd2af14d3461cd5e930aab8ee - 0.05% (114 KB)
[#007] sha256:b44061062e1019bb5bdf263a30219242708c9e6cfac6ea9ba43cea052d9f7fec - 0.0% (1.02 KB)
[#008] sha256:cc2b2bac90a3b0269515edcd4ff185f4e7b6a19eef8cea45317e29e6cc41f492 - 0.0% (1.01 KB)
[#009] sha256:07d2e02d7b94cced6fb3620ab2edc4d9390fc8793ad00e47f3f787e3ccc45d48 - 0.0% (1.01 KB)
[#010] sha256:a70ebebe7a685b2b867296b010518f4574324334d302ae1d67d6930785a01536 - 17.94% (44.6 MB)
[#011] sha256:64a9bfe29d7faff89b0eb1f0cc997eb1aae2f2e191302bb88b9526140f6ceb4d - 0.02% (54.7 KB)
[#012] sha256:16ceb7eeb86fd93673183fa4311935c8a3f4348194541da939a95d2dad4f2e2e - 0.0% (1.01 KB)
[#013] sha256:4cd4a8faf4fe6dd97df7efa8e1a4845f3406f8e3c5327c9c746f950d0c30d08b - 0.03% (88 KB)
[#014] sha256:c220329009023184325e249fda017634fe3067917eb4b71a76c4bfc7e97ee942 - 0.0% (1.34 KB)
[#015] sha256:c2171cdb5ac70428e2ca480d679fc4cbea73fb63393407cdba262895f5e1d945 - 0.0% (1.01 KB)
Apply image 10.0.17763.4974
2023-10-26 02:05:46 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-10-26 02:05:47 UTCcmd /S /C #(nop) USER ContainerAdministrator
2023-10-26 02:06:05 UTCcmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2023-10-26 02:06:05 UTCcmd /S /C #(nop) USER ContainerUser
2023-10-26 02:06:18 UTCcmd /S /C #(nop) COPY dir:a03f9872c3a93137e6364887bbec692ebac6e81655500c4163930d2f80df9511 in C:\Program Files\PowerShell
2023-10-26 02:06:51 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-10-26 02:06:51 UTCcmd /S /C #(nop) ENV POWERSHELL_TELEMETRY_OPTOUT=0
2023-10-26 02:06:51 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2024-02-28 17:10:12 UTCcmd /S /C #(nop) USER ContainerAdministrator
2024-02-28 17:10:21 UTCcmd /S /C #(nop) COPY dir:d88cc81e1e97d3e6855385832b64a2c8bfb307d5c984829a9fc7405ebcae55b8 in C:\Program Files\
2024-02-28 17:10:30 UTCcmd /S /C pwsh --version
2024-02-28 17:10:30 UTCpwsh -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [pwsh -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2024-02-28 17:10:38 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
2024-02-28 17:10:38 UTCpwsh -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY file:4a3658ddbe311020efa666021cafcfa10bbd66bdcee6b4d4d17c7a6cb23e1004 in .\
2024-02-28 17:10:39 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.