Namespace
rancher
Image / Tag
hyperkube:v1.19.9-rancher1-windows-1809
Content Digest
sha256:8eeb424371ae3c11ae025acb725a875ea109da73b37eb4ce8bfadaaef86051d5
Details
Created

2021-03-29 18:53:11 UTC

Size

310 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2021-03-29T18:52:22Z
  • org.opencontainers.image.revision
    de915c0817d9f44770d74f39d1be6da73d64e3aa
  • 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:a11c4ca8f1ba16b6e1395d4523be2215bd0871c2e3e4695b9f2b87bd7472be52 - 31.19% (96.7 MB)

[#001] sha256:1e29214a08a68cc3bab5896a29d8985fca9e12233ed472cd2c6145b1866398e9 - 0.0% (1.05 KB)

[#002] sha256:5d0612e238e6ac2ec0f8cecd67d4a9c3c7f7057095840f820b4a6b6be3f1eb40 - 0.0% (1.07 KB)

[#003] sha256:0b45784adecff220a6553edd5795641c56b36b1e4b57dcab277bbd25883e1d48 - 0.02% (65.8 KB)

[#004] sha256:15b76c0e846ecb01cf839be55fccd055ac480e8a0256d017fe14bc4c8b920ab3 - 0.0% (1.12 KB)

[#005] sha256:f7a723a7649370197918291b2dcd4615f851d12684eef849ebb19e1e1ebe97e9 - 31.26% (96.9 MB)

[#006] sha256:89f8320245754316677404661ea5262e74e31c8a9d068fe9959f532f738835c7 - 0.04% (131 KB)

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

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

[#009] sha256:73f19a6d4098344dbe05975294a799c87da1aa98863a4511db3a5d4131627bb3 - 0.0% (829 Bytes)

[#010] sha256:125eeae4074e27239a61c8a0864834269fb5ac0009f948954bf7094c7df8d5de - 0.0% (828 Bytes)

[#011] sha256:d83134fa55fe94ad9beccfc3bc22e7a26166155f2e51dcf0447194443f41c922 - 21.45% (66.5 MB)

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

[#013] sha256:b59b7ef2312a696e3d63cbd27607c57e970c66e7e9a23409d16b10abe6a38b0c - 3.98% (12.3 MB)

[#014] sha256:f1aa2d5c47e6a9c9d4416f35ab5a33014e7dd69681c991f2ebdd69bcd4c062e1 - 12.03% (37.3 MB)

[#015] sha256:9fab9c29b9398e74157a083a2546d11bfae7193df98691b321b0277e73239aba - 0.0% (2.33 KB)

[#016] sha256:d1876c1718b9487e80cbfeeea9057bd3ab045c0987ec357e9d2d2e0737bad893 - 0.0% (829 Bytes)

[#017] sha256:0753004f1a34f2f0c92f8f88bd7d78a109933d25ff9ecf560c99d2f2b134eebc - 0.0% (851 Bytes)

[#018] sha256:ae52d89c32d0107bfe48a34f524eee772cc081108e233695d76316a155a75ff5 - 0.0% (858 Bytes)

[#019] sha256:cff505300429eab96685ccae37f358894b68f95e7ae686dab782824cce461d12 - 0.0% (857 Bytes)


History
2021-02-26 16:47:31 UTC

Apply image 1809-amd64

2021-03-16 20:49:38 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-03-16 20:49:39 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2021-03-16 20:50:06 UTC

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

2021-03-16 20:50:06 UTC

cmd /S /C #(nop) USER ContainerUser

2021-03-16 20:50:29 UTC

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

2021-03-16 20:51:08 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-03-16 20:51:09 UTC

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

2021-03-16 20:51:10 UTC

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

2021-03-29 06:43:53 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2021-03-29 18:24:59 UTC

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

2021-03-29 18:38:37 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-03-29 18:40:44 UTC

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

2021-03-29 18:40:46 UTC

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

2021-03-29 18:40:49 UTC

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

2021-03-29 18:40:50 UTC

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

2021-03-29 18:53:09 UTC

pwsh.exe -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2021-03-29T18:52:22Z

2021-03-29 18:53:10 UTC

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

2021-03-29 18:53:10 UTC

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

2021-03-29 18:53:11 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