Namespace
rancher
Image / Tag
rancher-agent:master-61339fb7f8ff0b7833a80cbb3913f152477871b7-windows-1809
Content Digest
sha256:a7122b3c9aac623fe29e0fe8e69c1e027e98f5691d9fd27251408efbddf41a31
Details
Created

2021-08-06 15:28:19 UTC

Size

2.63 GB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.opencontainers.image.created
    2021-08-06T15:28:14Z
  • org.opencontainers.image.revision
    61339fb7f8ff0b7833a80cbb3913f152477871b7
  • org.opencontainers.image.source
    https://github.com/rancher/rancher.git
  • org.opencontainers.image.url
    https://github.com/rancher/rancher

Environment
AGENT_IMAGE

rancher/rancher-agent:master-61339fb7f8ff0b7833a80cbb3913f152477871b7-head

DOCKER_API_VERSION

1.24

SSL_CERT_DIR

C:\etc\kubernetes\ssl\certs


Layers

[#000] sha256:4612f6d0b889cad0ed0292fae3a0b0c8a9e49aff6dea8eb049b2386d9b07986f - 60.96% (1.6 GB)

[#001] sha256:f143c6fed32d477c35b660b2e108ea62e3593c03e44bd9ced208ce52b26b0841 - 34.31% (922 MB)

[#002] sha256:f0b4d5628edba61bfd2fab3fdbad31513a01c5456960197fdcdad0868f9e45c3 - 0.0% (1.06 KB)

[#003] sha256:bad856c73821f85160c055b4f4c0f40864b88034c64283f4f4b1455407fde59e - 0.0% (1.07 KB)

[#004] sha256:563d965d13dad00358c3ad8fcb191aa521a80fb8c92778f199436c04a0b5fdd9 - 0.58% (15.5 MB)

[#005] sha256:43fa30d4f969e1d40ab626d938d0688d00669dd4f230d0d075915948bc46992b - 0.2% (5.28 MB)

[#006] sha256:7726b5d63dbd256674d96b41ca04e8d7ba1bedf1be5d613033e32c87c69dd2b6 - 0.28% (7.44 MB)

[#007] sha256:37feb810e6c85cdb14f91b1097ab8424c56465876381f4bd3ac77b5e99d6aa55 - 1.39% (37.2 MB)

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

[#009] sha256:926ac5caadfa7a1929bd0ade2e9409cdd31290eff4720239b6f594f022a27cd6 - 0.58% (15.6 MB)

[#010] sha256:ff99acad606c27912fc350cb2bc07b8d6f68e7a72f0e5cbd262a489578a2c2dc - 0.47% (12.7 MB)

[#011] sha256:3e342f6d5355ea07673c299f351fd5b517be4b4d48272ccc13d2ce7821e65dd6 - 0.0% (1.06 KB)

[#012] sha256:b148f69d57c654ee176094fd2ce1152b3d40bc8b0bddd099c2d3f198b18eacc0 - 0.0% (1.07 KB)

[#013] sha256:04c27a82c4e1d0a318926cb88e868be713cca3041b27e9c075dd382ed8dd8a03 - 0.0% (1.09 KB)

[#014] sha256:91f45ddded0fe97b1f8850c609b45e0e65c171ac4d404e7767e242a2228f2582 - 0.0% (1.09 KB)

[#015] sha256:a90e69cd0d55b522192fd2157306be41046fea2509fde1d547db8cc9d1be88d7 - 0.0% (1.07 KB)

[#016] sha256:5b22db483441f82aa0cf86ee2078342224f664e2bfc7f9cc4282178456523094 - 1.04% (28 MB)

[#017] sha256:0840ff9dfe4e69b5f1b0e181c951772c3a61db018589d94ca5c99e3d23f83206 - 0.0% (1.07 KB)

[#018] sha256:10329b6771e3b2780848142917fec7eb786e66940aa0410b57bf6ca46d145795 - 0.0% (1.07 KB)

[#019] sha256:50eff934aade1410fb720950969fed11e91bcf62079c40a9a61a7a79556d0558 - 0.0% (1.07 KB)

[#020] sha256:1490a4cc5d2106f74ce92de39bc0fe4647a0b62348b4b6dac8a85aeb193c8b3f - 0.0% (1.07 KB)

[#021] sha256:8e5da3116d5e5a3216bcdb2d6b7e03fc0f0ecae9fb04de0bd76402adb17ad347 - 0.0% (1.06 KB)


History
2020-05-07 05:09:25 UTC

Apply image 1809-RTM-amd64

2021-07-06 20:34:18 UTC

Install update 1809-amd64

2021-08-06 15:26:32 UTC

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

2021-08-06 15:26:32 UTC

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

2021-08-06 15:26:51 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-06 15:26:58 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-06 15:27:20 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-06 15:27:29 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-06 15:27:35 UTC

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

2021-08-06 15:27:41 UTC

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

2021-08-06 15:27:47 UTC

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

2021-08-06 15:27:48 UTC

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

2021-08-06 15:27:48 UTC

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

2021-08-06 15:27:48 UTC

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

2021-08-06 15:28:16 UTC

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

2021-08-06 15:28:16 UTC

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

2021-08-06 15:28:17 UTC

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

2021-08-06 15:28:18 UTC

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

2021-08-06 15:28:18 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2021-08-06T15:28:14Z

2021-08-06 15:28:19 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.revision=61339fb7f8ff0b7833a80cbb3913f152477871b7

2021-08-06 15:28:19 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/rancher.git

2021-08-06 15:28:19 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.url=https://github.com/rancher/rancher

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