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

2024-02-23 16:09:38 UTC

Size

1.82 GB

Content Digest
Labels
  • org.opencontainers.image.created
    2024-02-23T16:05:16Z
  • org.opencontainers.image.revision
    d61ec5a9ea91ecfb9d945a621209bd15a0a072cb
  • 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.5


Layers

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

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

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

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

[#004] sha256:f273d269094883cd4c7ab86a832a8a34efa8ce5b06ea157b309a1bd62cd83c63 - 0.0% (1.25 KB)

[#005] sha256:d92d42b80f9ff7ab44aa2e4aef0aedc01fd377e517c7377a8c0b03df3c84c5b3 - 0.0% (1.28 KB)

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

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

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

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

[#010] sha256:43e3fce09ef85f46a6d215a5e3a5320bd58d0b9f799dac5ecf8358177e0aa30d - 0.0% (1.27 KB)

[#011] sha256:87287cef50f0dbf298b131a2b9d4a2e86005c5cfd63311e40bae1406038b51d9 - 0.0% (1.29 KB)

[#012] sha256:13cdc8deae781060c233f9756d621bebfbb9534412055cbd6d09010a39d7c30d - 0.0% (1.26 KB)

[#013] sha256:3018b42180953d24599e33ae9c3d66dc59c98bfb2ad3b44350419e42f3ab1429 - 0.0% (1.29 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-02-23 16:08:35 UTC

cmd /S /C #(nop) ARG RELEASES

2024-02-23 16:08:37 UTC

cmd /S /C #(nop) ARG VERSION

2024-02-23 16:08:39 UTC

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

2024-02-23 16:08:40 UTC

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

2024-02-23 16:08:41 UTC

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

2024-02-23 16:09:18 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-02-23 16:09:36 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-02-23 16:09:36 UTC

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

2024-02-23 16:09:37 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2024-02-23T16:05:16Z

2024-02-23 16:09:37 UTC

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

2024-02-23 16:09:38 UTC

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

2024-02-23 16:09:38 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