Namespace
rancher
Image / Tag
hyperkube:v1.21.10-rancher1-windows-1809
Content Digest
sha256:27c523f0ca07a13316f8f588430ddf6e73217afe33373cd1682bedacc8d036b9
Details
Created

2022-03-04 16:34:33 UTC

Size

322 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2022-03-04T16:21:28Z
  • org.opencontainers.image.revision
    45f277531affda80baa80398fa2d6cc4a75058a3
  • 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:bd0b37167cd3d731eb15196e123df7156b5a35597874d3016a1a4298c46fac3f - 30.58% (98.3 MB)

[#001] sha256:1cf7563522a67708ae603d59efde411cb2addec43a51231471d6ce247d4ac362 - 0.0% (1.06 KB)

[#002] sha256:8be7e5a56e2799d3f9182a802351caf0e4273091b5b841999632a0e74c557fe8 - 0.0% (1.04 KB)

[#003] sha256:bc17077ab5c1218238a2d9a4114f502a54873048776784461463583bdfb0c822 - 0.02% (67.3 KB)

[#004] sha256:86e0dadb30d3495ca5bc2ad180444e5f689b444092dce866478a0e23878ecb60 - 0.0% (1.01 KB)

[#005] sha256:2a16366fb23c20a12866aaa467b8a87acedcdbfc43fe6f8cb456c3536ca7c375 - 32.05% (103 MB)

[#006] sha256:f7d6f1ea21d0fd4c611d60cef5b3c4aa4e61c4479239497e43dfbc2248a92043 - 0.04% (145 KB)

[#007] sha256:6a3bfd97082aa4f1119c6ce1baad4635630cca04b9e32e98548d4065bd408f34 - 0.0% (1.01 KB)

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

[#009] sha256:230ab943e8d23fcdf04ed0389f5c752f10d75d19dfa9cafd069077437300dcf0 - 0.0% (829 Bytes)

[#010] sha256:bc0c1d1617ebb9481fc90737928d403102fb6be35f20f83a9b912dbf648f4060 - 0.0% (824 Bytes)

[#011] sha256:08d3a22701b594704a199eb1168398e63936195a57f6e8c4b47d524cbf2f6231 - 21.05% (67.7 MB)

[#012] sha256:e90438e49add14a0fd5ea3c6850badbb603a1b6dcb7b733153bcedb1e0637314 - 0.01% (44.7 KB)

[#013] sha256:09d1f6bb55967e3204c462aa2d0e5d42f3de9fe67b35dcb0fe7150902ad2e685 - 4.09% (13.2 MB)

[#014] sha256:985a0bcc821d2b88ae44cadc4fc3162a69c6ecb1a9238248f34bdf8be3922754 - 12.15% (39.1 MB)

[#015] sha256:84727dc4aecc6489e3a9b9fc1d86cf42337b3bdad9a262d2732d9f7466af197b - 0.0% (2.34 KB)

[#016] sha256:986beadb68fba7915a0980409eaf1d1655dba03864adaeb13b2d00507c95b024 - 0.0% (824 Bytes)

[#017] sha256:15c1d73ff6e3075b2238a4ce696e07ed26e052a0695654779ee11c32c05d4803 - 0.0% (859 Bytes)

[#018] sha256:5b8d31009b51a661eeb61b21e6c758aedb3ff8d5437f21cfa0bb8a85da84a796 - 0.0% (856 Bytes)

[#019] sha256:7a92169272c145f0538171b4bd3b7a0358cff4042c692f58e55f211dbcad35d7 - 0.0% (853 Bytes)


History
2022-02-02 19:06:51 UTC

Apply image 1809-amd64

2022-02-23 23:29:23 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

2022-02-23 23:29:23 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2022-02-23 23:29:39 UTC

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

2022-02-23 23:29:40 UTC

cmd /S /C #(nop) USER ContainerUser

2022-02-23 23:29:53 UTC

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

2022-02-23 23:30:22 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-02-23 23:30:22 UTC

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

2022-02-23 23:30:22 UTC

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

2022-03-04 16:27:12 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2022-03-04 16:27:13 UTC

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

2022-03-04 16:34:24 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.'

2022-03-04 16:34:26 UTC

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

2022-03-04 16:34:27 UTC

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

2022-03-04 16:34:31 UTC

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

2022-03-04 16:34:32 UTC

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

2022-03-04 16:34:32 UTC

pwsh.exe -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2022-03-04T16:21:28Z

2022-03-04 16:34:32 UTC

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

2022-03-04 16:34:33 UTC

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

2022-03-04 16:34:33 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