Namespace
rancher
Image / Tag
hyperkube:v1.21.12-rancher1-windows-1809
Content Digest
sha256:614579aaaa292f1dcc43483a2fa496daebc3ff6bb612b3e61f51e14631c17aa4
Details
Created

2022-04-25 11:12:25 UTC

Size

322 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2022-04-25T10:56:57Z
  • org.opencontainers.image.revision
    733ae21cdcd30fa05039af34caaf2b2091ad5a13
  • 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:8e36e211379dc6a584a05a445fe37d396de6e76a42cc6742213c3cc3c656dd48 - 30.5% (98.3 MB)

[#001] sha256:3da3170a90a5f5b110cb9b72c6e524884a3be8ed95a7014a75f029ccd317bf90 - 0.0% (1.02 KB)

[#002] sha256:34f3a5f4cafcfac75a8a71d8a1996a87b2cc155588c2cd24b228ad7e1aa2c054 - 0.0% (1.01 KB)

[#003] sha256:0da810dc29f13f12e90a65eba93c9c7a0e285b6c03dbbc0b2b99f6322ed08863 - 0.02% (69.9 KB)

[#004] sha256:09479635d8df91930b7e55b619e7ff3f22c2bb77134bafed54c0db71e5aaa3b4 - 0.0% (1.01 KB)

[#005] sha256:c739b7b5471a23c6353e0579163314d14c14d84073514fb470e90ec0486f3414 - 32.21% (104 MB)

[#006] sha256:3575642e831718ab58f2c770ee0ef03e907d4b6f10a08e93766255d30106fa29 - 0.04% (147 KB)

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

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

[#009] sha256:277218396498fb73018e546ee447e4a08285218fc26aced374bce750c119f5aa - 0.0% (825 Bytes)

[#010] sha256:c2b69557e635d99b0cae0e556047669709a28823a0e621348317664b0969c517 - 0.0% (833 Bytes)

[#011] sha256:7eb84fbafcf1031e5bbb35946fc5afc8c6ecaf1c76c40cad2c04a0b89c86ab3e - 20.99% (67.6 MB)

[#012] sha256:7c039ab0d33b2cdaef9bb8bab9d364cbfa605de46b8b84eef8124eba961bea91 - 0.01% (48.5 KB)

[#013] sha256:5dedb7f0deee0ba56cfb488babf686ad109e3c593020ffae9b556a9840c4384b - 4.08% (13.2 MB)

[#014] sha256:184ebc172650ab06744dbbdd8e781746f997f8b61c7c0069bdf4fc81cf7ce6d2 - 12.13% (39.1 MB)

[#015] sha256:8af77c79e14562d7e26191f116acb948f352e87b40a4760930ef45f70d4054e2 - 0.0% (2.39 KB)

[#016] sha256:3186eb7e1937814cf786259f5a977b290003f2ae622578b8dc21f598ddb1ac48 - 0.0% (828 Bytes)

[#017] sha256:fa078be99210403078575fb36b47213c291899d07b595cefd3d920b149768603 - 0.0% (821 Bytes)

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

[#019] sha256:7c49ead0a6b67531fd3cf7c8060d83a57b8dcc3d2a03a92a3f5a9b2d786e3b9a - 0.0% (856 Bytes)


History
2022-03-03 14:36:26 UTC

Apply image 1809-amd64

2022-03-18 20:54:25 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-03-18 20:54:25 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2022-03-18 20:54:42 UTC

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

2022-03-18 20:54:42 UTC

cmd /S /C #(nop) USER ContainerUser

2022-03-18 20:54:53 UTC

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

2022-03-18 20:55:25 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-03-18 20:55:25 UTC

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

2022-03-18 20:55:26 UTC

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

2022-04-25 11:04:33 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2022-04-25 11:04:33 UTC

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

2022-04-25 11:12:09 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-04-25 11:12:11 UTC

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

2022-04-25 11:12:13 UTC

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

2022-04-25 11:12:19 UTC

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

2022-04-25 11:12:22 UTC

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

2022-04-25 11:12:22 UTC

pwsh.exe -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2022-04-25T10:56:57Z

2022-04-25 11:12:24 UTC

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

2022-04-25 11:12:25 UTC

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

2022-04-25 11:12:25 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