Namespace
rancher
Image / Tag
rancher-agent:v2.5-93d921f36e2d38478aedbabf9c3604115e4bdded-windows-20H2
Content Digest
sha256:d8ea7beada4812fdad6eb727adf70752db8df9eb69d02d51f56b09736c6f3d6a
Details
Created

2021-04-05 22:30:13 UTC

Size

2.47 GB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2021-04-05T22:30:06Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    93d921f36e2d38478aedbabf9c3604115e4bdded
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.5-93d921f36e2d38478aedbabf9c3604115e4bdded-head

DOCKER_API_VERSION

1.24

SSL_CERT_DIR

C:\etc\kubernetes\ssl\certs


Layers

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

[#001] sha256:b67d61f938f3725a9bf5b4e0ece52422f5b09c5994bb0af1971b526e4e0f8666 - 37.38% (944 MB)

[#002] sha256:16af266f5d6376c7c50eda5cdff58bbc758559a6ed8f73169c05da468239e57b - 0.0% (1.27 KB)

[#003] sha256:6cc58fa9c86ec75163fcc1041938698990d3e81107fb5baac8a350efbde80a43 - 0.0% (1.3 KB)

[#004] sha256:8bd554de65b921cd753ccdc7ea3846b260ca39a6b9e61d901977a14a7cf33267 - 0.81% (20.5 MB)

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

[#006] sha256:8d5ebb65931dca8c4b0cb74eab04e7296393a475d266d824f29daa8cf53c76d2 - 0.31% (7.85 MB)

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

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

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

[#010] sha256:72dded1337829ff9db71e65239027d55221de5a165b7007df1a425f88cb0e419 - 0.51% (12.8 MB)

[#011] sha256:d79a3a22d2135517a29572291f4ef5f5c709a76612ef0151da02af0390b09428 - 0.02% (445 KB)

[#012] sha256:d156c36024931e41d3eb8b84c02013152ba533afc274dec562da76d9d4f9576b - 0.0% (1.29 KB)

[#013] sha256:ff7b884767ad7257e7a3bc99aa3862d1c60b53ac433de31c4e741413642565f0 - 0.0% (1.29 KB)

[#014] sha256:42eb75ec7f1013b217d936b978e104a1af933542b9e458cbd150036e949c6db9 - 0.0% (1.31 KB)

[#015] sha256:87c9dcab18843de308303faac63086f3155e433aa24ebf4da9fff557cd7d154f - 0.0% (1.27 KB)

[#016] sha256:9a7bb7774a5e83eff352fea68617adcd67a8b26723ee17deda13f1c6e93df08a - 0.0% (1.26 KB)

[#017] sha256:6a2d1d62345c9402c9ff8c74aab47e7595540839b21adeee5148583908165099 - 1.22% (30.8 MB)

[#018] sha256:516501eb31368dccbb3a4078789f334ace56244a2e5914b8bc773f4a5df8c408 - 0.0% (1.26 KB)

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

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

[#021] sha256:6f1e429959444b0d2a8e65b0c8fbfe408a0155e73d2680de275b31135b72eecb - 0.0% (1.29 KB)

[#022] sha256:0b219fdebdf7032f1ab45add0079df67829988d38f33ddb6c68da8d821af6272 - 0.0% (1.27 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-04-05 18:28:48 UTC

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

2021-04-05 18:28:48 UTC

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

2021-04-05 18:29:00 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-05 18:29:11 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-05 18:29:36 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-05 18:29:49 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-05 18:29:59 UTC

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

2021-04-05 18:30:09 UTC

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

2021-04-05 18:30:18 UTC

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

2021-04-05 19:45:23 UTC

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

2021-04-05 19:45:24 UTC

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

2021-04-05 19:45:24 UTC

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

2021-04-05 19:45:24 UTC

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

2021-04-05 22:30:08 UTC

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

2021-04-05 22:30:09 UTC

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

2021-04-05 22:30:10 UTC

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

2021-04-05 22:30:11 UTC

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

2021-04-05 22:30:12 UTC

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

2021-04-05 22:30:12 UTC

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

2021-04-05 22:30:13 UTC

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

2021-04-05 22:30:13 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