2023-05-04 10:36:33 UTC
248 MB
PSDocker-NanoServer-2004
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:0179e587c053795cddc568efcc995f909b8e760abc5e410090df81a13c44ccbd - 40.54% (100 MB)
[#001] sha256:d746483134dabd1d1907eacf99ae7bbd45c3139c984107606b51a9c323373fac - 0.0% (1.02 KB)
[#002] sha256:41bb0cde0b9219d315d9da57d97958d54a5bf95fda6cc40f65cd427e62b90de1 - 0.0% (1.04 KB)
[#003] sha256:81362e8f821ae940f70d959862905e3db404f4fb84db8d01fbe28f6b19df543f - 0.03% (67.5 KB)
[#004] sha256:1d0c05ee8b5d47dc622abe2f59a84ca613ca0c7cb7e1735f50d866554b4a85eb - 0.0% (1.07 KB)
[#005] sha256:67a2e3136aeac160ed83687d9b351f28c13bc17be9bd2cb79dd7d1418f92744c - 41.93% (104 MB)
[#006] sha256:0c0b281f65eb8c3a06c0f7906b349c7394de2512c1de6128131927f101419594 - 0.06% (146 KB)
[#007] sha256:d3c2cfd8015d843c695470c99dec3e24ad4124320a936bdcb2e6ff6a550255fb - 0.0% (1.04 KB)
[#008] sha256:c08a0b0f54b57837653731a2939ec2d18fb591a228bac75ff39e4f25ee435dc0 - 0.0% (1.04 KB)
[#009] sha256:6b34b4c4f0569252909fd4f40b075495afb5950ca1e5862edadd8a880924d5c2 - 0.0% (866 Bytes)
[#010] sha256:0e94b909758aaa66f6003ad93b560b0328b96f9241dedd06a5e8023d836af39b - 17.36% (43 MB)
[#011] sha256:4a821b7c256b2f378335e39364bbd985c2dcb3af14d56979092bd524689c2dc7 - 0.04% (103 KB)
[#012] sha256:7e10a0cfdb039a7af530c8c8287f8ba65f25825ea76f33be71f21773d8c9dd3c - 0.0% (842 Bytes)
[#013] sha256:4896ec08eb6b5401de4cd36efe5aa31e5d26b41d29868bc03d3a1ab63f83559d - 0.04% (109 KB)
[#014] sha256:7f8ee64f6d82108d2c92e67a71d82bf8f3676e87d8ba2af8e26b34fe93630447 - 0.0% (1.17 KB)
[#015] sha256:f772863687f3d16d2a6bef17640adb5b42f92ebbf9d92f5e40e4f4fddb2a7c8f - 0.0% (843 Bytes)
Apply image 2004-amd64
2022-04-18 20:54:51 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-2004
2022-04-18 20:54:52 UTCcmd /S /C #(nop) USER ContainerAdministrator
2022-04-18 20:55:16 UTCcmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M
2022-04-18 20:55:17 UTCcmd /S /C #(nop) USER ContainerUser
2022-04-18 20:55:33 UTCcmd /S /C #(nop) COPY dir:40daaaef3533338d5edf33039b880dbb666ee4abe98ae3fd8ffb00bdf48703e3 in C:\Program Files\PowerShell
2022-04-18 20:56:01 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 ; }"
2022-04-18 20:56:02 UTCcmd /S /C #(nop) ENV POWERSHELL_TELEMETRY_OPTOUT=0
2022-04-18 20:56:02 UTCcmd /S /C #(nop) CMD ["pwsh.exe"]
2023-05-04 10:35:29 UTCcmd /S /C #(nop) USER ContainerAdministrator
2023-05-04 10:35:38 UTCcmd /S /C #(nop) COPY dir:4089ed9e70d74021fdd1e61afb9f5ac3db28a87a3904663cb3f78e1f61f3ab26 in C:\Program Files\
2023-05-04 10:36:03 UTCcmd /S /C pwsh --version
2023-05-04 10:36:04 UTCpwsh -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [pwsh -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]
2023-05-04 10:36:30 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-04 10:36:32 UTCpwsh -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY file:4a3658ddbe311020efa666021cafcfa10bbd66bdcee6b4d4d17c7a6cb23e1004 in .\
2023-05-04 10:36:33 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.