Namespace
rancher
Image / Tag
fleet-agent:v0.9.1-rc.2-windows-ltsc2022
Content Digest
sha256:92e1c431bb50ec82f536905c532bc7ae382933e7ca32594ad6ed62eeb3c0f4b0
Details
Created

2024-01-17 16:02:23 UTC

Size

1.82 GB

Content Digest
Labels
  • org.opencontainers.image.created
    2024-01-17T15:58:45Z
  • org.opencontainers.image.revision
    2e5ef6cc9df1a0fa3209200c676c4059d53a4de8
  • 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.2


Layers

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

[#001] sha256:a97a84f9ecb04e6f34ca7d17667bf0abbd83ea39301725226a2352330b4402d3 - 26.25% (488 MB)

[#002] sha256:fda73c5f403dc78850c92d37f75d1db1925eeee384cf55332c6d6282495a9f00 - 0.0% (1.29 KB)

[#003] sha256:0653a6c69a1ef43bcdb3062fd3488c4e709277ec87d4842d5e8ff8611c1fb667 - 0.0% (1.29 KB)

[#004] sha256:162ac6830d243f17584f4f4e21f49867a96fb92829c47a1a0b507f6cf8c0d4a0 - 0.0% (1.27 KB)

[#005] sha256:8f1236dc57e57d8cac1fed8e78d18d92b26bc356c056634369c495bc1aee30b2 - 0.0% (1.29 KB)

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

[#007] sha256:1996651bfb12fe38f1bb13120e57ac8ae2c61fb249e1d1ac77617336f2b39b07 - 1.44% (26.7 MB)

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

[#009] sha256:4edfad3433b0c34a57f0099fdd83d155dbc05ed97f68d0695cf91e5a493f9678 - 0.0% (1.25 KB)

[#010] sha256:93724fe0cab589d1484825f50f966e5b171f02294dd5ad99e2bf31838823ab3b - 0.0% (1.26 KB)

[#011] sha256:84fd7ae9a55efaf550730e3f2c0317c46b4a560df012d2d89d6adaed829583d2 - 0.0% (1.27 KB)

[#012] sha256:f820719eade3e8d5a7ca41fc47477868721ef4bee15cbf84d0f5669bf7c412ab - 0.0% (1.29 KB)

[#013] sha256:d0f7f950dc3660276dd2eeb4d714acf7a3c030dff4e584f536a2e8e523767053 - 0.0% (1.29 KB)


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

Apply image 10.0.20348.1787

2024-01-04 03:43:51 UTC

Install update 10.0.20348.2227

2024-01-17 16:01:49 UTC

cmd /S /C #(nop) ARG RELEASES

2024-01-17 16:01:49 UTC

cmd /S /C #(nop) ARG VERSION

2024-01-17 16:01:50 UTC

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

2024-01-17 16:01:50 UTC

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

2024-01-17 16:01:50 UTC

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

2024-01-17 16:02:07 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-01-17 16:02:16 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-01-17 16:02:18 UTC

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

2024-01-17 16:02:20 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2024-01-17T15:58:45Z

2024-01-17 16:02:21 UTC

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

2024-01-17 16:02:22 UTC

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

2024-01-17 16:02:23 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