Namespace
rancher
Image / Tag
fleet-agent:v0.5.3-windows-ltsc2022
Content Digest
sha256:220488481f45004bd6c12a44fd8c55f7b8f9c6b2d546ad6a8a491af61168b4e9
Details
Created

2023-03-06 16:18:51 UTC

Size

1.57 GB

Content Digest
Labels
  • org.opencontainers.image.created
    2023-03-06T16:15:19Z
  • 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


Layers

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

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

[#002] sha256:4c103a1f13d6ae5e1c5d5c3e8eeb9c781062d9baef069434ae3f61855b2609fb - 0.0% (1.26 KB)

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

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

[#005] sha256:89f10068c73fd90f79b892772e58f0c8d8122e195fa089eb465800a13078a4bb - 0.0% (1.26 KB)

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

[#007] sha256:ff916044982a544409c029f99a8fcac4d134385c830c139cd92007542bc0973d - 1.68% (27 MB)

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

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

[#010] sha256:2c043d7410dc270b627512d6bb83116b25e9f3ecc130fcf31175fa547b727f5f - 0.0% (1.26 KB)

[#011] sha256:04b73f8b9a2658dbcc8e0d9c9ccf6cb0c022244d58c885fb4dc52144e286a12b - 0.0% (1.28 KB)

[#012] sha256:fee5350286a59da2590b6b105d3e06173963d111e4de87a5e314538eadd6cb20 - 0.0% (1.31 KB)

[#013] sha256:0113bee4f37d426ae54b73a84989c04ea3f6a609b7cba1db29a81a498f79e4ba - 0.0% (1.3 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-06 16:18:20 UTC

cmd /S /C #(nop) ARG RELEASES

2023-03-06 16:18:21 UTC

cmd /S /C #(nop) ARG VERSION

2023-03-06 16:18:21 UTC

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

2023-03-06 16:18:22 UTC

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

2023-03-06 16:18:22 UTC

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

2023-03-06 16:18:40 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-06 16:18: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;

2023-03-06 16:18:50 UTC

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

2023-03-06 16:18:50 UTC

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

2023-03-06 16:18:51 UTC

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

2023-03-06 16:18:51 UTC

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

2023-03-06 16:18:51 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