Namespace
rancher
Image / Tag
fleet-agent:v0.3.9-rc6-windows-ltsc2022
Content Digest
sha256:af266fcc900b07b335b1458a7be3667c43bc174e4156a9057c8d7a59a8e7259e
Details
Created

2022-03-16 10:24:24 UTC

Size

2.11 GB

Content Digest
Labels
  • org.opencontainers.image.created
    2022-03-16T10:19:46Z
  • org.opencontainers.image.revision
    5b479aebc92f36d9862ccd09e330dc6ab5fa10ce
  • 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.3.9-rc6


Layers

[#000] sha256:8f616e6e9eec767c425fd9346648807d1b658d20ff6097be1d955aac69c26642 - 55.15% (1.17 GB)

[#001] sha256:037d5740b40414bc505c21324142a1cd3eab10c176189a9a74d1a90354ac7cd4 - 42.72% (925 MB)

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

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

[#004] sha256:953b2a1af2b50de2e72de708e35abb209ede4d51fa820f1b02e5a0474bc5dd44 - 0.0% (1.3 KB)

[#005] sha256:33d6769e1577f2d1ebdcdd863b9556923cd0c4767474bd0ec9bde0146e1f196d - 0.0% (1.25 KB)

[#006] sha256:cae2f60f0dc8015625953024e54dfd878ec71ad60e9f7b1c1811ba357116ae11 - 0.0% (1.26 KB)

[#007] sha256:74a97c707d0bbc91c162c413e569ff8fbce3701da42d93601017d5940231984c - 1.24% (26.9 MB)

[#008] sha256:ec7e1776342b135290e49ce0d68615365b0f3b1044352937f47d8b87335ab7d2 - 0.88% (19.1 MB)

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

[#010] sha256:ca2acb0978484e99e0c2f6e3927c5fcb727d3c777645d0a5b054a0c0b217b965 - 0.0% (1.25 KB)

[#011] sha256:fca311605a6fc3bb69e84b31c5c9b6c756d7ac5f226fede2d91a5d388c3b3861 - 0.0% (1.26 KB)

[#012] sha256:51b5af23a9922515fc284caa3516f6d5061e392c35e4bbe37d93fa56573a8b6a - 0.0% (1.25 KB)

[#013] sha256:8ea54704718063014287d372b2f62c19f6bafe94bd103e98276c35cffd4e1a98 - 0.0% (1.28 KB)


History
2021-05-08 09:40:24 UTC

Apply image 2022-RTM-amd64

2022-03-03 05:02:11 UTC

Install update ltsc2022-amd64

2022-03-16 10:23:39 UTC

cmd /S /C #(nop) ARG RELEASES

2022-03-16 10:23:39 UTC

cmd /S /C #(nop) ARG VERSION

2022-03-16 10:23:40 UTC

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

2022-03-16 10:23:42 UTC

cmd /S /C #(nop) ENV VERSION=v0.3.9-rc6

2022-03-16 10:23:43 UTC

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

2022-03-16 10:24:05 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-03-16 10:24:20 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-03-16 10:24:21 UTC

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

2022-03-16 10:24:22 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2022-03-16T10:19:46Z

2022-03-16 10:24:22 UTC

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

2022-03-16 10:24:23 UTC

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

2022-03-16 10:24:24 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