Namespace
rancher
Image / Tag
rancher-agent:v2.6-abed734cd63d4044820ba352b3bdfc21e7f21e17-windows-1809
Content Digest
sha256:ef4a69d01b82ef3f915a65efc2db9c5d8f891072b843479eb555c9e7aa799d4c
Details
Created

2021-08-10 20:44:26 UTC

Size

2.63 GB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.opencontainers.image.created
    2021-08-10T20:44:21Z
  • org.opencontainers.image.revision
    abed734cd63d4044820ba352b3bdfc21e7f21e17
  • 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-abed734cd63d4044820ba352b3bdfc21e7f21e17-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:befee3d69d5441d8af7ccca593117f00ecb88a073a142d8f11ec4e2cd7815e2d - 0.0% (1.07 KB)

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

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

[#005] sha256:d56b44d2171871b8745105c75e70e66e952193f0df2dd9f8738dafd2be50cb95 - 0.2% (5.26 MB)

[#006] sha256:310723d1aa6ab9b221f2af53eb0d6aa890a94e0ea590a102bdf52453c85132fe - 0.28% (7.42 MB)

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

[#008] sha256:ec0c862d52454ecf463b96110c6acd31b604228ecc347f00ccf9cabf0c618b7e - 0.2% (5.32 MB)

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

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

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

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

[#013] sha256:7aa71452d1eed87438510f1db6748efa9d21756618bce2a1962d5220a10d5095 - 0.0% (1.07 KB)

[#014] sha256:07bab927df00f1a538cdfe85919569879002c54355ab2023da5b2b30655dd5a2 - 0.0% (1.09 KB)

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

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

[#017] sha256:95dc4fc87a6fb32843d7e6c14283d75d720c9d881e59f25b20a5f6d8cc9575e4 - 0.0% (1.06 KB)

[#018] sha256:282eb44eab1667c6f2fcd7457c8d8eeb7e3f562c79193bfcced02f9db54613b3 - 0.0% (1.06 KB)

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

[#020] sha256:14ff1dd5c4328b368a68b4b44f6517b025bacd5e9b2f4b99177277f3209ddd5b - 0.0% (1.06 KB)

[#021] sha256:b1f76b6d8e97331e06c48650681943c75c9815f5b491de4fefb661350997c4bf - 0.0% (1.06 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-10 20:42:43 UTC

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

2021-08-10 20:42:43 UTC

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

2021-08-10 20:43:01 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-10 20:43:08 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-10 20:43:28 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-10 20:43:37 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-10 20:43:43 UTC

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

2021-08-10 20:43:49 UTC

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

2021-08-10 20:43:55 UTC

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

2021-08-10 20:43:55 UTC

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

2021-08-10 20:43:56 UTC

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

2021-08-10 20:43:56 UTC

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

2021-08-10 20:44:23 UTC

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

2021-08-10 20:44:23 UTC

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

2021-08-10 20:44:24 UTC

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

2021-08-10 20:44:25 UTC

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

2021-08-10 20:44:25 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2021-08-10T20:44:21Z

2021-08-10 20:44:26 UTC

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

2021-08-10 20:44:26 UTC

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

2021-08-10 20:44:26 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