Namespace
rancher
Image / Tag
fleet-agent:v0.9.1-rc.6-windows-ltsc2022
Content Digest
sha256:5e29e1a15ecc4f0f39b56ef0aa62474e0650e4901ef2185b0d8a036fb014d139
Details
Created

2024-03-07 14:21:06 UTC

Size

1.82 GB

Content Digest
Labels
  • org.opencontainers.image.created
    2024-03-07T14:20:37Z
  • org.opencontainers.image.revision
    b5f25c14d539d33a74bb2e85512f7918cbeea39f
  • 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.1-rc.6


Layers

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

[#001] sha256:855fa6b82f2f8fea22646f0d4aa228ea8cbb8bc562afd14a163a8f3d0eb010e1 - 26.64% (498 MB)

[#002] sha256:777be7c89fb8a903736be82f333e154c7a103ebfe8371c3479ec2093c0947fc2 - 0.0% (1.26 KB)

[#003] sha256:59a32ad17763cd68e122c6abf38252e9141160709f522732edcd83b2b5471998 - 0.0% (1.27 KB)

[#004] sha256:8c1d23df354c28d0d33daf27471f1b66177fdf07d6a4e57f14ffa2dd8c43b32d - 0.0% (1.26 KB)

[#005] sha256:35cb2285488f1e671287d77c43cee3a35526b9618265e2393005303126c5db81 - 0.0% (1.27 KB)

[#006] sha256:bb89f90e7b4ef33f6251d38ff2a4d7bd4a08e52584a5b94b9dbd0242eb5d724a - 0.0% (1.26 KB)

[#007] sha256:c247972cd6e330ef37af19cb466379b113106f84598f11fe9cbe471d0e5f1cfe - 1.43% (26.7 MB)

[#008] sha256:8df13ecfa948a646ec00c8f2e0f37eed225b23e2ed5afea42335aa31f2f9b256 - 1.06% (19.7 MB)

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

[#010] sha256:7a1a571e46ac9867c161ed2bc525d654d6ca0d45fceab58eeb1f1e187166e4aa - 0.0% (1.3 KB)

[#011] sha256:2f2367069db48f087d5a708ec66215b648b6f3d0c896de9c0be169186edc9f4b - 0.0% (1.31 KB)

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

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


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

Apply image 10.0.20348.1787

2024-02-07 06:55:59 UTC

Install update 10.0.20348.2322

2024-03-07 14:20:39 UTC

cmd /S /C #(nop) ARG RELEASES

2024-03-07 14:20:39 UTC

cmd /S /C #(nop) ARG VERSION

2024-03-07 14:20:40 UTC

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

2024-03-07 14:20:40 UTC

cmd /S /C #(nop) ENV VERSION=v0.9.1-rc.6

2024-03-07 14:20:40 UTC

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

2024-03-07 14:20:54 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-07 14:21:04 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-07 14:21:04 UTC

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

2024-03-07 14:21:05 UTC

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

2024-03-07 14:21:05 UTC

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

2024-03-07 14:21:06 UTC

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

2024-03-07 14:21:06 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