Namespace
rancher
Image / Tag
rancher-agent:v2.5-443ece842edd833b316c9e8cf95022abc96d4e37-windows-20H2
Content Digest
sha256:95855f3921719608f2e5d74d81501b99649f765021e492ca5e9c923c0435e5ca
Details
Created

2021-05-26 22:23:29 UTC

Size

2.47 GB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2021-05-26T22:23:23Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    443ece842edd833b316c9e8cf95022abc96d4e37
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.5-443ece842edd833b316c9e8cf95022abc96d4e37-head

DOCKER_API_VERSION

1.24

SSL_CERT_DIR

C:\etc\kubernetes\ssl\certs


Layers

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

[#001] sha256:182d4887a30d6c29414d04c41f1093a66f4cc1bf83092d3231cc5538404d75ad - 37.96% (958 MB)

[#002] sha256:17df2c10bd18432cbbef097b26d7da4a436df88812f885583684df9b846142e3 - 0.0% (1.27 KB)

[#003] sha256:7d3935597e883cc70696070e9c7dff95609230acccda1271da9b060d77b7bc2d - 0.0% (1.34 KB)

[#004] sha256:c7f1fb6bc3d0ec9116b00fa6ecd55d6b8a25565c6975ca4b731e5b75de78f31a - 0.61% (15.5 MB)

[#005] sha256:d1b0d4e3a97508ea00a8dc6d7b4a09a7a1133797fbce3ecfe5e9fcd8bc14cf27 - 0.21% (5.27 MB)

[#006] sha256:a4de799d5df45d582166b27fafebf096bd8c68795c226df226170117145fe14a - 0.32% (8.2 MB)

[#007] sha256:07b79eb5d06b45609ab8e2bcda5f6ec357f144478fb0322b27c2de325d66fe32 - 1.47% (37.2 MB)

[#008] sha256:24140678dfcbb8bd74175e5426b3e2e2cd2b2fa3edbfc12c292aa27bf3af5277 - 0.21% (5.33 MB)

[#009] sha256:1225f0935edfa52974b37925433102092e2ac3d01eeefc1d5b6e96c5e3f4545d - 0.62% (15.6 MB)

[#010] sha256:a2df330469ab59cf478dfea2f4a922d49797107c40ac699c28b788146ef1a3e2 - 0.5% (12.7 MB)

[#011] sha256:038603649a6b92f392e63f1afac1e7cbe25c41e471db51756c14b3b693787211 - 0.02% (431 KB)

[#012] sha256:2404164993024ed0e1e0655b1a06b8377aa4f48d348eeb5651e6072a50c68a74 - 0.0% (1.29 KB)

[#013] sha256:db1ca4b0e7d5a21abbc5412e0d266a916eeb287b2cbc2d82f8b5e68aa90cf761 - 0.0% (1.29 KB)

[#014] sha256:f58142d0646550567d6d3bf25da9bade298e0d08e54572842ebffd5858849e83 - 0.0% (1.27 KB)

[#015] sha256:b3c8e3a952ea544a6c9fb18e6b0e318fa45626b67c6287dcc0ed0db9f4ec2083 - 0.0% (1.27 KB)

[#016] sha256:b59c163b78a8e4c4ade0db3b17485a74414d203e984bb6ccca3c859d54fb2a14 - 0.0% (1.26 KB)

[#017] sha256:2749c772af6d1094c727a638dccdc4cc4856256870a5d97996725ba333cf2450 - 1.22% (30.9 MB)

[#018] sha256:e2a76aed18a19c8682c4f28b3383ca860582b4e451640ad74d7259904dd25522 - 0.0% (1.27 KB)

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

[#020] sha256:1b87388df7524377b494f88a27fb7cc38287be67a96026dece1514e4cc8aa115 - 0.0% (1.31 KB)

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

[#022] sha256:c487f6d2cfb0302eaffac331906ac3ec9e410184a67d510c20d3f4429ae664be - 0.0% (1.27 KB)


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

Apply image 20H2-RTM-amd64

2021-04-30 07:39:08 UTC

Install update 20H2-amd64

2021-05-24 15:27:03 UTC

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

2021-05-24 15:27:03 UTC

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

2021-05-24 15:27:33 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-05-24 15:27:43 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-05-24 15:28:17 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-05-24 15:28:29 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-05-24 15:28:39 UTC

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

2021-05-24 15:28:48 UTC

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

2021-05-24 15:28:57 UTC

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

2021-05-24 17:42:31 UTC

|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; New-Alias -Name pwsh -Value powershell

2021-05-24 17:42:31 UTC

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

2021-05-24 17:42:32 UTC

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

2021-05-24 17:42:32 UTC

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

2021-05-26 22:23:24 UTC

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

2021-05-26 22:23:25 UTC

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

2021-05-26 22:23:26 UTC

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

2021-05-26 22:23:27 UTC

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

2021-05-26 22:23:28 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-05-26T22:23:23Z

2021-05-26 22:23:28 UTC

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

2021-05-26 22:23:29 UTC

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

2021-05-26 22:23:29 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