Namespace
rancher
Image / Tag
fleet-agent:v0.9.2-rc.1-windows-ltsc2022
Content Digest
sha256:fcb2050cfaa48e05850a3d25e8e13318ad3a377263218d9762e9433a4d7a5b16
Details
Created

2024-03-22 14:29:30 UTC

Size

1.87 GB

Content Digest
Labels
  • org.opencontainers.image.created
    2024-03-22T14:25:21Z
  • org.opencontainers.image.revision
    e75c1fb498e3137ba39c2bdc4d59c9122f5ef9c6
  • 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.2-rc.1


Layers

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

[#001] sha256:a61557bf66429be9509f579104808d2853f8f7aefbd49ef26f5f2a90266c46f5 - 28.36% (543 MB)

[#002] sha256:9f284e090330b65cbcf615934fdf0b28538eee8ce7ce8a4f57ad7190be7c40aa - 0.0% (1.25 KB)

[#003] sha256:6f469b0c4f8deef4fe8700ffacd624bfb65052c594dde86ba2d039345f69d64d - 0.0% (1.27 KB)

[#004] sha256:36965dc98633f198eb11fa861fda835be6a33341a8e452bb80db9b98becdd999 - 0.0% (1.31 KB)

[#005] sha256:edcc8d88f9317303150f4110a0d6ce20fddd2ef8d157c95abb12e88aba582bfd - 0.0% (1.26 KB)

[#006] sha256:7d1b8779e031677482b8410179768c68380d272f124d62ddfe7614f9e6a42069 - 0.0% (1.27 KB)

[#007] sha256:a95b8fc8e51377814bae73590ddbe88ee20baae96d3f69e069a288449fab484d - 1.4% (26.7 MB)

[#008] sha256:b9e392ebddcb50d66ecf14b84bf7549f4fe6348a9b1df428d3135bef7b736845 - 1.03% (19.7 MB)

[#009] sha256:fa646d8795c385fc29ec5f770de9bd4b35e0de20a018ecc2c2e629e192d79adc - 0.0% (1.27 KB)

[#010] sha256:e9a9a6d7ed397c767301c14169eb06d0f8c53589ca923c9c35ecb95371323e49 - 0.0% (1.32 KB)

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

[#012] sha256:1f16e00beedd49eec6bbfd7e2bf9f8b958b5d205213f6cbd7023faf29680ec7a - 0.0% (1.26 KB)

[#013] sha256:e696c99ca80550bbbc19b7adc7707dca89bffb42c3b31d3450fe2281d852355b - 0.0% (1.3 KB)


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

Apply image 10.0.20348.1787

2024-03-05 19:55:40 UTC

Install update 10.0.20348.2340

2024-03-22 14:28:59 UTC

cmd /S /C #(nop) ARG RELEASES

2024-03-22 14:28:59 UTC

cmd /S /C #(nop) ARG VERSION

2024-03-22 14:29:00 UTC

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

2024-03-22 14:29:00 UTC

cmd /S /C #(nop) ENV VERSION=v0.9.2-rc.1

2024-03-22 14:29:01 UTC

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

2024-03-22 14:29:17 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-03-22 14:29:27 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-03-22 14:29:28 UTC

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

2024-03-22 14:29:28 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2024-03-22T14:25:21Z

2024-03-22 14:29:29 UTC

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

2024-03-22 14:29:29 UTC

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

2024-03-22 14:29:30 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