Namespace
rancher
Image / Tag
rancher-agent:master-c4e81804a22f83e4c0e45a28da1ab2c2fa0b8d4a-windows-2004
Content Digest
sha256:84deed93117f8f44a96c6742f74646863497b24bb204552fa35198e7738d527e
Details
Created

2021-06-17 06:19:05 UTC

Size

2.25 GB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2021-06-17T06:18:58Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    c4e81804a22f83e4c0e45a28da1ab2c2fa0b8d4a
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:master-c4e81804a22f83e4c0e45a28da1ab2c2fa0b8d4a-head

DOCKER_API_VERSION

1.24

SSL_CERT_DIR

C:\etc\kubernetes\ssl\certs


Layers

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

[#001] sha256:409e8c9a2688a1824ab167e0815af899280d336440100aab9c47f99ce3e0de07 - 43.56% (1000 MB)

[#002] sha256:297e91e6eb414120080059dba4ae82b17e16b465a32c15f617cc67e7e9219827 - 0.0% (1.26 KB)

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

[#004] sha256:8d71293f632c52b7ee867428a844dc0722c649ca1fb21a553de2a400f9fd77f4 - 0.67% (15.5 MB)

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

[#006] sha256:bc65d32270ff2057aaec8294a84b99b8836e00ff9a201f4a3046e4bcef3ecfc6 - 0.37% (8.61 MB)

[#007] sha256:baccfe25a1d1a3283d0af1d27b016000fbba1c0f763dce56e5357490bb1e6e55 - 1.62% (37.2 MB)

[#008] sha256:5e7e65f573d288e29e49b43dafcffd0e98741a55132e2403d54f2cc596f46a95 - 0.23% (5.34 MB)

[#009] sha256:610c71922a60c57d986c35013b5c6cbe786d3fe4aaecc8067f7c8141feb3e7b8 - 0.68% (15.6 MB)

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

[#011] sha256:6c45ba8f489a3d7a2a62aadf718c7a0956768d55ad160cc8501044d13ec932ed - 0.0% (1.29 KB)

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

[#013] sha256:297eb1ccf15290c538af9c9065a59a9e1c616f2bd49575a91b59d2fc4fc9c2eb - 0.0% (1.26 KB)

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

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

[#016] sha256:6df19bdd646468a5c6ba77172dc0f69dbbedebec0ae01f1fe3ed587a972938f8 - 1.21% (27.8 MB)

[#017] sha256:5a35a1563ab7433764e1d6c18bc37133848cc86ebaf9e27328902bc07901d450 - 0.0% (1.33 KB)

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

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

[#020] sha256:0fd281f86b565ae86c9cf47b66933ec3e5c732b6d9e2aadba60029a5acfb040c - 0.0% (1.29 KB)

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


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

Apply image 2004-RTM-amd64

2021-06-06 19:51:57 UTC

Install update 2004-amd64

2021-06-13 23:18:43 UTC

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

2021-06-13 23:18:43 UTC

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

2021-06-13 23:18:55 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-06-13 23:19:04 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-06-13 23:19:29 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-06-13 23:19:41 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-06-13 23:19:50 UTC

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

2021-06-13 23:19:59 UTC

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

2021-06-13 23:20:07 UTC

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

2021-06-13 23:20:08 UTC

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

2021-06-13 23:20:08 UTC

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

2021-06-13 23:20:09 UTC

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

2021-06-17 06:19:00 UTC

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

2021-06-17 06:19:01 UTC

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

2021-06-17 06:19:02 UTC

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

2021-06-17 06:19:03 UTC

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

2021-06-17 06:19:03 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-06-17T06:18:58Z

2021-06-17 06:19:04 UTC

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

2021-06-17 06:19:04 UTC

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

2021-06-17 06:19:05 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