Namespace
rancher
Image / Tag
hyperkube:v1.21.1-rancher2-windows-1809
Content Digest
sha256:7e167be185cb2465c33f6d52f099714bd724c1b4070bce69cd93cd26f4667b9e
Details
Created

2021-06-02 17:09:02 UTC

Size

313 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2021-06-02T16:56:18Z
  • org.opencontainers.image.revision
    0860bec50981d2e195ed882d9093bba0aba70420
  • org.opencontainers.image.source
    https://github.com/rancher/hyperkube.git
  • org.opencontainers.image.url
    https://github.com/rancher/hyperkube

Environment
POWERSHELL_DISTRIBUTION_CHANNEL

PSDocker-NanoServer-1809

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:b9043d31610e0dfa43b1afe286f8918b6e3bf69ece50f44424b29d48f20aa662 - 30.92% (96.7 MB)

[#001] sha256:3629d9ce06a844deb84c791d00e37943a5671c6e08558173bd768a176330e3c6 - 0.0% (1.01 KB)

[#002] sha256:ee5749fbc2266ab9f023afd4f1a5f0114565df06ccc9d94f42b9ccce45c2d3ad - 0.0% (1.1 KB)

[#003] sha256:1e01879f89fc150db0f940a48765f7b747927db308ec9e31fa4dce66bda1ecfd - 0.02% (74.2 KB)

[#004] sha256:a7fa6391504a320baf5a23a2067cc67e92da4a53cb1215227f37b295b66b65b2 - 0.0% (1.02 KB)

[#005] sha256:879d9be6aad2d8c0aa188ee34d977487a9caa3f5a2603250caec47585abc394c - 30.99% (96.9 MB)

[#006] sha256:6217b35340a359f4efcb5dc19f0cdfd42fdcb3be6a605b541dab09b6169afaf1 - 0.04% (137 KB)

[#007] sha256:335c3ea0942e5393f2b02ba1d84df0f4f908b2a771e67e63f9d9d336f06f6db1 - 0.0% (1.05 KB)

[#008] sha256:a26028671ec49d9bcb4487ae7f993dad80cb2988b9615cdd624da294d0777bc1 - 0.0% (1.01 KB)

[#009] sha256:536b8528111149d716f073751f4f8c271ef7365889efbcfc3196e4378f4687ce - 0.0% (822 Bytes)

[#010] sha256:6678ed28844ad00406abcbdf2287bc89f1a3bf7987c63af4c754dcbb93cecfc8 - 0.0% (835 Bytes)

[#011] sha256:ceedcad9f1d1ec85713794222599d6d2095e19bd2bc2b0acb2040ae95901e9df - 21.26% (66.5 MB)

[#012] sha256:577f220f33a2d1014123a2d88e8a1a88e3108c267bdb37a0390401a7f66b7595 - 0.01% (41.4 KB)

[#013] sha256:7ffc2d604dc7025dd6f0c40b7bd239afd328b881badd10b5d2e795df3c660f37 - 4.29% (13.4 MB)

[#014] sha256:2ee9a285675cebcf82aa65ff1edefbf5f5d498c858f2311afc57d8a75572a20b - 12.46% (39 MB)

[#015] sha256:2f9dbca37bbe2e3e79df25caf32287a288557b15fd5118e3960a00876443ae61 - 0.0% (2.41 KB)

[#016] sha256:9281515ce8cd8f282140d6111df25c46267c3ffc108e29ec0ce956f6e5454f5b - 0.0% (832 Bytes)

[#017] sha256:cdc86d5825283c74512faf9292c3a9628e19d0e9a17f4d60a45b49be08cfdcc6 - 0.0% (857 Bytes)

[#018] sha256:20f1e358d0b6dfea3a02038ca520c341e60440e97ada25e50edefef39e8ec625 - 0.0% (829 Bytes)

[#019] sha256:831918f926997ff35e19b658378bd6286840f22f22739432e14d8b2ea00de473 - 0.0% (856 Bytes)


History
2021-05-07 11:54:57 UTC

Apply image 1809-amd64

2021-05-26 17:00:20 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-1809

2021-05-26 17:00:21 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2021-05-26 17:00:50 UTC

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

2021-05-26 17:00:50 UTC

cmd /S /C #(nop) USER ContainerUser

2021-05-26 17:01:05 UTC

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

2021-05-26 17:01: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 ; }"

2021-05-26 17:01:40 UTC

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

2021-05-26 17:01:40 UTC

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

2021-05-31 07:40:41 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2021-06-02 16:57:20 UTC

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

2021-06-02 17:08:50 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.'

2021-06-02 17:08:52 UTC

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

2021-06-02 17:08:54 UTC

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

2021-06-02 17:08:58 UTC

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

2021-06-02 17:08:59 UTC

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

2021-06-02 17:09:00 UTC

pwsh.exe -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2021-06-02T16:56:18Z

2021-06-02 17:09:01 UTC

pwsh.exe -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.revision=0860bec50981d2e195ed882d9093bba0aba70420

2021-06-02 17:09:01 UTC

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

2021-06-02 17:09:02 UTC

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

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