Namespace
rancher
Image / Tag
fleet-agent:v0.5.3-rc.1-windows-ltsc2022
Content Digest
sha256:4980466d5a0cd93ef67f3bf8ca98b84ec08378bcd8b772ce6d8999458e4f4277
Details
Created

2023-03-02 16:18:36 UTC

Size

1.57 GB

Content Digest
Labels
  • org.opencontainers.image.created
    2023-03-02T16:14:45Z
  • org.opencontainers.image.revision
    b90a1d37a79da99a273ec67f7127eb657bf5f5ea
  • 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.3-rc.1


Layers

[#000] sha256:6a0972e4a21b1e21e65ee97fd7f7b548b42f85db2bcb8c941555d9a7111d7e22 - 80.13% (1.25 GB)

[#001] sha256:c4a9d67ee64f14876f75023cb4c4f1082cd18da121e2b8ba330c297e38ef431c - 16.99% (272 MB)

[#002] sha256:7f19cc4e2d3c0091638b96b4f63c55f6a7c667b44d1a9be35aa6f3a3413589f9 - 0.0% (1.33 KB)

[#003] sha256:7eb27d97e16b01379bd2b6856590a6c95c6e0f71ba83f84b1280a9f714fbd70b - 0.0% (1.29 KB)

[#004] sha256:1a5d34945ad5149650a7f5f52c13c6344610ad498b553a4fcc201ef71f54e089 - 0.0% (1.3 KB)

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

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

[#007] sha256:82e876f797d1d327bbed6333b036b83faeb1f58d8a1cd152b779a34a8a0fd626 - 1.69% (27 MB)

[#008] sha256:e43cdb6e97dfa432b9635045af59e13b4b73b460e5feb4941eddc61b06cf0d93 - 1.2% (19.2 MB)

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

[#010] sha256:9985658317dc45965e749b6321c22b242c95911c85b712bf3f4dd63d414432d2 - 0.0% (1.26 KB)

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

[#012] sha256:3a79508171b44039849f6c4ff3990dc62bdeffba396a2521529a373cd13b9301 - 0.0% (1.3 KB)

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


History
2023-01-06 23:47:40 UTC

Apply image 10.0.20348.1487

2023-02-07 11:42:22 UTC

Install update 10.0.20348.1547

2023-03-02 16:18:04 UTC

cmd /S /C #(nop) ARG RELEASES

2023-03-02 16:18:05 UTC

cmd /S /C #(nop) ARG VERSION

2023-03-02 16:18:05 UTC

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

2023-03-02 16:18:06 UTC

cmd /S /C #(nop) ENV VERSION=v0.5.3-rc.1

2023-03-02 16:18:06 UTC

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

2023-03-02 16:18:23 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-03-02 16:18:33 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-03-02 16:18:34 UTC

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

2023-03-02 16:18:34 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2023-03-02T16:14:45Z

2023-03-02 16:18:35 UTC

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

2023-03-02 16:18:35 UTC

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

2023-03-02 16:18:36 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