Namespace
rancher
Image / Tag
rancher-agent:v2.5.8-rc9-windows-20H2
Content Digest
sha256:b864ab205b20ebc32c944520b30844d56a7616bbcbb9305658d84576a18cde9c
Details
Created

2021-04-23 00:02:21 UTC

Size

2.46 GB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2021-04-23T00:02:18Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    d9dd96692045a5c4f7e73df66a1a24afe5d15251
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.5.8-rc9

DOCKER_API_VERSION

1.24

SSL_CERT_DIR

C:\etc\kubernetes\ssl\certs


Layers

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

[#001] sha256:ad702b8ea1d861f6708801dfed7808856abc2c94d52e7805e2eee95f03a9281d - 37.8% (952 MB)

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

[#003] sha256:03be7694c3a08ca462e89f4c6d4b4716502d9d1e0faa9f69b5b924acce018cdd - 0.0% (1.26 KB)

[#004] sha256:e164fabc48bec02713ecd925d73b10b683dc130a0210f412800a95fdb841f6e6 - 0.62% (15.5 MB)

[#005] sha256:bec4f1984dbc0603193261d5ae539fba4334cada4a7931edf8b4107886a3b497 - 0.21% (5.28 MB)

[#006] sha256:8b5ef8f04684dc25d55d6c30b83de400f2f2bc0fdcadcdcddf1c8a912b62c4ab - 0.31% (7.84 MB)

[#007] sha256:5c735bd3cc856a23fecd0be10c6603845fe6fdd3b6d1861ec2cbad8fc327faa5 - 1.48% (37.2 MB)

[#008] sha256:dc6092994251bb5c089ebc1b90be6a41e0d05214518565af31a8bf754e5ba998 - 0.21% (5.34 MB)

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

[#010] sha256:5713406dd1893c9d426f37b2bde0de4aa378016914b563414d77fd799c0d07ce - 0.51% (12.7 MB)

[#011] sha256:2d582d4784c124b52cac238d7a64ed8b40f429004aa7da61d6e5771c65e12087 - 0.02% (441 KB)

[#012] sha256:0658f701b29cc9037af7c07556908f457b54e663ff1c9b01fffb763b965b9151 - 0.0% (1.27 KB)

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

[#014] sha256:3b512ef4f4d3a15e747568a64d1ed8289c47033a4b9b532c8fecab4d9092dd71 - 0.0% (1.29 KB)

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

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

[#017] sha256:f07a0187eda72ecfe49d715fca4f869faaed7c31ea32f9e794437de576376d4d - 1.23% (30.9 MB)

[#018] sha256:6abd8815bfccdd7b360becd50f6ca506decb64a70d88b0667a96473b5c5b11db - 0.0% (1.26 KB)

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

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

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

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


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

Apply image 20H2-RTM-amd64

2021-04-09 10:01:30 UTC

Install update 20H2-amd64

2021-04-20 17:13:51 UTC

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

2021-04-20 17:13:52 UTC

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

2021-04-20 17:14:03 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-04-20 17:14:12 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-04-20 17:14:37 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-04-20 17:14:51 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-04-20 17:15:00 UTC

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

2021-04-20 17:15:10 UTC

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

2021-04-20 17:15:20 UTC

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

2021-04-20 17:15:28 UTC

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

2021-04-20 17:15:29 UTC

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

2021-04-20 17:15:29 UTC

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

2021-04-20 17:15:30 UTC

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

2021-04-22 23:19:32 UTC

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

2021-04-22 23:19:33 UTC

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

2021-04-22 23:19:34 UTC

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

2021-04-22 23:19:35 UTC

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

2021-04-23 00:02:20 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-04-23T00:02:18Z

2021-04-23 00:02:20 UTC

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

2021-04-23 00:02:21 UTC

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

2021-04-23 00:02:21 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