Namespace
rancher
Image / Tag
rancher-agent:v2.5.9-0f5970f6485737a132d26865f500bea111a2b517-windows-20H2
Content Digest
sha256:c1c01a53f60ce131db7f5aed4096e9495cfb8934d91a44125799141416d0430c
Details
Created

2021-07-06 16:30:01 UTC

Size

2.6 GB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2021-07-06T16:28:02Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    0f5970f6485737a132d26865f500bea111a2b517
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.5.9-0f5970f6485737a132d26865f500bea111a2b517-head

DOCKER_API_VERSION

1.24

SSL_CERT_DIR

C:\etc\kubernetes\ssl\certs


Layers

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

[#001] sha256:98622c7525a40dec3c88fac81718f4f208a70f5347eb4faf74f15a78149114df - 41.16% (1.07 GB)

[#002] sha256:3d08dc7508d37156317e65da3c3e7c9b195929f9f39fd51135ef64d6a7cdc6c0 - 0.0% (1.31 KB)

[#003] sha256:d6b0b515141abafc4fdb0233ab60d0ca4f20c491ff27e6bbaeb44ed4463aaf09 - 0.0% (1.36 KB)

[#004] sha256:2472bd1012b80543b310de617c921e0b939f55525a642c12c05bd1602211b598 - 0.58% (15.5 MB)

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

[#006] sha256:0c09d8c697bb1fa01bbbb099f928e0e4abc2cb7c0e402a952cb00bdac7a71f52 - 0.33% (8.72 MB)

[#007] sha256:16920c424dc86c607627e9bd7c520ede9ea0c1dc4e7f6602b1a1323099d11a6c - 1.4% (37.2 MB)

[#008] sha256:b9ee9b46fabe870fd381dfc4ba3ca48b8f60979751ea954f7d9cb6fec8c85974 - 0.2% (5.29 MB)

[#009] sha256:5c07d257ff05ccbcceac2154a59d5340990f09151efdb111b3ec5f30e36ae0d2 - 0.58% (15.5 MB)

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

[#011] sha256:688df3e1c914ebf6490c9b7a30cd6469f74333f122bde727f0a835fae03a3074 - 0.01% (392 KB)

[#012] sha256:22f2b1741c4031376fdbebc35ec6ed05568d66f618bc22d06ae71045adffda61 - 0.0% (1.27 KB)

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

[#014] sha256:8f08589308520665855044776b5638d06436defb6ef563da2acded58e9f5531f - 0.0% (1.29 KB)

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

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

[#017] sha256:f97d7641a0a45ee31667148a108b9e5217a93781da7683f2b3a006de35129b19 - 1.16% (31 MB)

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

[#019] sha256:09f161a7698cb63dd145c662bdaaa91a5f8bffee508e0f06ebf64ec66014553d - 0.0% (1.26 KB)

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

[#021] sha256:62d3e17172afd7bc6065df6c071d857252d809f34d8152da458b452370146582 - 0.0% (1.29 KB)

[#022] sha256:e3e9d08bba44f7db9d6447d6472a6e77a26ca228ec404362bc9bc1fa6897b371 - 0.0% (1.3 KB)


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

Apply image 20H2-RTM-amd64

2021-06-06 19:49:44 UTC

Install update 20H2-amd64

2021-07-06 16:28:04 UTC

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

2021-07-06 16:28:04 UTC

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

2021-07-06 16:28:13 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-07-06 16:28:21 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-07-06 16:29:13 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-07-06 16:29:24 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-07-06 16:29:33 UTC

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

2021-07-06 16:29:41 UTC

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

2021-07-06 16:29:48 UTC

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

2021-07-06 16:29:55 UTC

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

2021-07-06 16:29:56 UTC

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

2021-07-06 16:29:56 UTC

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

2021-07-06 16:29:57 UTC

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

2021-07-06 16:29:57 UTC

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

2021-07-06 16:29:57 UTC

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

2021-07-06 16:29:59 UTC

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

2021-07-06 16:29:59 UTC

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

2021-07-06 16:30:00 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-07-06T16:28:02Z

2021-07-06 16:30:00 UTC

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

2021-07-06 16:30:01 UTC

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

2021-07-06 16:30:01 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