Namespace
gitlab
Image / Tag
gitlab-runner-helper:x86_64-d563a231-nanoserver2004
Content Digest
sha256:67a8a61113103d06af582b27e7526197cc4ac6fa3224de5fd113be084ebc5a95
Details
Created

2023-03-23 02:26:04 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:4ec061b16e88eaa5afaa62a5412acebaecb6981d889e2722391274c58837329c - 0.0% (835 Bytes)

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

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

[#012] sha256:cad1d8304c8d31a38c768acc98ea0472666843467a0307abc403eb0597e9af07 - 0.0% (868 Bytes)

[#013] sha256:190f094fa22ecb6bb7e36bb8837bf3a39013fd51e60543e628507241c6f262b6 - 0.04% (109 KB)

[#014] sha256:6cf961912143f16f688dab4eff1f8774a1b249f9483e66e1206f1c6a9d1187f8 - 0.0% (1.17 KB)

[#015] sha256:e7ec64bdc6186447a7e9e91ea2e7623bf32523385bca395ce6fd5bc43231184d - 0.0% (841 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 02:25:34 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2023-03-23 02:25:42 UTC

cmd /S /C #(nop) COPY dir:8d2a63ee886fdb3ee42ecd36db588d8fbba7ead0d9e0b56f5896ceed41f9519a in C:\Program Files\

2023-03-23 02:25:55 UTC

cmd /S /C pwsh --version

2023-03-23 02:25:56 UTC

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

2023-03-23 02:26:03 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 02:26:03 UTC

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

2023-03-23 02:26:04 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