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

2021-11-21 22:30:33 UTC

Size

320 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2021-11-21T22:17:34Z
  • org.opencontainers.image.revision
    ba4e3b38103f274e373d265449406ad6bd737741
  • 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.64% (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.2% (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:1308fddc85a0bbe368a6846ceed67280f4c3677e34ada6ca34ac71f783570a8c - 0.0% (822 Bytes)

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

[#011] sha256:c84c1a988ed0971ca927e41d75b967600d114a579937769e4e12b2d4adc797f1 - 20.75% (66.4 MB)

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

[#013] sha256:a128535733bdb214782c64fdba73854d4b2149c8e23f44b1d10078601c1a42a6 - 4.11% (13.2 MB)

[#014] sha256:80dcf115ea0f49def04f1bf2ada19e9582d4db937a9cb060b9e1e6472ab35722 - 12.21% (39.1 MB)

[#015] sha256:4bb41d06ba66fb65a0ea4b8619f532c64acfbb3be08de6f8dee06afd0795fe3d - 0.0% (2.33 KB)

[#016] sha256:0e0e1a2997a5417d5f9169f122d1aceb80102db298f2cf51689ed3546e7adce5 - 0.0% (832 Bytes)

[#017] sha256:4a7dcf8cd488ae34d6be336e7e9074955fd4b046f52ad6c224be5a858fb27eb2 - 0.0% (833 Bytes)

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

[#019] sha256:62560b7ce08890363060a77e371d95579e5ca9fc5f8c81eb5932b6a18c274d8b - 0.0% (826 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-21 22:23:28 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2021-11-21 22:23:28 UTC

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

2021-11-21 22:30:23 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-21 22:30:25 UTC

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

2021-11-21 22:30:26 UTC

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

2021-11-21 22:30:30 UTC

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

2021-11-21 22:30:31 UTC

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

2021-11-21 22:30:31 UTC

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

2021-11-21 22:30:32 UTC

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

2021-11-21 22:30:32 UTC

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

2021-11-21 22:30: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