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

2021-08-20 05:51:14 UTC

Size

2.63 GB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2021-08-20T05:49:49Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    b6f3b6b66ee118f9c77c39a05825caae882d93fd
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:master-b6f3b6b66ee118f9c77c39a05825caae882d93fd-head

DOCKER_API_VERSION

1.24

SSL_CERT_DIR

C:\etc\kubernetes\ssl\certs


Layers

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

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

[#002] sha256:9a79b1064b02f91b11fe853eeb23f27f7fcfa19f8e925532eb20995e8bb2471a - 0.0% (1.26 KB)

[#003] sha256:f5d6d7020a0d091e768667958cf5b38c2fd83fc492d597784350ec2dad0c3e97 - 0.0% (1.27 KB)

[#004] sha256:90c9a12e32c6b72e03b66dd8f77923d73ae3b65f778595760af574a97c5c0c32 - 0.58% (15.6 MB)

[#005] sha256:51e41c2b82ed4efaf4a8b21a524cf6a00c01c0ea90ce69e1814dc656891c70a9 - 0.2% (5.27 MB)

[#006] sha256:355ae9f1002f5c19e281fa5ad0cae7bebc7970c9cd6fc5c5ab84c0475b1c95e9 - 0.33% (8.77 MB)

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

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

[#009] sha256:5ec586bcd7694d33e58f01dbc31aa52bd6d9fb185dcd273b7ee4575ac48fdca2 - 0.58% (15.6 MB)

[#010] sha256:13299b0a0164833f9c5a7aa503b2eb1bb08e980a736ea00145f66c09be8d232d - 0.47% (12.8 MB)

[#011] sha256:5dae942db75f909218f24f4edb4539560296667f28d4c8b103c05f01ac7fec39 - 0.0% (1.3 KB)

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

[#013] sha256:8374a0d66fe5a9eff76f593e39439be3812726fa88c28d9c61066f6bd3206022 - 0.0% (1.26 KB)

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

[#015] sha256:962d5c0ead4da5e945d4580a8d4595f4a12cb6e19e3aee1918c0220f131dc479 - 0.0% (1.27 KB)

[#016] sha256:4b692c2048755c070077ef907fee7e86672f2ea31cff4bca81445b03f9edb682 - 1.04% (28 MB)

[#017] sha256:814a5d46de19bf630fe110a784219cbf57c4d30869cf21f807ca3e8bba33ef80 - 0.0% (1.3 KB)

[#018] sha256:52a3c64218a7d8442caefbada2a4e40b39dc95d9b46a6031591b3bbb78d0e48f - 0.0% (1.27 KB)

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

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

[#021] sha256:d8b82a9091f59b171c056cfed6f69354fd55acedd5b7e3af67d6b66b04a2ab90 - 0.0% (1.29 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-20 05:49:30 UTC

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

2021-08-20 05:49:31 UTC

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

2021-08-20 05:50: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-08-20 05:50:09 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-20 05:50:34 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-20 05:50:45 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-20 05:50:53 UTC

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

2021-08-20 05:51:00 UTC

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

2021-08-20 05:51:08 UTC

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

2021-08-20 05:51:09 UTC

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

2021-08-20 05:51:09 UTC

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

2021-08-20 05:51:10 UTC

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

2021-08-20 05:51:10 UTC

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

2021-08-20 05:51:10 UTC

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

2021-08-20 05:51:12 UTC

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

2021-08-20 05:51:12 UTC

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

2021-08-20 05:51:13 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-08-20T05:49:49Z

2021-08-20 05:51:13 UTC

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

2021-08-20 05:51:14 UTC

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

2021-08-20 05:51:14 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