Namespace
rancher
Image / Tag
rancher-agent:master-cd623b5d9bbed1628ebe6f3f9687b473e61dbebf-windows-20H2
Content Digest
sha256:ccd3a6d7ee945f2b91231c254f5fd469b28a71856b54645a3e55e6d23b688462
Details
Created

2021-07-23 23:22:19 UTC

Size

2.6 GB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2021-07-23T23:20:55Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    cd623b5d9bbed1628ebe6f3f9687b473e61dbebf
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:master-cd623b5d9bbed1628ebe6f3f9687b473e61dbebf-head

DOCKER_API_VERSION

1.24

SSL_CERT_DIR

C:\etc\kubernetes\ssl\certs


Layers

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

[#001] sha256:58774ea6a2cebd62d24073292e71120a3b5e2bb74dc7b2358b29eedfa30b5a8f - 41.3% (1.07 GB)

[#002] sha256:03ce01d5ee456743b92c044bbb2caca959979e96adbde2e82b194ba08368157c - 0.0% (1.26 KB)

[#003] sha256:433c2416f424dbc41a05301b9fc7597c9f596b742b07e292edc16f58cea7d07d - 0.0% (1.34 KB)

[#004] sha256:922a62595298baa1588d36c0cb4463aebe535ff15f6346c0bae2a6b18a73359e - 0.58% (15.5 MB)

[#005] sha256:39ba293a2b45d3f04e74b0cc53173d1aa3e7125e4f66f71421ff26be29b288d4 - 0.2% (5.27 MB)

[#006] sha256:4c59096046398282ef9c09c270ed864b100da0d058f22a57082ea86c63ed3b1e - 0.33% (8.75 MB)

[#007] sha256:624f4e7a5754785790dbe787dd7f01fa7a1268808b45ac3a60cc7bf9d85922b4 - 1.4% (37.2 MB)

[#008] sha256:d1f04ac1c0f2e6aa296077454d55f7557a82c0c7878c62c871d8ee3d87266ec1 - 0.2% (5.34 MB)

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

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

[#011] sha256:3fb049e24a598f95bd8ae91dee62b24f9303f5cdebf7030b487e265cd6090923 - 0.0% (1.26 KB)

[#012] sha256:5b7b676926cf0f0d57652aa2a03107dfc2392d9696d09a35f0d91cda0d67d340 - 0.0% (1.27 KB)

[#013] sha256:13303d959d789332d6e3d738cae0811510e412d8ed251e1e996f3cdb7e7ebb2a - 0.0% (1.3 KB)

[#014] sha256:2660c006427465c6bf099ad8c5507ec6184e0d893ad244e7f75e211f3ba7ae36 - 0.0% (1.27 KB)

[#015] sha256:7f80571c25a7d5fb99479d82ecad60735df6b2e1ec71e54818aa34e2ddac1650 - 0.0% (1.27 KB)

[#016] sha256:37857452e9a720d4921111ba5998fe13936797ca49994df6c58814b29141f3f8 - 1.05% (28 MB)

[#017] sha256:b072e7fec793b2958c6db5bd860c5ed2b4bbbb095ca8193537ecc310f28fa05f - 0.0% (1.27 KB)

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

[#019] sha256:9938e88f3d47b8e1cbbace6c89f28d4c18e1f4eca8f718fe7cee47f2ab8ac31b - 0.0% (1.29 KB)

[#020] sha256:04472b483a8bc770974265076a78eefe1a93f1ad3d84216c02926da36f85d46b - 0.0% (1.29 KB)

[#021] sha256:5754705fedd7733bac7f40d74e076cf4b5b7f9e7d5b88dcbc1d7683469608fe1 - 0.0% (1.27 KB)


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

Apply image 20H2-RTM-amd64

2021-07-10 18:29:59 UTC

Install update 20H2-amd64

2021-07-23 23:20:38 UTC

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

2021-07-23 23:20:38 UTC

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

2021-07-23 23:21: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-07-23 23:21:15 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-23 23:21:41 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-23 23:21: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-07-23 23:21:58 UTC

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

2021-07-23 23:22:06 UTC

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

2021-07-23 23:22:13 UTC

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

2021-07-23 23:22:14 UTC

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

2021-07-23 23:22:14 UTC

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

2021-07-23 23:22:14 UTC

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

2021-07-23 23:22:15 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) ENV AGENT_IMAGE=rancher/rancher-agent:master-cd623b5d9bbed1628ebe6f3f9687b473e61dbebf-head

2021-07-23 23:22:15 UTC

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

2021-07-23 23:22:16 UTC

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

2021-07-23 23:22:17 UTC

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

2021-07-23 23:22:18 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-07-23T23:20:55Z

2021-07-23 23:22:18 UTC

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

2021-07-23 23:22:18 UTC

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

2021-07-23 23:22:19 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