Namespace
rancher
Image / Tag
rancher-agent:v2.5-51253e556b6cc3d9b285b559c4ff043e2301d687-windows-20H2
Content Digest
sha256:2ef826439b2d19a11fd5a8f5de890814542705dcbe08eb74c121f6df958204be
Details
Created

2021-03-16 20:02:15 UTC

Size

2.47 GB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2021-03-16T20:02:09Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    51253e556b6cc3d9b285b559c4ff043e2301d687
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.5-51253e556b6cc3d9b285b559c4ff043e2301d687-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:b67d61f938f3725a9bf5b4e0ece52422f5b09c5994bb0af1971b526e4e0f8666 - 37.39% (944 MB)

[#002] sha256:1216a7b5355ee3c4369e1b39f3e9707a5f2251e39726567a00221a9798fa317f - 0.0% (1.27 KB)

[#003] sha256:425f338fee712f5e8f0d91395753ce3413e6dee9a8195b86f39c63ad02be69e1 - 0.0% (1.26 KB)

[#004] sha256:78656446142d020dbf7934358c1518e25a997c61cc339aa54ffa35785cd13450 - 0.81% (20.5 MB)

[#005] sha256:80e58361e4d0d2fe830f63248dbd69d12affbe4ed052e2c58e0f2f1a6dc4e870 - 0.41% (10.3 MB)

[#006] sha256:6246b08256c15270b343da4d70cf8fec9e3a23e9492e3fbfd91fea750e233ca0 - 0.31% (7.86 MB)

[#007] sha256:b2fd4b93a538f8f153fd04424492eb46d9438c039dd2b179e846a273a60c33b7 - 1.67% (42.2 MB)

[#008] sha256:faadc2acc38217e550008f8445459f58ce8ce3ab77c6607f739b83742ef921eb - 0.21% (5.35 MB)

[#009] sha256:7ada2899c6f8a5229d8a4464e85d380c58ad66b910f6f1b0aeafd510a07a43dd - 0.62% (15.6 MB)

[#010] sha256:667e65fd7d5db42ca61a833d663adfa5b849c7d3588d0041f6372d9eb4e05ade - 0.51% (12.8 MB)

[#011] sha256:58ab1b37dcd58d9d984bf1bb81062e3331d2f918161807ccdc47ddf975c087b4 - 0.02% (455 KB)

[#012] sha256:8df9cfa728227b0c6bfef6d6371748396ddc898190b46a532210d5c334fce231 - 0.0% (1.27 KB)

[#013] sha256:5c447a65e9a1f3acba0c271fd660abaeaf62a5e0ff1667d7eedfff0c5689b9e9 - 0.0% (1.26 KB)

[#014] sha256:88fcfc1e8beb730e4870d9f8a1aba768e24a70acc0a402d679cea945352104a2 - 0.0% (1.29 KB)

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

[#016] sha256:f72ef458d883d84b5c0f99e4536f88894a5c064e9e51ba1462f168aa865c598d - 0.0% (1.27 KB)

[#017] sha256:3ee2ebbbb863105f73f85e6a8c244d591a06ce357661d9d7c52ef28f24c9aa1d - 1.21% (30.6 MB)

[#018] sha256:621f775a69880de2ea693c14932cbf2bcc60434a93d582920456385e2b890066 - 0.0% (1.26 KB)

[#019] sha256:26f6fd9e910d81b38291769cc7fee2d59423f3b92596b20bd994e0a9d028029a - 0.0% (1.26 KB)

[#020] sha256:80646908ca161a014555bba53c9e560f94df2da986edb98d7b70f37197016051 - 0.0% (1.27 KB)

[#021] sha256:5db9ea9b4204f0bba176de7f46e46b2af062211c30312e58ce67346dc82fc29b - 0.0% (1.29 KB)

[#022] sha256:a74baa8ad2c0aa02acb170682140b2b8c8154a293fa3a69a456f051ba37158aa - 0.0% (1.26 KB)


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

Apply image 20H2-RTM-amd64

2021-03-05 14:38:58 UTC

Install update 20H2-amd64

2021-03-15 16:41:44 UTC

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

2021-03-15 16:41:44 UTC

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

2021-03-15 16:41:55 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-03-15 16:42:05 UTC

|1 ARCH=amd64 powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; $URL = 'https://github.com/rancher/wins/releases/download/v0.1.0/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-03-15 16:42:31 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-03-15 16:42:43 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-03-15 16:42:51 UTC

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

2021-03-15 16:43:00 UTC

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

2021-03-15 16:43:08 UTC

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

2021-03-16 00:43:57 UTC

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

2021-03-16 00:43:58 UTC

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

2021-03-16 00:43:58 UTC

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

2021-03-16 00:43:59 UTC

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

2021-03-16 20:02:10 UTC

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

2021-03-16 20:02:11 UTC

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

2021-03-16 20:02:12 UTC

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

2021-03-16 20:02:13 UTC

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

2021-03-16 20:02:13 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-03-16T20:02:09Z

2021-03-16 20:02:14 UTC

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

2021-03-16 20:02:14 UTC

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

2021-03-16 20:02:15 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