Namespace
rancher
Image / Tag
hyperkube:v1.22.4-rancher1-windows-1809
Content Digest
sha256:2d9d8f3dbcdd729cd1aaf1d9b20eef0b54d1dd2f75a79583526885415f05db30
Details
Created

2021-11-18 18:08:37 UTC

Size

320 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2021-11-18T17:54:34Z
  • org.opencontainers.image.revision
    226084933f41ed568301f0943c7fecb488830310
  • 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:b9dc943b4e8df8f472d444248152fa0920172ec630a60ada316e1603600dd1c7 - 30.58% (98 MB)

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

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

[#003] sha256:42130b206a59d3b31a18b0f92b722f617f095db3405e4639f566f0f9c57d94fb - 0.02% (73 KB)

[#004] sha256:10b9bc0a7d38487c7bc9ac5adcabfd89954ebb1963d04af85c61e6adecc26554 - 0.0% (1.01 KB)

[#005] sha256:f7c74cdaf8488443ad546622f5a2856c49392deab2b0c781fea3bdff0f4876ba - 32.14% (103 MB)

[#006] sha256:cb0b50cc181e2247aaa1e9b1c38c9645ca2081e5ab4c97b77e05ff83fe0282ae - 0.05% (154 KB)

[#007] sha256:ea1cec87c01836a0bd36089fab1e005582e49e6639e57651b4ca6d28b3b1ead8 - 0.0% (1.04 KB)

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

[#009] sha256:6b269c5544907791add6be37e749ba30cbd8c3c9117cb7722aff09b3ea0dd6a0 - 0.0% (858 Bytes)

[#010] sha256:73af8011b9b961cbf4013e8c555b4f97e9eed83c589ef04cb914b8f9b53964bc - 0.0% (857 Bytes)

[#011] sha256:6c49fddae495311cbb415e825da48d64c2b98ef8adb7257a9e20a44ee4657899 - 20.7% (66.3 MB)

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

[#013] sha256:43f0d671ce5b5ec0b41dd814695c1ec5510ef0474a0cc83f872bf7c25a3d4dc1 - 4.12% (13.2 MB)

[#014] sha256:642ad670a62b716f7e86430324a4047e06434492dd55e8af209a9b8719c0a94e - 12.37% (39.7 MB)

[#015] sha256:1e4c50c7ea8b1cf1ed4d8b28b540bc49b00138b56d909d2f2801a132600307e2 - 0.0% (2.33 KB)

[#016] sha256:d34b48b45ba9291b663190688ecc00051ba107bb1531cce0e4a26d71f2cc96ac - 0.0% (827 Bytes)

[#017] sha256:89cdaa2e9798b1fbda5d10686274f4ea54a430c55fff1ec9527a8b47bcb5aaf6 - 0.0% (860 Bytes)

[#018] sha256:94df0fb70256621a8ace34e00dd4d27597ab7b8159eac2db226e76dfa20c5ddd - 0.0% (859 Bytes)

[#019] sha256:e5726bbc1fec25b12faa5dd1778cebbfddc8ee6bafee2f9cbc9df94012e857c3 - 0.0% (830 Bytes)


History
2021-11-04 00:06:50 UTC

Apply image 1809-amd64

2021-11-16 18:30:56 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-11-16 18:30:57 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2021-11-16 18:31:25 UTC

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

2021-11-16 18:31:25 UTC

cmd /S /C #(nop) USER ContainerUser

2021-11-16 18:31:43 UTC

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

2021-11-16 18:32:20 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-11-16 18:32:21 UTC

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

2021-11-16 18:32:21 UTC

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

2021-11-18 18:00:32 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2021-11-18 18:00:33 UTC

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

2021-11-18 18:08:28 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-11-18 18:08:30 UTC

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

2021-11-18 18:08:31 UTC

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

2021-11-18 18:08:35 UTC

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

2021-11-18 18:08:35 UTC

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

2021-11-18 18:08:36 UTC

pwsh.exe -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2021-11-18T17:54:34Z

2021-11-18 18:08:36 UTC

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

2021-11-18 18:08:37 UTC

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

2021-11-18 18:08:37 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