Namespace
rancher
Image / Tag
fleet-agent:v0.8.5-windows-ltsc2022
Content Digest
sha256:2599f9248d178fd0620f01a3ffa9fe1d572acd285a82f80a471aaa42d04d5496
Details
Created

2024-06-05 07:39:58 UTC

Size

2.01 GB

Content Digest
Labels
  • org.opencontainers.image.created
    2024-06-05T07:39:34Z
  • org.opencontainers.image.revision
    c986f9509a1d0bd51ff2aeebd6a163b8487a823e
  • org.opencontainers.image.source
    https://github.com/rancher/fleet.git
  • org.opencontainers.image.url
    https://github.com/rancher/fleet

Environment
RELEASES

releases.rancher.com

VERSION

v0.8.5


Layers

[#000] sha256:7c76e5cf7755ce357ffb737715b0da6799a50ea468cc252c094f4d915d426b3f - 64.25% (1.29 GB)

[#001] sha256:ba03114511317f14392dd2ac806678d1f79c73a8a7e0bc64013540e54c22020f - 33.5% (691 MB)

[#002] sha256:01b6743a1e8380f0b2a4d9c17d752fda7850d331af5201340148f2c03e353ab5 - 0.0% (1.27 KB)

[#003] sha256:bbfb90a4d65c4579a848f281bcd065d4df6cd4817081abecfedad032bc707ca2 - 0.0% (1.33 KB)

[#004] sha256:9e6b2f0f91858260d5fc5098117d336271f16ea6fc7f9f9ef0c8ddb8c2c759d7 - 0.0% (1.27 KB)

[#005] sha256:da5c2044ba1d4cf67765b4553b574efa7f7cc83dde00214de5761faf2b2023d0 - 0.0% (1.31 KB)

[#006] sha256:013db77e0e89695ceaee54344d715c7574e3f8eeb6ee255728eee8cfa029eadf - 0.0% (1.27 KB)

[#007] sha256:a14cc07bc70635610e2fec120daad4d38d0ec5907877630c5430e1b1e0763359 - 1.29% (26.6 MB)

[#008] sha256:88cc329084d7242d565575e3ab7c87d6a0abe9ad1376704a33ff61c965eace18 - 0.96% (19.8 MB)

[#009] sha256:db50a5e1ef5b0f8e1b7f9ff40658e57dc003ab32cb1ef9d4b2c5747589f9526e - 0.0% (1.29 KB)

[#010] sha256:5d72dcd495fe239193391908354d4c1deb62e79380eda3ce91ccf4bcbe7a1cdc - 0.0% (1.27 KB)

[#011] sha256:b34ebed31f384b15b01ea0ccdf9891672258adb64e883f568f378ea5e3abf03f - 0.0% (1.26 KB)

[#012] sha256:07cfaaad7b785d1a0c49ea98e2437f8f1812dde37ca66298c42070529ed01214 - 0.0% (1.27 KB)

[#013] sha256:a9378a43357e5214118c5943c92d3d7b8fe423879a60d819a6aae993e386319f - 0.0% (1.26 KB)


History
2023-06-08 12:55:20 UTC

Apply image 10.0.20348.1787

2024-05-10 20:40:01 UTC

Install update 10.0.20348.2461

2024-06-05 07:39:35 UTC

cmd /S /C #(nop) ARG RELEASES

2024-06-05 07:39:35 UTC

cmd /S /C #(nop) ARG VERSION

2024-06-05 07:39:36 UTC

cmd /S /C #(nop) ENV RELEASES=releases.rancher.com

2024-06-05 07:39:36 UTC

cmd /S /C #(nop) ENV VERSION=v0.8.5

2024-06-05 07:39:37 UTC

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

2024-06-05 07:39:49 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; pushd c:\; $URL = 'https://github.com/git-for-windows/git/releases/download/v2.33.1.windows.1/MinGit-2.33.1-64-bit.zip'; Write-Host ('Downloading git from {0} ...' -f $URL); [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; Invoke-WebRequest -UseBasicParsing -OutFile c:\git.zip -Uri $URL; Write-Host 'Expanding ...'; Expand-Archive -Force -Path c:\git.zip -DestinationPath c:\git\.; Write-Host 'Cleaning ...'; Remove-Item -Force -Recurse -Path c:\git.zip; Write-Host 'Complete.'; popd;

2024-06-05 07:39:56 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; $URL = 'https://{0}/fleet/{1}/fleetagent-windows-amd64.exe' -f $env:RELEASES, $env:VERSION; New-Item -Path 'c:\\' -Name 'fleet' -ItemType 'directory'; Write-Host ('Downloading dapper from {0} ...' -f $URL); [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; Invoke-WebRequest -UseBasicParsing -OutFile c:/fleet/fleetagent-windows.exe -Uri $URL;

2024-06-05 07:39:56 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) CMD ["C:\\fleet\\fleetagent-windows.exe"]

2024-06-05 07:39:57 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2024-06-05T07:39:34Z

2024-06-05 07:39:57 UTC

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

2024-06-05 07:39:58 UTC

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

2024-06-05 07:39:58 UTC

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

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