Namespace
rancher
Image / Tag
fleet-agent:v0.4.0-windows-ltsc2022
Content Digest
sha256:9560d372df915f8da026e9c10f3938a3b69c61f5bb52385cac4586a752c8c59e
Details
Created

2022-10-13 16:59:44 UTC

Size

2.3 GB

Content Digest
Labels
  • org.opencontainers.image.created
    2022-10-13T16:55:32Z
  • org.opencontainers.image.revision
    eae202f68985ce20ff8f97586cd31ee64e7df020
  • 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.4.0


Layers

[#000] sha256:97f65a0ec59e643faf84024aa713a9be059322380315fda829756bbbd96d6258 - 58.31% (1.34 GB)

[#001] sha256:7ab91661ce2a2a2c14684a2ba0f543a81d7896773f88200b31be0e37c589de38 - 39.74% (934 MB)

[#002] sha256:41c87f0d768d3c292bbff0982fe1507adebeceec6ad9c8d62d90c46e0a8c604e - 0.0% (1.27 KB)

[#003] sha256:91f32d82a7491aed6b4e0c6229e3b1dbde6a83568a90b704b8fe91f6ba1585db - 0.0% (1.26 KB)

[#004] sha256:2cfcbdb012040c187798f6615d940a45dccb5d386d20fb490408454ec639f438 - 0.0% (1.26 KB)

[#005] sha256:5a32341814e8adcda9b4150d27138c151a63e8bfd3d69408d5946f1c2d7a8da9 - 0.0% (1.27 KB)

[#006] sha256:eb40b7d1593691e185ae1fb593e2861f427b628f3be353c9d24584aec0240897 - 0.0% (1.29 KB)

[#007] sha256:49c548cc61ffa46ad4f9ba04534d9c1c73d3359f730e9a440f773c01802c0c9f - 1.14% (26.9 MB)

[#008] sha256:d4d1b7a1c5d3836462034dee9080fa2b8724da40a8e41cd31d40f9bbcff1b776 - 0.81% (18.9 MB)

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

[#010] sha256:36f40a2703afedb8a1e6720b7522194f52c33446a5671de5502cb9b90cabb9e7 - 0.0% (1.27 KB)

[#011] sha256:44246d439d2d3fda69cdd15b216cd2e9a0df3475b5e80107e243738f7c9de543 - 0.0% (1.29 KB)

[#012] sha256:55c183ca129f25af06c326dd4cfd028a246dd47a22649da2191c4af3f6de1e48 - 0.0% (1.26 KB)

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


History
2022-04-22 01:12:09 UTC

Apply image 10.0.20348.643

2022-10-07 22:13:48 UTC

Install update 10.0.20348.1129

2022-10-13 16:59:13 UTC

cmd /S /C #(nop) ARG RELEASES

2022-10-13 16:59:13 UTC

cmd /S /C #(nop) ARG VERSION

2022-10-13 16:59:14 UTC

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

2022-10-13 16:59:14 UTC

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

2022-10-13 16:59:15 UTC

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

2022-10-13 16:59:31 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;

2022-10-13 16:59:41 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;

2022-10-13 16:59:42 UTC

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

2022-10-13 16:59:42 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2022-10-13T16:55:32Z

2022-10-13 16:59:43 UTC

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

2022-10-13 16:59:43 UTC

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

2022-10-13 16:59:44 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