Namespace
rancher
Image / Tag
rancher-agent:master-1adc8ef2dc359e67b683ada2e552722f9b547b98-windows-2004
Content Digest
sha256:f12bf56656d8acb43b26f67b6fc54726a1ec362455f7a58c59970a2b2e3e0d09
Details
Created

2021-07-27 22:14:39 UTC

Size

2.25 GB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2021-07-27T22:14:33Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    1adc8ef2dc359e67b683ada2e552722f9b547b98
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:master-1adc8ef2dc359e67b683ada2e552722f9b547b98-head

DOCKER_API_VERSION

1.24

SSL_CERT_DIR

C:\etc\kubernetes\ssl\certs


Layers

[#000] sha256:295f12394c4f250e83029adb04647faeb736b0c8d275aa9b34f5e3c60a89d0d2 - 50.8% (1.14 GB)

[#001] sha256:6907d97093063478e2c552549bbcd0b499d1dfba051bad994179f5a1d343fe58 - 43.65% (1010 MB)

[#002] sha256:96406c4a9101e6b97363fdd41632fdd4cc0959524cfe30bf2f1003f0433add7d - 0.0% (1.29 KB)

[#003] sha256:b3e987996ad4ee320802756f6a74fd859a2374fe8514eaf9eb187e6eb5bf4b63 - 0.0% (1.32 KB)

[#004] sha256:7f3857583a11202c701fdd361d5bdbfe714a179203674721493e59a8d4c49bf1 - 0.67% (15.5 MB)

[#005] sha256:c2630ed6edbd432e54f89af3f53b36f0c69bb4ed5a35ae237357dace98e65ba9 - 0.23% (5.27 MB)

[#006] sha256:362ea68cbc399c7926c7c6b3844c6a2da26671a63f873c81f628b66e05cc2a57 - 0.37% (8.64 MB)

[#007] sha256:614f318ec535c9c860ba3e3ff16a73ad53b00164983ce313a7898ab76f552858 - 1.61% (37.2 MB)

[#008] sha256:4750330f75678528d1477fa15eb3eebaecdbbd9dddf5b566d704ef3fb4b45e2f - 0.23% (5.3 MB)

[#009] sha256:ce2ab4f25b4f54d4f0ac08fd1e1d892512ff8f78b4209abc82ad995c13f296aa - 0.67% (15.5 MB)

[#010] sha256:24b33c178d7dd6a980e4c1a6effa5160b16b385c77d6de7f9929f685006a88c0 - 0.55% (12.7 MB)

[#011] sha256:50b05146e13d2851ab351720ed5c3131dce55688ef06f0159e5482f45c837f0b - 0.0% (1.27 KB)

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

[#013] sha256:2e92142e950f88da339419e0032d266776b16c147e3caab5e05b44e3ae7d6559 - 0.0% (1.26 KB)

[#014] sha256:674c19d999cb1683ebecd7445aa5a47d8db31237553a4c34820d95a091d977ff - 0.0% (1.31 KB)

[#015] sha256:d220c99f3af463465cb563521551c806c33c120dd290ca4bb35b68726e899ac0 - 0.0% (1.3 KB)

[#016] sha256:344c888c259b443564940811ed19249e5fc49bab48350d3d237aba0fd8d28ce1 - 1.21% (28 MB)

[#017] sha256:1045a47d4f67bfa89adf010906f1a56cf28b34ba39b3b3065671b3e9ab6db211 - 0.0% (1.29 KB)

[#018] sha256:1efd8a21c478e5c0f430c2ac83dcdba1f44632ec75aa8eea6e11113aac5e6521 - 0.0% (1.29 KB)

[#019] sha256:9596786236f52265d12ac70680da995ed322c6efa977396744a0189494ca68e4 - 0.0% (1.26 KB)

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

[#021] sha256:f023d20f4c48b97b84f7fe5b6402a2139ccdec7467331f0bb0e874816a5047e2 - 0.0% (1.26 KB)


History
2019-12-07 09:28:27 UTC

Apply image 2004-RTM-amd64

2021-07-10 18:37:09 UTC

Install update 2004-amd64

2021-07-27 21:58:09 UTC

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

2021-07-27 21:58:09 UTC

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

2021-07-27 21:58: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-07-27 21:58: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-07-27 21:59:45 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-27 21:59:57 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-27 22:00:10 UTC

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

2021-07-27 22:00:23 UTC

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

2021-07-27 22:00:37 UTC

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

2021-07-27 22:00:37 UTC

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

2021-07-27 22:00:38 UTC

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

2021-07-27 22:00:38 UTC

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

2021-07-27 22:14:34 UTC

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

2021-07-27 22:14:35 UTC

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

2021-07-27 22:14:36 UTC

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

2021-07-27 22:14:37 UTC

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

2021-07-27 22:14:38 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-07-27T22:14:33Z

2021-07-27 22:14:38 UTC

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

2021-07-27 22:14:38 UTC

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

2021-07-27 22:14:39 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