Namespace
rancher
Image / Tag
hyperkube:v1.18.8-rancher1-windows-1903
Content Digest
sha256:133ad8f213699b6986dcd52077e1052cd940bf25b073ad739a635f7843e8bb20
Details
Created

2020-08-31 23:03:28 UTC

Size

304 MB

Content Digest
Labels
  • org.label-schema.build-date
    2020-08-31T23:02:41Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    3fbda7debe970916243d3de7cc1b3dd74269fd90
  • org.label-schema.vcs-url
    https://github.com/rancher/hyperkube.git

Environment
LOCALAPPDATA

C:\Users\ContainerAdministrator\AppData\Local

POWERSHELL_DISTRIBUTION_CHANNEL

PSDocker-NanoServer-1903-KB4565483-amd64

PSCORE

\PowerShell\pwsh.exe

PSModuleAnalysisCachePath

\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache

ProgramFiles

C:\Program Files

WindowsPATH

C:\Windows\system32;C:\Windows


Layers

[#000] sha256:f07c298b155a926cb3857f19bd243eb37ae8af769486fb258a756447b691840c - 32.14% (97.8 MB)

[#001] sha256:ca7240146fcae31715f97a7a041e18abddb4e45a62c258a06cff51627d288f80 - 0.0% (838 Bytes)

[#002] sha256:4ab9f8429c375839d6325571aa6c1c7bc958b425bd393233d1a9852f6774171d - 0.0% (859 Bytes)

[#003] sha256:0e6769c1f528d865e79b1e48bb760bd5737b15d5a6c20d269e3efcdd481d898e - 0.0% (840 Bytes)

[#004] sha256:9bba958fbda2a14e697725fdd9f866e8613210b24d9a833dc363d8a0212c20ed - 0.02% (64.6 KB)

[#005] sha256:85bdb87e0b8ff7ab40be1f9f13b9aafce3daf1f7096753e6bf8cb83da746b13b - 0.0% (841 Bytes)

[#006] sha256:bac1aa0ab642d13082c010dd7deb5d5c3029a41155cf0116fe2c71d4594f353c - 29.21% (88.9 MB)

[#007] sha256:4eca6ad779e8a51543bd157c90213e734e171efc4f794000a309aa48b1182f0e - 0.04% (128 KB)

[#008] sha256:cd8b0df07d7d96744f49a7c9d9140a897f0afc5009b248a6a9559e7f76721398 - 0.0% (833 Bytes)

[#009] sha256:8288f398a4ad810c89365918794e12078994aaaad563721cefa7ed28969bb12d - 0.0% (832 Bytes)

[#010] sha256:e2c602c5a9b9bfead45da215a6f563f6a148eb5056217595559f7e86ae82c3f8 - 0.0% (831 Bytes)

[#011] sha256:b3820c89faec81d9080aebe70e29a0bac3dda0c0a0733897aba924d3412fd8ae - 21.78% (66.3 MB)

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

[#013] sha256:d22cfe6a610798201f975bee61874df3a541eff3af4085c41f2398b288633813 - 4.2% (12.8 MB)

[#014] sha256:dd6ec747947958e66bf37d786b027807ea4c992562cfdc06b340c694088bbd66 - 12.59% (38.3 MB)

[#015] sha256:a02200d2b76f5be9e463327856db161d726548b89142abf79d302151e4889c34 - 0.0% (2.35 KB)

[#016] sha256:700e23f1252bf77770db937a564270d8f871e1886567f11bf6146e7bbf1ac664 - 0.0% (832 Bytes)

[#017] sha256:c04ff1ef940374a05c4f45ac3bf4ce670d401bd42ebf094c2e645632899367d3 - 0.0% (831 Bytes)

[#018] sha256:4c1a13942d43502cb78fb0583f7f77886d46e4ff9899e28729c6aa4ecdc9ccbc - 0.0% (832 Bytes)

[#019] sha256:2945201b5bea3bc571164e8401139137fe7b3c20420936f5e3b90142b05142f0 - 0.0% (828 Bytes)


History
2020-07-07 12:59:30 UTC

Apply image 1903-KB4565483-amd64

2020-08-14 17:17:01 UTC

cmd /S /C #(nop) ARG fromTag=1709

2020-08-14 17:17:01 UTC

cmd /S /C #(nop) ENV ProgramFiles=C:\Program Files LOCALAPPDATA=C:\Users\ContainerAdministrator\AppData\Local PSModuleAnalysisCachePath=\Microsoft\Windows\PowerShell\docker\ModuleAnalysisCache PSCORE=\PowerShell\pwsh.exe WindowsPATH=C:\Windows\system32;C:\Windows POWERSHELL_DISTRIBUTION_CHANNEL=PSDocker-NanoServer-1903-KB4565483-amd64

2020-08-14 17:17:02 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-08-14 17:17:25 UTC

|1 fromTag=1903-KB4565483-amd64 cmd /S /C setx PATH "%PATH%;%ProgramFiles%\PowerShell;" /M

2020-08-14 17:17:26 UTC

cmd /S /C #(nop) USER ContainerUser

2020-08-14 17:17:42 UTC

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

2020-08-14 17:18:30 UTC

|1 fromTag=1903-KB4565483-amd64 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 ; }"

2020-08-14 17:18:30 UTC

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

2020-08-31 18:54:19 UTC

cmd /S /C #(nop) USER ContainerAdministrator

2020-08-31 22:18:07 UTC

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

2020-08-31 22:24: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.'

2020-08-31 22:24:38 UTC

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

2020-08-31 23:03:24 UTC

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

2020-08-31 23:03:26 UTC

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

2020-08-31 23:03:27 UTC

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

2020-08-31 23:03:27 UTC

pwsh.exe -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2020-08-31T23:02:41Z

2020-08-31 23:03:28 UTC

pwsh.exe -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.schema-version=1.0

2020-08-31 23:03:28 UTC

pwsh.exe -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-ref=3fbda7debe970916243d3de7cc1b3dd74269fd90

2020-08-31 23:03:28 UTC

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

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