Namespace
rancher
Image / Tag
rancher-agent:v2.6-eb6ac27fd1304503be4ea9a6eeb8d8ef2b295258-windows-1809
Content Digest
sha256:6698fbbb8f70303f89a1aeb32cb228480e63b9c7d0af72955651fb96d61dd4b3
Details
Created

2021-08-04 16:12:59 UTC

Size

2.63 GB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.opencontainers.image.created
    2021-08-04T16:12:54Z
  • org.opencontainers.image.revision
    eb6ac27fd1304503be4ea9a6eeb8d8ef2b295258
  • 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:v2.6-eb6ac27fd1304503be4ea9a6eeb8d8ef2b295258-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:95e5135b60168b75fb66e715f6a0d62ed68d53f0a4a45db2056ccdc9b1aaa4fa - 0.0% (1.09 KB)

[#003] sha256:5db9e30b04db13a545f5ed4560b7096f7281e03f2647774a7c5edd9178f62b1f - 0.0% (1.09 KB)

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

[#005] sha256:85b420d9270767cae3b2a6bcb6ea797ee713ddf474a7dd4337b4cdc3ce5a3683 - 0.2% (5.28 MB)

[#006] sha256:57afbae26dd5e88c19b3f15ae3026f484b9f8e79048ec2026b99b58d49959c5b - 0.28% (7.44 MB)

[#007] sha256:3bb78b9649efd07b8016b1204494b5ea4554c2970a723f9db29e892579114595 - 1.39% (37.2 MB)

[#008] sha256:84b648817be7725df6e656c6cce04d019392d47f3c3752c5cd14031f34fb9698 - 0.2% (5.34 MB)

[#009] sha256:3d0e1d98be3e67623244a21deeb6db45ac76dc76b535470d46f31885926b54b7 - 0.58% (15.6 MB)

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

[#011] sha256:51d8f44f2d98b11086216a117f90e95dc84e445da58cce08778ada8947098103 - 0.0% (1.06 KB)

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

[#013] sha256:36a42fc48bf5eb2919c198751a3d6e7449acd36b5e51917b95fa9065c0464a60 - 0.0% (1.07 KB)

[#014] sha256:3a558c7fa2ace00a74efeb8bbeacff60ccbc7a321784741ba61d50cf4b1c00fa - 0.0% (1.09 KB)

[#015] sha256:0a5b4ef6f8d959e140502a798cbe9d4545bd076aab9db6263726f21303a0574d - 0.0% (1.1 KB)

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

[#017] sha256:22f9cfe0dafee7afc389883f763b8b50a490dd7066a9480387fd2fabeee731d3 - 0.0% (1.06 KB)

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

[#019] sha256:bbb7a9edf4ba7356c9f038c53f5a690eacbc2b2360a287cf40190ecd4741e23d - 0.0% (1.06 KB)

[#020] sha256:0106d1f7e494cc87376a764f081f32c3983c29e1ab929cd3489c18965fb4ab27 - 0.0% (1.06 KB)

[#021] sha256:ecd9ebc36b76d80c1fc5c2f07ba439c0b26e74af33032844875048c38451f377 - 0.0% (1.07 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-04 16:11:06 UTC

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

2021-08-04 16:11:07 UTC

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

2021-08-04 16:11:25 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-04 16:11:34 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-04 16:11:56 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-04 16:12:06 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-04 16:12:12 UTC

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

2021-08-04 16:12:18 UTC

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

2021-08-04 16:12:24 UTC

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

2021-08-04 16:12:24 UTC

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

2021-08-04 16:12:25 UTC

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

2021-08-04 16:12:25 UTC

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

2021-08-04 16:12:55 UTC

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

2021-08-04 16:12:55 UTC

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

2021-08-04 16:12:56 UTC

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

2021-08-04 16:12:57 UTC

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

2021-08-04 16:12:58 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2021-08-04T16:12:54Z

2021-08-04 16:12:58 UTC

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

2021-08-04 16:12:58 UTC

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

2021-08-04 16:12:59 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