Namespace
rancher
Image / Tag
fleet-agent:v0.5.1-SURE-4967.1-windows-ltsc2022
Content Digest
sha256:a5bd876e9a9ff8eb9d681a3057c588eec295e5328e589c012a7b7306291c4d90
Details
Created

2022-11-25 09:32:52 UTC

Size

2.3 GB

Content Digest
Labels
  • org.opencontainers.image.created
    2022-11-25T09:28:18Z
  • org.opencontainers.image.revision
    2d1904a461e89a2909a59a62a5ea27b0eba3ae52
  • 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.5.1-SURE-4967.1


Layers

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

[#001] sha256:ebccc55a1542abd839e5e11ea961b03307d45f0b30ea37b3b9c1e410a05bdad9 - 39.93% (941 MB)

[#002] sha256:311ba06dff783a5a052bd356c3374d34c7a89efd7ba90b1b79d6a65197e8deb9 - 0.0% (1.26 KB)

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

[#004] sha256:a4bfaa1e4c49525405bcaa2b5a3dc6968757fe03b7788a609c699b919885f914 - 0.0% (1.29 KB)

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

[#006] sha256:cec18afc398109eb239399cc38d05d3e7c090bf1ede7b314ff2e8639708459b6 - 0.0% (1.3 KB)

[#007] sha256:75c68b222ce537c64d6c25190c1db037ea1e1df0526b78b52797d8a898456804 - 1.14% (26.9 MB)

[#008] sha256:cc1115804bd63f33d31abc4611043ca093b77f80e1098019119ecfeee38e9a2f - 0.8% (18.9 MB)

[#009] sha256:40ffb2c6f4d2f8a64cfed404b85b5407bb343129e45c9a8a16a9eb25cc0b9aea - 0.0% (1.29 KB)

[#010] sha256:18347101ff52dca492963ede884c730e7580ccb0ab14c5ca9df44bad6e712fe4 - 0.0% (1.29 KB)

[#011] sha256:97beecb4e79c585d6794b7c8cf64bd6abd32add5e6fe3015da6344bfd7650653 - 0.0% (1.27 KB)

[#012] sha256:9e266f041cfa10b553079b2fea761b6ed826eb25b184e4f63c4c37fc17fbb7c5 - 0.0% (1.27 KB)

[#013] sha256:691742b86ee0a84d478df6ef3065716dbf5a38257e5db087f13c26f171080d41 - 0.0% (1.27 KB)


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

Apply image 10.0.20348.643

2022-11-05 07:49:25 UTC

Install update 10.0.20348.1249

2022-11-25 09:32:19 UTC

cmd /S /C #(nop) ARG RELEASES

2022-11-25 09:32:19 UTC

cmd /S /C #(nop) ARG VERSION

2022-11-25 09:32:20 UTC

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

2022-11-25 09:32:20 UTC

cmd /S /C #(nop) ENV VERSION=v0.5.1-SURE-4967.1

2022-11-25 09:32:21 UTC

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

2022-11-25 09:32:39 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-11-25 09:32:49 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-11-25 09:32:49 UTC

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

2022-11-25 09:32:50 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2022-11-25T09:28:18Z

2022-11-25 09:32:50 UTC

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

2022-11-25 09:32:52 UTC

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

2022-11-25 09:32:52 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