Namespace
rancher
Image / Tag
rancher-agent:v2.6-ccba7b7f4e347ff43731c3830c885dc70769b669-windows-2004
Content Digest
sha256:9cbd4d02f6c12ad4f5dde3cdcfd9b09c85b4380ba626d5f38104389860a8e990
Details
Created

2021-08-05 21:36:11 UTC

Size

2.25 GB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2021-08-05T21:36:05Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    ccba7b7f4e347ff43731c3830c885dc70769b669
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.6-ccba7b7f4e347ff43731c3830c885dc70769b669-head

DOCKER_API_VERSION

1.24

SSL_CERT_DIR

C:\etc\kubernetes\ssl\certs


Layers

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

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

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

[#003] sha256:0a6ef34c257b711fe593da91f471080b04b5c81f5cc7f1ca35c0edb45d38e415 - 0.0% (1.34 KB)

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

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

[#006] sha256:efc22dff6a3430af2fdbc003d3fe326a43987c8517be6a3a43f114a64b9c6384 - 0.37% (8.63 MB)

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

[#008] sha256:0ae356d0e36cc575922f528721055413e1c8ab28a89553eb76b42ada0c35b0f8 - 0.23% (5.33 MB)

[#009] sha256:57f6b5b6ecf61a2032a87f5bc09378df7d15aff9f36432d947f1ff21fb5431b1 - 0.67% (15.6 MB)

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

[#011] sha256:94ba75cc8007e4d5c9f31e0b3f94d4e7ccee87d49f90afbeb0b7e8b857b178fa - 0.0% (1.27 KB)

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

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

[#014] sha256:a873721e23884446375e1ab3d99aa1cce8d82d271242f6ec85ee3e2c33b12508 - 0.0% (1.26 KB)

[#015] sha256:dad1badd03c59830aba7df0ed2f795c20d285feea83705c7bc1fced2ed11cc12 - 0.0% (1.29 KB)

[#016] sha256:4bd4a54e91970e49a96bfeeb7009d2be650829e8a7d7bd1f38b8967e78babc48 - 1.21% (28 MB)

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

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

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

[#020] sha256:789d98b514fd35ec43b115bb12f65d030b05b23083af32b9ee2d5a4a2e4420c1 - 0.0% (1.29 KB)

[#021] sha256:f339166288293233742e67a18576b2d9fd8b4ad3baab400ae987b99f6a313cc9 - 0.0% (1.29 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-08-05 21:33:57 UTC

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

2021-08-05 21:33:57 UTC

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

2021-08-05 21:34:12 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-05 21:34:21 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-05 21:34:47 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-05 21:34:58 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-05 21:35:07 UTC

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

2021-08-05 21:35:15 UTC

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

2021-08-05 21:35:27 UTC

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

2021-08-05 21:35:28 UTC

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

2021-08-05 21:35:28 UTC

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

2021-08-05 21:35:29 UTC

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

2021-08-05 21:36:06 UTC

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

2021-08-05 21:36:07 UTC

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

2021-08-05 21:36:08 UTC

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

2021-08-05 21:36:09 UTC

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

2021-08-05 21:36:10 UTC

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

2021-08-05 21:36:10 UTC

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

2021-08-05 21:36:11 UTC

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

2021-08-05 21:36:11 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