Namespace
rancher
Image / Tag
fleet-agent:v0.8.0-debug-1842-4-windows-ltsc2022
Content Digest
sha256:6060f1397d92dd353b0a586ab5222a4298b5df9d7414e1e52a182070a0effa0f
Details
Created

2023-11-15 12:37:31 UTC

Size

1.8 GB

Content Digest
Labels
  • org.opencontainers.image.created
    2023-11-15T12:33:08Z
  • org.opencontainers.image.revision
    07e864828550bd39d7fe26e4075fb9d4ad04c7a9
  • 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.0-debug-1842-4


Layers

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

[#001] sha256:7989ef2c4cfb06d845746a3c3660481ea84d3f5c8216041855ce528f0ac4015c - 25.76% (475 MB)

[#002] sha256:3f0518ccf4d96431bfb05c0db3824855e5ab65fd2fe1f98aad4c00ac0415a365 - 0.0% (1.26 KB)

[#003] sha256:41f176fbcefe5b8ce5016951b0cd85f83367f1c5f63c0e6d7270ad4aadfb1710 - 0.0% (1.27 KB)

[#004] sha256:4ea48b29cfd0fdc421825ef27204537f47866f2b5c7c2875ceb193c818e98c6a - 0.0% (1.26 KB)

[#005] sha256:911e11c6d7112b5a0a81787ba3ffa412a794b1b3b73e0924ee3a18de6730f43c - 0.0% (1.27 KB)

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

[#007] sha256:6d69a1cb35b2c91302c0bf672e6a5618c7ded97de532830effe923eb5aa04282 - 1.45% (26.7 MB)

[#008] sha256:7b26a0e6be89ed41454a5045cc2ad92e15b24c7d2b4ebc590840111aedd0e746 - 1.01% (18.6 MB)

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

[#010] sha256:6ced38c7bc1cb89e565a4a314b9956e5b055e08ecfed3ba28a1784c6dbcb9314 - 0.0% (1.26 KB)

[#011] sha256:f54f5a7092a77b20d7ce9be483cf41e592d6458e7b0ecbe2f4abfcfd227fd8ff - 0.0% (1.3 KB)

[#012] sha256:80e84db6add3322ef11b8a7dac832eefd8aafdd51ad01ecc56ed2bc43d2ef719 - 0.0% (1.27 KB)

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


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

Apply image 10.0.20348.1787

2023-11-09 06:47:20 UTC

Install update 10.0.20348.2113

2023-11-15 12:36:34 UTC

cmd /S /C #(nop) ARG RELEASES

2023-11-15 12:36:35 UTC

cmd /S /C #(nop) ARG VERSION

2023-11-15 12:36:36 UTC

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

2023-11-15 12:36:37 UTC

cmd /S /C #(nop) ENV VERSION=v0.8.0-debug-1842-4

2023-11-15 12:36:39 UTC

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

2023-11-15 12:37:13 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;

2023-11-15 12:37:28 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;

2023-11-15 12:37:29 UTC

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

2023-11-15 12:37:30 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2023-11-15T12:33:08Z

2023-11-15 12:37:30 UTC

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

2023-11-15 12:37:31 UTC

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

2023-11-15 12:37:31 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