Namespace
rancher
Image / Tag
rancher-agent:v2.6-10b2a46e3ef9ddd55cf69bdc5b310377b5030a85-windows-1809
Content Digest
sha256:343454cd1cce216cce716960e15e4e89a111e386399c6a12565b5714ef5e5bb0
Details
Created

2021-08-27 19:18:21 UTC

Size

2.63 GB

Content Digest
Labels
  • io.cattle.agent
    true
  • org.opencontainers.image.created
    2021-08-27T19:18:17Z
  • org.opencontainers.image.revision
    10b2a46e3ef9ddd55cf69bdc5b310377b5030a85
  • 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-10b2a46e3ef9ddd55cf69bdc5b310377b5030a85-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:3ddcd17b212405df01c4f7beb291e3cbc0051f80b9777ac5660ddb9f21126193 - 0.0% (1.06 KB)

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

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

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

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

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

[#008] sha256:7911bbea729461fc59fe93056dccfc89c66fba7a456e63e242f9e8d9b38845b8 - 0.2% (5.34 MB)

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

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

[#011] sha256:8fed4f357adc3266580ec6387810da07d68a3b4ab69a4dd212734416b64453cd - 0.0% (1.09 KB)

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

[#013] sha256:e20a270744341487a0ab08be41373e8301b9bf8ed666a6279bf80c9be3985861 - 0.0% (1.06 KB)

[#014] sha256:344d7c8c8bb40fca7b783b788e280e63f678c3bfd82f75c0683ac520a2dca850 - 0.0% (1.06 KB)

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

[#016] sha256:7e08ae52e45c5fd459db8d74d99b8df0fbb18cc0f3dd9df4a145b2f9dbf41ee9 - 1.04% (28.1 MB)

[#017] sha256:954f993c6a1a5cd2e48f708cc49236b3dd0ba04f911f692494b9ba0a7d4170da - 0.0% (1.06 KB)

[#018] sha256:b23244320962b9efe5a28f718146de75a30c54c6f0ca0d5941ea8bb19b9358bd - 0.0% (1.08 KB)

[#019] sha256:1aa318589f65a2bb1b2705014c3a9b61f1e8f6aede60f52a406576134f0df59d - 0.0% (1.08 KB)

[#020] sha256:994b16b781662bf53161e3316c30aa783d03768b5317b767301c4e02063c8dfc - 0.0% (1.07 KB)

[#021] sha256:454a7c9d01888ebfc696c56715e21cf6220e0eded0d578b4d1efd3b266b8d055 - 0.0% (1.07 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-27 19:16:35 UTC

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

2021-08-27 19:16:35 UTC

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

2021-08-27 19:16:53 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 19:17:00 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 19:17:23 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 19:17:32 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 19:17:38 UTC

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

2021-08-27 19:17:44 UTC

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

2021-08-27 19:17:50 UTC

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

2021-08-27 19:17:50 UTC

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

2021-08-27 19:17:51 UTC

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

2021-08-27 19:17:51 UTC

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

2021-08-27 19:18:18 UTC

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

2021-08-27 19:18:18 UTC

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

2021-08-27 19:18:19 UTC

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

2021-08-27 19:18:20 UTC

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

2021-08-27 19:18:20 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2021-08-27T19:18:17Z

2021-08-27 19:18:21 UTC

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

2021-08-27 19:18:21 UTC

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

2021-08-27 19:18:21 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