Namespace
rancher
Image / Tag
rancher-agent:v2.6-242bed0112b961ca4f4f598ebbfea9d575f74078-windows-20H2
Content Digest
sha256:56d46230f1f28cd609e55c7b226f5f27a483b9d745779ff8cfb42d0a50cdb0c9
Details
Created

2021-08-06 22:05:21 UTC

Size

2.6 GB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2021-08-06T22:03:46Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    242bed0112b961ca4f4f598ebbfea9d575f74078
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.6-242bed0112b961ca4f4f598ebbfea9d575f74078-head

DOCKER_API_VERSION

1.24

SSL_CERT_DIR

C:\etc\kubernetes\ssl\certs


Layers

[#000] sha256:18ae6bebe21d13de4442e4cafdf4fbf4e5b0d866afe416f302da087f53f04ae1 - 53.88% (1.4 GB)

[#001] sha256:58774ea6a2cebd62d24073292e71120a3b5e2bb74dc7b2358b29eedfa30b5a8f - 41.29% (1.07 GB)

[#002] sha256:7160ed7b2bd00f02cc30e79fdc4680b99cd8d529bd01296c55b9372d4351829e - 0.0% (1.27 KB)

[#003] sha256:27d62c606090e52e73995f94ef5f3226fae4142c4f5652d7e57ccf73309cf660 - 0.0% (1.27 KB)

[#004] sha256:37e45c4262f1de73dd120a24e72d68c13994c8df62e14dea1d63015a3f816867 - 0.58% (15.5 MB)

[#005] sha256:ba76372e8740ad16aa295eafb17bc2f9c1d15a107c46ed1dbf6b5e5754c10152 - 0.2% (5.27 MB)

[#006] sha256:03c6fe6a77bbd03beba673f89fef31cf8ed169ea99343eede541fbd898006d2b - 0.33% (8.75 MB)

[#007] sha256:89849ac01bec5fc6d95eeb94dabcbdabde32e2ab8df3bea349e4e63e19bbf19f - 1.4% (37.2 MB)

[#008] sha256:ba74ffb3b30d959a646135e25f763da77b66a5d23d0c05a3fba22ccd1c5ac55a - 0.2% (5.34 MB)

[#009] sha256:28f84ab0f4010893bce35875e03d8d672bd8f90ab07ac7aa961f86cfa7b6ef13 - 0.58% (15.6 MB)

[#010] sha256:250b94d76328f0d9d9cb13bb20fe0da8f3aeac3b5b49dd894a81cbfa2fd36357 - 0.48% (12.7 MB)

[#011] sha256:800d0230b80fddce34536b9a6e711e9063a8d47e57286c35768a8697e34b2887 - 0.0% (1.27 KB)

[#012] sha256:72cab98159abc1ff43df4bab919d08c4297f1d08a9332fbd01948f487a7ef9be - 0.0% (1.26 KB)

[#013] sha256:049c9e97f024df0104bc126da5f18b7e89a588316067b9a5721ce9b3ab81fa68 - 0.0% (1.27 KB)

[#014] sha256:97cd68d1ae2af37efb0740c85e8784d8813345fd175d5751cecf1a7f9df8e371 - 0.0% (1.29 KB)

[#015] sha256:abb159691d9403a9e860acb192b2f0fdc60e3f0149dc1b77b293f9598afd0700 - 0.0% (1.29 KB)

[#016] sha256:5748fc8bf7eabe83378c797136ce75d988162e9e71df71354b19c2dd78780b93 - 1.05% (28 MB)

[#017] sha256:aa543c3544a1ee03d6455739add642d931aff4b6d3fbdc06496c6799d736e2b2 - 0.0% (1.27 KB)

[#018] sha256:e30afebacc695787ab6042f82b6e78233233104d57b05c58cd8d323b36efb1e1 - 0.0% (1.29 KB)

[#019] sha256:ed2f774435ea72ce1e24c08221d6a1d1c49f5d9c6e1b60fc274f564a9c7b4c51 - 0.0% (1.27 KB)

[#020] sha256:c5e971a788144ee3c2504b2ef820c5f38124b20a7b6b3e7f6e83823b16af3200 - 0.0% (1.26 KB)

[#021] sha256:531d12b040e036560e07a2ff16533a7cb6c374af1227960c1534c09078c1eaab - 0.0% (1.27 KB)


History
2020-09-10 20:40:05 UTC

Apply image 20H2-RTM-amd64

2021-07-10 18:29:59 UTC

Install update 20H2-amd64

2021-08-06 22:03:25 UTC

cmd /S /C #(nop) ARG ARCH=amd64

2021-08-06 22:03:25 UTC

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

2021-08-06 22:03:59 UTC

|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; $URL = 'https://github.com/StefanScherer/docker-cli-builder/releases/download/18.09.6/docker.exe'; Write-Host ('Downloading Docker from {0} ...' -f $URL); [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; Invoke-WebRequest -UseBasicParsing -OutFile c:\docker.exe -Uri $URL; Write-Host 'Complete.'

2021-08-06 22:04:08 UTC

|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; $URL = 'https://github.com/rancher/wins/releases/download/v0.1.1/wins.exe'; Write-Host ('Downloading Wins from {0} ...' -f $URL); [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; Invoke-WebRequest -UseBasicParsing -OutFile c:\wins.exe -Uri $URL; Write-Host 'Complete.'

2021-08-06 22:04:38 UTC

|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; if (-not (Get-Command Expand-7Zip -ErrorAction Ignore)) { Install-PackageProvider -Name NuGet -Force -Verbose; Install-Module -Name 7Zip4Powershell -Repository PSGallery -Force -Verbose; if(-not $?) { Write-Error "Failed to install package"; Exit 1; } }

2021-08-06 22:04:50 UTC

|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; $URL = 'https://dl.k8s.io/v1.19.7/kubernetes-client-windows-amd64.tar.gz'; function Expand-GZip ($inFile, $outFile) { $input = New-Object System.IO.FileStream $inFile, ([IO.FileMode]::Open), ([IO.FileAccess]::Read), ([IO.FileShare]::Read); $output = New-Object System.IO.FileStream $outFile, ([IO.FileMode]::Create), ([IO.FileAccess]::Write), ([IO.FileShare]::None); $gzipStream = New-Object System.IO.Compression.GzipStream $input, ([IO.Compression.CompressionMode]::Decompress); try { if (!$input -or !$output -or !$gzipStream) { Write-Error "Failed to Unzip the archive"; Exit 1; } $buffer = New-Object byte[](1024); while ($true) { $read = $gzipstream.Read($buffer, 0, 1024); if ($read -le 0 ) { break; } $output.Write($buffer, 0, $read); } } finally { $gzipStream.Close(); $output.Close(); $input.Close(); } }; Write-Host ('Downloading Kubernetes from {0} ...' -f $URL); [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; Invoke-WebRequest -UseBasicParsing -OutFile c:\kubernetes.tar.gz -Uri $URL; Write-Host 'Expanding ...'; Expand-GZip c:\kubernetes.tar.gz c:\kubernetes.tar; Expand-7Zip c:\kubernetes.tar c:\; Write-Host 'Complete.'

2021-08-06 22:04:58 UTC

|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /wins.exe -Destination /Windows/

2021-08-06 22:05:07 UTC

|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /docker.exe -Destination /Windows/

2021-08-06 22:05:15 UTC

|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; Copy-Item -Path /kubernetes/client/bin/kubectl.exe -Destination /Windows/

2021-08-06 22:05:15 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ARG VERSION=dev

2021-08-06 22:05:16 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL io.cattle.agent=true

2021-08-06 22:05:16 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV DOCKER_API_VERSION=1.24

2021-08-06 22:05:17 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:v2.6-242bed0112b961ca4f4f598ebbfea9d575f74078-head

2021-08-06 22:05:17 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV SSL_CERT_DIR=C:\etc\kubernetes\ssl\certs

2021-08-06 22:05:19 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) COPY multi:de93a33cc86960c92509b0214e3aa0e79635d677f88e8a73c0045b538d313671 in \etc\rancher\

2021-08-06 22:05:19 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENTRYPOINT ["powershell" "-NoLogo" "-NonInteractive" "-File" "c:/etc/rancher/entrypoint.ps1"]

2021-08-06 22:05:20 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-08-06T22:03:46Z

2021-08-06 22:05:20 UTC

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

2021-08-06 22:05:21 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-ref=242bed0112b961ca4f4f598ebbfea9d575f74078

2021-08-06 22:05:21 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/rancher.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