Namespace
gitlab
Image / Tag
gitlab-runner-helper:x86_64-852cb633-nanoserver2004
Content Digest
sha256:44c89a68a20048d5903b3b08d935de15ff306641742bf115e10e118805ec1de1
Details
Created

2023-03-23 12:21:42 UTC

Size

248 MB

Content Digest
Environment
POWERSHELL_DISTRIBUTION_CHANNEL

PSDocker-NanoServer-2004

POWERSHELL_TELEMETRY_OPTOUT

0

PSCORE

\PowerShell\pwsh.exe

PSModuleAnalysisCachePath

C:\Users\Public\AppData\Local\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache

ProgramFiles

C:\Program Files

WindowsPATH

C:\Windows\system32;C:\Windows


Layers

[#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:0d46007663d2cf5919e6f27f5e7f041314fbea45d9c9214c52b0b62e1c3d309e - 0.0% (888 Bytes)

[#010] sha256:4b1bae3404a6f66677d337b154de900a7e83592c7a5dbfe58d476c5136c7a426 - 17.36% (43 MB)

[#011] sha256:faf014e6777f42ae2fb6ba4379d12b6d915a11983cb58c4ffc501966402dec0c - 0.04% (103 KB)

[#012] sha256:93d3b22ee7b18070c583b7522b672170a35de2954e1a46eb4d6d565be4508fa6 - 0.0% (846 Bytes)

[#013] sha256:75b2c7f70d6c3e67a72ab3e9acc6104beb6df6194017f5d74874d6d9064ad248 - 0.04% (108 KB)

[#014] sha256:8ba547731409cb6ce086a15764ea0e17184dc14fa016cbdd15ec2483c0efa4ff - 0.0% (1.16 KB)

[#015] sha256:3f797d72c3cb49e971c778584426cdefa002ef7802431c012769a4c95137b475 - 0.0% (836 Bytes)


History
2021-12-10 11:39:27 UTC

Apply image 2004-amd64

2022-04-18 20:54:51 UTC

cmd /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 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2022-04-18 20:55:16 UTC

cmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M

2022-04-18 20:55:17 UTC

cmd /S /C #(nop) USER ContainerUser

2022-04-18 20:55:33 UTC

cmd /S /C #(nop) COPY dir:40daaaef3533338d5edf33039b880dbb666ee4abe98ae3fd8ffb00bdf48703e3 in C:\Program Files\PowerShell

2022-04-18 20:56:01 UTC

cmd /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 UTC

cmd /S /C #(nop) ENV POWERSHELL_TELEMETRY_OPTOUT=0

2022-04-18 20:56:02 UTC

cmd /S /C #(nop) CMD ["pwsh.exe"]

2023-03-23 12:20:45 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2023-03-23 12:20:55 UTC

cmd /S /C #(nop) COPY dir:9f8abe74e9de99aa1c88d5f89c3e49cd83b1570554fb62248e087c4a5934e6ab in C:\Program Files\

2023-03-23 12:21:23 UTC

cmd /S /C pwsh --version

2023-03-23 12:21:24 UTC

pwsh -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) SHELL [pwsh -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';]

2023-03-23 12:21:39 UTC

pwsh -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-03-23 12:21:40 UTC

pwsh -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY file:4a3658ddbe311020efa666021cafcfa10bbd66bdcee6b4d4d17c7a6cb23e1004 in .\

2023-03-23 12:21:42 UTC

pwsh -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["entrypoint.cmd"]

Danger Zone
Delete Tag

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.

Delete