Namespace
rancher
Image / Tag
rancher-agent:v2.6-4adc46c618844ffab478f1eaf37b368ebd18c592-windows-2004
Content Digest
sha256:c9c9fd035a847ac42f9fca3c1e780ee0dd8a7e51b3f3297f61ebd9c56c16f0f0
Details
Created

2021-08-27 21:52:44 UTC

Size

2.28 GB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.label-schema.build-date
    2021-08-27T21:52:35Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    4adc46c618844ffab478f1eaf37b368ebd18c592
  • org.label-schema.vcs-url
    https://github.com/rancher/rancher.git

Environment
AGENT_IMAGE

rancher/rancher-agent:v2.6-4adc46c618844ffab478f1eaf37b368ebd18c592-head

DOCKER_API_VERSION

1.24

SSL_CERT_DIR

C:\etc\kubernetes\ssl\certs


Layers

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

[#001] sha256:c30e212b15b86121fb89bda60f21c14275762ea9c6c2d30c593c9ffecf605c40 - 44.3% (1.01 GB)

[#002] sha256:efc4284fdbcbc303cf9e9d0c17874cf6d14cf49d45eff4ff7934aa2a303175d8 - 0.0% (1.27 KB)

[#003] sha256:06aba1c6f64f499ae8352262e74e35ef75f3fb2095cda9a8c91576717c659044 - 0.0% (1.3 KB)

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

[#005] sha256:99e0032017ec8090ba05746f926bad21ccc750842cc776325a69bbb24ab60f13 - 0.23% (5.28 MB)

[#006] sha256:7bbc1a50d7b6b258d45c252cf069ca3d3412ab9d7e7b1e0c3f21e5f7270da999 - 0.37% (8.68 MB)

[#007] sha256:5fd5b90420a87108a4a3d8f951417642b0515cf9988aba18d5006ebbcfd0fbef - 1.6% (37.2 MB)

[#008] sha256:66459b02fa99786ce027dcd2fffdf79c125ae66971bf2494a2ea9d6235faacd6 - 0.23% (5.35 MB)

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

[#010] sha256:c5a965f90ac9c5d7ffeda97dc5ab762ad9745d968890de0f687e435d5aa6660d - 0.55% (12.8 MB)

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

[#012] sha256:d32984db8a052d5ae0ba0432b0b0f963146c42d4f1a65f974649cbbf4e242ce1 - 0.0% (1.29 KB)

[#013] sha256:9dd7725ca3474c5a24bc8ce535a40df88b3588d10d69aa569e2f4dc3a3b65fee - 0.0% (1.32 KB)

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

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

[#016] sha256:4c01a480646edeeaf80eec9f683fe017e4c815cdf828e7d4676c8ed34a7366bf - 1.2% (28.1 MB)

[#017] sha256:72b94c55fe090c9ffbcf0a01bd4fded823170807d223ad15a7b8b4bf57f6e187 - 0.0% (1.29 KB)

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

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

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

[#021] sha256:88439946571a81ffc0226e18ab110530ea78ba5737bc3d835f678c780d6ce311 - 0.0% (1.27 KB)


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

Apply image 2004-RTM-amd64

2021-08-03 01:07:02 UTC

Install update 2004-amd64

2021-08-27 21:50:23 UTC

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

2021-08-27 21:50:25 UTC

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

2021-08-27 21:50:40 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-27 21:50:53 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-27 21:51:18 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-27 21:51:33 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-27 21:51:44 UTC

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

2021-08-27 21:51:53 UTC

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

2021-08-27 21:52:01 UTC

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

2021-08-27 21:52:01 UTC

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

2021-08-27 21:52:02 UTC

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

2021-08-27 21:52:02 UTC

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

2021-08-27 21:52:37 UTC

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

2021-08-27 21:52:37 UTC

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

2021-08-27 21:52:39 UTC

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

2021-08-27 21:52:42 UTC

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

2021-08-27 21:52:42 UTC

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

2021-08-27 21:52:43 UTC

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

2021-08-27 21:52:44 UTC

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

2021-08-27 21:52:44 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