Namespace
rancher
Image / Tag
rancher-agent:v2.6-249083171118ab10a2455adf8b2a45d22105122c-windows-20H2
Content Digest
sha256:8ea251e54c8908c022ed1a95ec8cf62c21292774cb5430f770c7d1ab1d770f37
Details
Created

2021-08-30 22:44:31 UTC

Size

2.63 GB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2021-08-30T22:42:55Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    249083171118ab10a2455adf8b2a45d22105122c
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.6-249083171118ab10a2455adf8b2a45d22105122c-head

DOCKER_API_VERSION

1.24

SSL_CERT_DIR

C:\etc\kubernetes\ssl\certs


Layers

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

[#001] sha256:2c8cd6d97bfe5915dde26687cfdafcb1511808d9699b52da3be03323c75166aa - 41.89% (1.1 GB)

[#002] sha256:66fd2c0e771c6f95cae6569d4c5ebb4007862e24db7d81b92ff9f33bdbab8d18 - 0.0% (1.3 KB)

[#003] sha256:cdad0c29294624b32e1aec24bb02af5d1ae98ad113a305ea7eaa0d5ecaaba287 - 0.0% (1.29 KB)

[#004] sha256:f2d2a637395aba0b8ecc352f0718b4e3bc60037b8903d76c6af4d73b746b8a48 - 0.58% (15.6 MB)

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

[#006] sha256:eb0515c7aabc19aa3309b1696c0b96967f048e42f8974c27ed38d21474333c71 - 0.33% (8.77 MB)

[#007] sha256:a9665d0e39074982a2251b40c943cec38c857c4cf104440c84e1690cbfda5dc2 - 1.38% (37.2 MB)

[#008] sha256:b355aa06a4d4373253d55db72b2940354f0a24f0a528f043a396149829aef051 - 0.2% (5.33 MB)

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

[#010] sha256:df78c6ae530ceff6e3b9aef6e997523d2e06683baf2e37badf83db7ff6d4a09c - 0.47% (12.7 MB)

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

[#012] sha256:8ceb8fb8569529fe0a23bbf48fe0a6856a77c334d3c6e761773670245f59f924 - 0.0% (1.26 KB)

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

[#014] sha256:287cf42c6e058a4bb4a5b7a3a2d8a2098af0d5fac09cd5139863579444ec1a0f - 0.0% (1.29 KB)

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

[#016] sha256:e68c34c7563c817b72058686656e576f38c133491fac6dcdafb67a87fbfe2818 - 1.04% (28.1 MB)

[#017] sha256:601c8cc686bedd264ba13beac38bd2c926ff1ea47ed4fa8dd2bec73aad5b3489 - 0.0% (1.3 KB)

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

[#019] sha256:db12a6ebf15c6cd3475fffd5306ef93c0bb60a96084952ae56847a44928fb0f2 - 0.0% (1.3 KB)

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

[#021] sha256:0c0efcadad4678c4229f0cab568b6708a538c7df17e6a3e1547e1ad668c12be1 - 0.0% (1.29 KB)


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

Apply image 20H2-RTM-amd64

2021-08-01 08:20:33 UTC

Install update 20H2-amd64

2021-08-30 22:42:27 UTC

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

2021-08-30 22:42:29 UTC

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

2021-08-30 22:43:07 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-30 22:43:17 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-30 22:43:42 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-30 22:43:53 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-30 22:44:03 UTC

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

2021-08-30 22:44:12 UTC

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

2021-08-30 22:44:21 UTC

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

2021-08-30 22:44:21 UTC

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

2021-08-30 22:44:22 UTC

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

2021-08-30 22:44:22 UTC

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

2021-08-30 22:44:23 UTC

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

2021-08-30 22:44:23 UTC

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

2021-08-30 22:44:25 UTC

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

2021-08-30 22:44:29 UTC

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

2021-08-30 22:44:29 UTC

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

2021-08-30 22:44:30 UTC

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

2021-08-30 22:44:30 UTC

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

2021-08-30 22:44:31 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