Namespace
rancher
Image / Tag
rancher-agent:master-b39018f6f130591a994721b6fd8ecab7dd8b3e69-windows-1809
Content Digest
sha256:04fe140b6432a902d43f846be7164adcd29f3bec29b9b8ad265e6ea1a3201b74
Details
Created

2021-08-20 00:19:42 UTC

Size

2.63 GB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.opencontainers.image.created
    2021-08-20T00:19:37Z
  • org.opencontainers.image.revision
    b39018f6f130591a994721b6fd8ecab7dd8b3e69
  • 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-b39018f6f130591a994721b6fd8ecab7dd8b3e69-head

DOCKER_API_VERSION

1.24

SSL_CERT_DIR

C:\etc\kubernetes\ssl\certs


Layers

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

[#001] sha256:c67ded6868b61d392a0c096f911563fd6bc0bc3ed4fe401d077b3718a1b0cdaf - 34.32% (923 MB)

[#002] sha256:563aff28be8e3ed64e984dc738d7d63aa5f2c27ec8f59efcfb621edfd4c95ddc - 0.0% (1.1 KB)

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

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

[#005] sha256:3fe2dd5770abd00594f5f0ae8a0348157667ef363ebfdefe2c8612ab64471020 - 0.2% (5.28 MB)

[#006] sha256:41c76b46238a648e41f6b824fdfb65a478f76e705075fc3f60f7c7651637008b - 0.28% (7.43 MB)

[#007] sha256:ed4d62c526ed0043b1860bcd31c4a893929dcc7d1915ed289948638dda21b25d - 1.38% (37.2 MB)

[#008] sha256:697eb1caeefe14ab456dc51b1cb489eb69a13c59c5cb4af76a86c5342f00b4a1 - 0.2% (5.34 MB)

[#009] sha256:8269f37d43d0a79ed1cc347495e03dda84598893709172815e333bd5ef4f37a7 - 0.58% (15.6 MB)

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

[#011] sha256:baea5e81f096dadd5ec8a1427b443ada7e5062956dbf6029c5d5d170d89a7e6a - 0.0% (1.07 KB)

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

[#013] sha256:8452440768369fee9c4f8fb8317f162792236a540d664aafbbf47286682ccc40 - 0.0% (1.09 KB)

[#014] sha256:94e20ae66dabed4ebd63d0a48e3acd8b5ade9b1b4cbe376b6489a1b558d3aea7 - 0.0% (1.08 KB)

[#015] sha256:27beb9d1ab430013d7fdcc598d17646746f37efd5fbe41d394a69e22ae26cc6a - 0.0% (1.09 KB)

[#016] sha256:725385b6bf63e2044643940f88a16334ded04c0475ba6338db592df6f72070dc - 1.04% (28 MB)

[#017] sha256:0c98f109e1a7a6c772bd01a877f6b3653b69dd821870594b6caf4b7a4190de28 - 0.0% (1.06 KB)

[#018] sha256:90ac2bc4defcf06abf14d73558d3bc1e272ce39ae29b127a8cdbf3a073544c8d - 0.0% (1.09 KB)

[#019] sha256:e798efaf4a9dcdddfd233e3b04fb6f39ff1c6517cc5aba6ea9509a22186cfa45 - 0.0% (1.09 KB)

[#020] sha256:9c8e9ae14baad5cd05a060fe6ef968c6f783b906a0f9908ae303bbaff33d904c - 0.0% (1.07 KB)

[#021] sha256:1290209d7146fced718b7df255e5bdd2d3b2725a7e3680fe8f25116f90f50d33 - 0.0% (1.1 KB)


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

Apply image 1809-RTM-amd64

2021-08-05 19:44:34 UTC

Install update 1809-amd64

2021-08-20 00:17:49 UTC

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

2021-08-20 00:17:49 UTC

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

2021-08-20 00:18:08 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-20 00:18:16 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-20 00:18:38 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-20 00:18:47 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-20 00:18:53 UTC

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

2021-08-20 00:18:59 UTC

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

2021-08-20 00:19:06 UTC

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

2021-08-20 00:19:06 UTC

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

2021-08-20 00:19:07 UTC

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

2021-08-20 00:19:07 UTC

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

2021-08-20 00:19:38 UTC

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

2021-08-20 00:19:38 UTC

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

2021-08-20 00:19:40 UTC

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

2021-08-20 00:19:40 UTC

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

2021-08-20 00:19:41 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2021-08-20T00:19:37Z

2021-08-20 00:19:41 UTC

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

2021-08-20 00:19:42 UTC

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

2021-08-20 00:19:42 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