Namespace
rancher
Image / Tag
hyperkube:v1.23.4-rancher1-windows-1809
Content Digest
sha256:aebc138a5f87517c222abe9cdc5d12b1049fcdb5bbc107e604fce30ddd3d4064
Details
Created

2022-02-24 22:54:45 UTC

Size

322 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2022-02-24T22:45:51Z
  • org.opencontainers.image.revision
    055735afa2e36b5de3ff6a5ea1ce53713ee1c86a
  • 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:b5c97e1d373f591225559869af7f4f01399c201f89d21f903b1d23c830aa0a3f - 30.48% (98.3 MB)

[#001] sha256:0f45052b65057f6407d82bf9f2b13279756636676a6a11330058f9cb9c9677d1 - 0.0% (1.02 KB)

[#002] sha256:e561417986d68131b8afb85377e88e358d0b8f109c5be6f61cf2c3932e060a7f - 0.0% (1.02 KB)

[#003] sha256:4bf33879c4a798fc19f1634e7ba48f3ffa9a52ab70179d5c8ccf5cb82f218359 - 0.02% (67.2 KB)

[#004] sha256:08fc55839a1f03d0da03c2d48dc14ffffc2c63ab2bdb5fe24d934d61411bf9be - 0.0% (1.01 KB)

[#005] sha256:75aa6badb2e9dcc86279b73f9e44e67c61db4a3e93721c37c87610df130485dd - 31.95% (103 MB)

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

[#007] sha256:7bf8bf9b43b5e6530ba8a8733a64e6e45b8ad2b40b5f92e339b49a741ade3195 - 0.0% (1.02 KB)

[#008] sha256:d9076a7557e7eabe4f4e792a35b49c1387649a20858bc0147b77fbc65198cb90 - 0.0% (1.02 KB)

[#009] sha256:2a7903157f01b92ebc06b90bda560eb1a520f546b4c51d8c5051e39dafd8ee46 - 0.0% (848 Bytes)

[#010] sha256:4d3b553c862e5ee62c549a363ae790c033999c94ba2b1027c209620d96d25ba0 - 0.0% (860 Bytes)

[#011] sha256:5f92fec7bf37e682fcfb93c8fa55f3ec52c7fa92be241fbd9983ce5241f5122b - 20.99% (67.7 MB)

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

[#013] sha256:492ad63f7c600bc6487e71ce35f70b27603e3aeb55966cfcf46ba8e7b5981070 - 4.05% (13 MB)

[#014] sha256:865e086de3695c0f821ea99e71210218a96828aac680d3ab004a83c772352cef - 12.45% (40.1 MB)

[#015] sha256:b11b5b2a27d5c4afbd26599ced0d35a7c720aa25ebcee38ae997fbd70f4622fc - 0.0% (2.36 KB)

[#016] sha256:d5de5896fba35b603f418ecd6cadcaf0e4be84a43890e957f6ec38bc8775d1d8 - 0.0% (853 Bytes)

[#017] sha256:94404db3dfd1e8fb58ee8a752424438689934f222e70b28e57cc2d8575bbfbc7 - 0.0% (853 Bytes)

[#018] sha256:b617c3e050a4bee54e53662c9601810a1460aadbd1405edca9b8565b584546d0 - 0.0% (827 Bytes)

[#019] sha256:d7e25a4a63688ec2fa4f50fe5c0d9937599e43067c6d40b138ebd9c79dce772d - 0.0% (829 Bytes)


History
2022-01-18 01:20:34 UTC

Apply image 1809-amd64

2022-02-03 00:13:18 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-03 00:13:19 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2022-02-03 00:13:34 UTC

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

2022-02-03 00:13:35 UTC

cmd /S /C #(nop) USER ContainerUser

2022-02-03 00:13:46 UTC

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

2022-02-03 00:14:16 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-03 00:14:17 UTC

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

2022-02-03 00:14:17 UTC

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

2022-02-24 22:47:02 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2022-02-24 22:47:02 UTC

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

2022-02-24 22:54:35 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-02-24 22:54:38 UTC

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

2022-02-24 22:54:39 UTC

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

2022-02-24 22:54:43 UTC

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

2022-02-24 22:54:43 UTC

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

2022-02-24 22:54:44 UTC

pwsh.exe -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2022-02-24T22:45:51Z

2022-02-24 22:54:44 UTC

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

2022-02-24 22:54:45 UTC

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

2022-02-24 22:54:45 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