Namespace
rancher
Image / Tag
hyperkube:v1.18.13-rancher1-windows-2004
Content Digest
sha256:fbe3df4a90815b2b9876cb18c65f53cf6fa1544507b028ac0ef9690e3930177d
Details
Created

2020-12-09 23:39:17 UTC

Size

315 MB

Content Digest
Labels
  • org.label-schema.build-date
    2020-12-09T23:38:25Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    c942e70c925cd82a3eac536279a9cf897fa09552
  • org.label-schema.vcs-url
    https://github.com/rancher/hyperkube.git

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:45de816a9a30a7cdc128a2b72ff9bdb73b80e64f0a0e5b6bfcbe5ca2bfd736a4 - 31.88% (101 MB)

[#001] sha256:0017a542349d5157d4352c654ffec2cb0b54cedba05b698a8e0a3f3c250500ac - 0.0% (845 Bytes)

[#002] sha256:5cdb55de035c7a9dbc761a95ad751ebfc28c69101c8ad1f6fc21e52ce63e65de - 0.0% (836 Bytes)

[#003] sha256:7e08e7a6df53bc1ab5f2af9713421b250e433275b80a540f8696b0bba3afa74b - 0.02% (65.8 KB)

[#004] sha256:59a4888d142f778741d10d6dd25216c9dc74580dd30110f0715f949f0b81fafd - 0.0% (836 Bytes)

[#005] sha256:30e9f5f3dfd92fb4e4a9419e63b55e4e0aa39f9332a1ead59f90961e6dfee346 - 30.76% (97 MB)

[#006] sha256:58ce294d55d3370b6f70d2eb64c4afacdf0d52e58efc06136cb24210c628dac7 - 0.05% (146 KB)

[#007] sha256:b6ffe152788f8fa0bdfd92241f48e8fc76405f494ce80e434ca630a6722ff5bc - 0.0% (838 Bytes)

[#008] sha256:28cdbc85c036ac246fd16e3e7680cdcdf2f177caafbc2b67ed7a334f3bddc67f - 0.0% (839 Bytes)

[#009] sha256:22df07d0a5e37d4ac0c038ffb16fe2d3bf7e2f2dcfc185f368c8bfd5b264b0a7 - 0.0% (864 Bytes)

[#010] sha256:358115d6b24b494be60ea24470dd72c9b44858edd62c004cd14c2fd709d5cc5f - 0.0% (861 Bytes)

[#011] sha256:c3cf48042ce61a6c507b70ae573df4a634d3a04483385cc6e8a2d9cbed99ed74 - 21.05% (66.4 MB)

[#012] sha256:9cb04605889054aa52a339967ca5315f4beee1467abee44e99e69634e0c9ab4a - 0.01% (42 KB)

[#013] sha256:a1f6c275a866e01f39bd25429f379bccc4920b671ecc7d41b8f4ec24f4dc6b64 - 4.06% (12.8 MB)

[#014] sha256:5a3e4b6b044c27e3a49c434ab7bfbb1e6d1217cc9d4e595888ef98b3eee70218 - 12.16% (38.3 MB)

[#015] sha256:3f40a5c88f2dec7c01e61e86a2a723dac820844eaff62c9be70890be29d55105 - 0.0% (2.37 KB)

[#016] sha256:6d93caeb9a094609c5dabf7708be808860d5d19d932186af4c942cdf522df0b0 - 0.0% (839 Bytes)

[#017] sha256:c64b505f7e0fe9e8ac9f8abd1ddcd4c2e19c8a4c5106c58a0bcfcca448356018 - 0.0% (838 Bytes)

[#018] sha256:2c99681bf76089dab7028b8c98bb6660380edf2fbec48cd0eb01122318038a44 - 0.0% (841 Bytes)

[#019] sha256:3eb87aad78c3dba85655a2481c97108a15fbbe9c6dfe988ccfd95f2cc3490c57 - 0.0% (838 Bytes)


History
2020-11-06 09:40:09 UTC

Apply image 2004-amd64

2020-11-16 18:26:08 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

2020-11-16 18:26:09 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-11-16 18:26:39 UTC

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

2020-11-16 18:26:40 UTC

cmd /S /C #(nop) USER ContainerUser

2020-11-16 18:27:01 UTC

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

2020-11-16 18:27:39 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 ; }"

2020-11-16 18:27:39 UTC

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

2020-11-16 18:27:40 UTC

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

2020-12-09 23:25:43 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-12-09 23:25:43 UTC

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

2020-12-09 23:32:32 UTC

pwsh.exe -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; $URL = 'https://github.com/rancher/azure-cli/releases/download/v0.0.2/dist.azure-cli.zip'; Write-Host ('Downloading azure-cli from {0} ...' -f $URL); [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; Invoke-WebRequest -UseBasicParsing -OutFile c:\azure-cli.zip -Uri $URL; Write-Host 'Expanding ...'; Expand-Archive -Force -Path c:\azure-cli.zip -DestinationPath c:\azure-cli; Remove-Item -Force -Path c:\azure-cli.zip; Write-Host 'Complete.'

2020-12-09 23:32:34 UTC

pwsh.exe -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY file:f00a05c6c46c3742f37fe763005d894b91ff7cd57c17c8385448daaf5dc24125 in \Windows\System32\

2020-12-09 23:32:37 UTC

pwsh.exe -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY file:9a25c9d30a24441f8656e70eddbc3b1a173622e171500e1dc81f29f11485ef67 in \Windows

2020-12-09 23:32:40 UTC

pwsh.exe -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:8b1cf0ffb5fba2bf5cee6cb2b75621bc24707d5474fdf7d48ac6f3d1154ca741 in \etc\kubernetes\bin\

2020-12-09 23:32:42 UTC

pwsh.exe -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY file:a25ff59f87ce735ca258824b8e027055fcc5a2f55b5e3e0346de6848ff3fa9ab in \usr\bin\

2020-12-09 23:39:16 UTC

pwsh.exe -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2020-12-09T23:38:25Z

2020-12-09 23:39:17 UTC

pwsh.exe -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.schema-version=1.0

2020-12-09 23:39:17 UTC

pwsh.exe -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-ref=c942e70c925cd82a3eac536279a9cf897fa09552

2020-12-09 23:39:17 UTC

pwsh.exe -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/hyperkube.git

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