Namespace
rancher
Image / Tag
rancher-agent:v2.5-d0c1392f0b79efbb9d646454bc002bde467a51ec-windows-20H2
Content Digest
sha256:43b5f0bc1a54d4eaadf0e509e9718ae5b2555a15c11e6500cf4cf6d87d7330e7
Details
Created

2021-08-16 19:39:29 UTC

Size

2.63 GB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2021-08-16T19:37:05Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    d0c1392f0b79efbb9d646454bc002bde467a51ec
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.5-d0c1392f0b79efbb9d646454bc002bde467a51ec-head

DOCKER_API_VERSION

1.24

SSL_CERT_DIR

C:\etc\kubernetes\ssl\certs


Layers

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

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

[#002] sha256:3c6b58986344016ae53f13798b6c74dabe500fb1ce4f722b3797791c87509d30 - 0.0% (1.3 KB)

[#003] sha256:e75916684838e57edb52bf0b7b4bfebf7245fb519347d18e81ed4bcb3e6a34be - 0.0% (1.31 KB)

[#004] sha256:17a981c3cba904aaa1763d98453c9a329f05363b9b42976bd3c1ab21faae030b - 0.58% (15.5 MB)

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

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

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

[#008] sha256:e4e57ddb85f1d040a67915af439f6ed60587e48206099fc1aea8636ec86b3489 - 0.2% (5.3 MB)

[#009] sha256:6bddf8d062c22546057210c24dd7786c2a591e05295fdee9f5081ef066a08af3 - 0.58% (15.5 MB)

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

[#011] sha256:d651d89a9978342bb966c86c41e512c00c8df283265ac1eb1eaba45d83b53ece - 0.01% (401 KB)

[#012] sha256:65039fe054e4abca116463016fa141b5b29822732df9e5624e80f8a905c9550d - 0.0% (1.3 KB)

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

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

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

[#016] sha256:7f5acbf7296f1094ceb915664c952a859c4daec9e15031de4464a69078cf515a - 0.0% (1.29 KB)

[#017] sha256:a3b969ea962c7f489a72224c54219bbbc7e3000a22281f5e613fe72f717960aa - 1.15% (31 MB)

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

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

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

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

[#022] sha256:70b982d13d363a0d03632f26ecbcd4567155649137b13f21cfb9ad6b5935ea3f - 0.0% (1.27 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-16 19:37:06 UTC

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

2021-08-16 19:37:09 UTC

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

2021-08-16 19:37:20 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-16 19:37:28 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-16 19:38:14 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-16 19:38:25 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-16 19:38:36 UTC

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

2021-08-16 19:38:44 UTC

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

2021-08-16 19:38:57 UTC

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

2021-08-16 19:39:07 UTC

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

2021-08-16 19:39:07 UTC

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

2021-08-16 19:39:20 UTC

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

2021-08-16 19:39:21 UTC

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

2021-08-16 19:39:21 UTC

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

2021-08-16 19:39:22 UTC

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

2021-08-16 19:39:24 UTC

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

2021-08-16 19:39:25 UTC

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

2021-08-16 19:39:26 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-08-16T19:37:05Z

2021-08-16 19:39:27 UTC

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

2021-08-16 19:39:28 UTC

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

2021-08-16 19:39: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