2023-07-21 23:13:44 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:5c5b06ba65934bcf850a1a54ecf4b3da34d3e6d6c8e90dbc897719c3ea377c8a - 40.15% (99.6 MB)
[#001] sha256:176d58e36799800299c1cf1f1e1c76af9fde213fbb0dd4f9f3be54a5a32c3333 - 0.0% (1.05 KB)
[#002] sha256:7fc38e80447e287356159cbf15e1e4d33e77d75b896edd7fa1b6fe7f5be7d008 - 0.0% (1.01 KB)
[#003] sha256:5ec58f570f74d3590d9cd7197d575b24416ec2dfa28cd22d339aded3c5805818 - 0.03% (63.9 KB)
[#004] sha256:e3a0018e4176fc2dbf4368f733976079b6b6587174c17a58c41d0782fc6ea94d - 0.0% (1.02 KB)
[#005] sha256:bc68717e89a97634f32de5432ad7b6d077d70230c71afc14f71ad8b762575ab7 - 41.8% (104 MB)
[#006] sha256:9f2559d411afd76b6073c7af8aeb9dd6fd6400b99b4928adf327f94a80e9e450 - 0.06% (144 KB)
[#007] sha256:1e55555f726acb0571109f3322ac7dabef3e088e616a9e53e99ba7e526a2b252 - 0.0% (1.01 KB)
[#008] sha256:01642fe4afb88458ce109aeb1c1f614c4beac3e82d717b8627f7c35eb87ee8ab - 0.0% (1.02 KB)
[#009] sha256:059e01361db5b29ac2aee5dbbd75c7b60e669995e256ca6e9fef032797ea3a1b - 0.0% (1.08 KB)
[#010] sha256:65cdeca8a155af069dc3ece88efa8754c2607b12d92860d3b289a5e4dc9b8223 - 17.81% (44.2 MB)
[#011] sha256:3877880693b85951b07c6fe2e1d25bf737e3b40da355c6dca4fab892641a0421 - 0.02% (53.8 KB)
[#012] sha256:e883a3e6c2ce6eb7f8be3ca149c6bb8fd2b8f97792da22cf9650d583868caf85 - 0.0% (1023 Bytes)
[#013] sha256:0e32163037d943f88edd2c6fc562ce1ec8d4050d88f8f6c14c7846e384acd262 - 0.13% (325 KB)
[#014] sha256:4ddfa3f9e1f4eb2ecf4bcc7f62717693d6183589eb60a1066f2428e469e597c9 - 0.0% (1.36 KB)
[#015] sha256:056534fb1f6d19c774fa8beed9b87f035780b1f7dd6113cd430fc0315c399c37 - 0.0% (1.08 KB)
Apply image 10.0.17763.4645
2023-07-13 18:37:00 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-07-13 18:37:00 UTCcmd /S /C #(nop) USER ContainerAdministrator
2023-07-13 18:37:19 UTCcmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2023-07-13 18:37:19 UTCcmd /S /C #(nop) USER ContainerUser
2023-07-13 18:37:30 UTCcmd /S /C #(nop) COPY dir:41c92f0d319deaa54fd18ae8c07d3a7878f8bf66ba96aa9cbafa9f79571cadf1 in C:\Program Files\PowerShell
2023-07-13 18:38:00 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:01 UTCcmd /S /C #(nop) ENV POWERSHELL_TELEMETRY_OPTOUT=0
2023-07-13 18:38:01 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2023-07-21 23:13:17 UTCcmd /S /C #(nop) USER ContainerAdministrator
2023-07-21 23:13:27 UTCcmd /S /C #(nop) COPY dir:4dd218d67d35f4d72057df86b4b9aad763cc32f33267e7a78e5c83ea62a3c0b9 in C:\Program Files\
2023-07-21 23:13:36 UTCcmd /S /C pwsh --version
2023-07-21 23:13:36 UTCpwsh -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [pwsh -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2023-07-21 23:13:43 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-07-21 23:13:43 UTCpwsh -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY file:4a3658ddbe311020efa666021cafcfa10bbd66bdcee6b4d4d17c7a6cb23e1004 in .\
2023-07-21 23:13:44 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.