Namespace
rancher
Image / Tag
fleet-agent:v0.9.5-windows-ltsc2022
Content Digest
sha256:8d3c73bb6a5df0f83b08f2327c3b45756f6d8112b9b7cf8bbf86fa253e2ada7f
Details
Created

2024-06-05 08:01:24 UTC

Size

2.01 GB

Content Digest
Labels
  • org.opencontainers.image.created
    2024-06-05T08:01:00Z
  • org.opencontainers.image.revision
    e06bc0170211485edded240c6260f339073d8018
  • 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.9.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:b740219f909d2093e1e1c16d89d722edfcadb72119aad858df989c6cb26bf05c - 0.0% (1.29 KB)

[#006] sha256:fd22a7e9cb55ed12e1192ed2edca3abaac406f0ece6e5da8e3b90b57c5548326 - 0.0% (1.31 KB)

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

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

[#009] sha256:a92ee268e779425d94fda6c13bac12cb3252bc3c57cc4671fe987fca2381f821 - 0.0% (1.26 KB)

[#010] sha256:2a3cc3e5e355c1cc83c4b9ca3cad2b0a6dca370c6c22485e0d7ed9766046bdb1 - 0.0% (1.29 KB)

[#011] sha256:32bce0871ad654db158ba805a4a12118576a57a3f4d5324bc7f508099798c078 - 0.0% (1.31 KB)

[#012] sha256:9fa44154df4804d556d0c4af453e3bc452302d3186beacb33b387fb83127c08d - 0.0% (1.27 KB)

[#013] sha256:7e5fd5cde593fd7e1db888be67619277ffd1fbcee68f7a7e37fc35e4758ef3c4 - 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 08:01:01 UTC

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

2024-06-05 08:01:02 UTC

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

2024-06-05 08:01:14 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 08:01:22 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 08:01:22 UTC

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

2024-06-05 08:01:23 UTC

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

2024-06-05 08:01:23 UTC

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

2024-06-05 08:01:24 UTC

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

2024-06-05 08:01:24 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