Namespace
rancher
Image / Tag
fleet-agent:v0.3.8-rc3-windows-ltsc2022
Content Digest
sha256:49cfdc19b034c5da6f65a2d992e5f80492635e3c1375b875d8593dd5e4eee628
Details
Created

2021-12-09 19:38:16 UTC

Size

2.08 GB

Content Digest
Labels
  • org.opencontainers.image.created
    2021-12-09T19:35:55Z
  • org.opencontainers.image.revision
    ce9c0d6c0a455d61e87c0f19df79d0ee11a89eeb
  • 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.8-rc3


Layers

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

[#001] sha256:a0eb404f1860fa8786ad09d1d9fe9fd580115f83cd38623bc4eb0c46abdaa0a3 - 41.78% (890 MB)

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

[#003] sha256:c4015a38630207c0bf2065ac7820cb3cc85dffa8612f18650eac106968b1df5b - 0.0% (1.24 KB)

[#004] sha256:9fc9b0664e98a9c7a82f6c351d278dcfede0d8facb25342efac068ee2fdb5aac - 0.0% (1.26 KB)

[#005] sha256:0b215afddf4adb89b3cb16611d7faf479878fd9801aaed3184224bf4147a9eeb - 0.0% (1.25 KB)

[#006] sha256:0402fd36abb2b136c7cf95968d584bd0b178548153444d63a7623a1b1b3f16ef - 0.0% (1.25 KB)

[#007] sha256:27c8bd6e996dad89397f6fbbff1e3d6c5c3216965df5274d5a1b2d622dc9b4d0 - 1.26% (26.9 MB)

[#008] sha256:7d366c48d59fb2c2e826cf99fb4a823bd8ad976bb24137e7f80132ca92275df2 - 0.9% (19.1 MB)

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

[#010] sha256:78cf36b80acee25c627c45846f076dda3f95f9fe6f6b86b58b762f7c49cffb82 - 0.0% (1.26 KB)

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

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

[#013] sha256:a29f351f195a33577a7210061832163eb7249e66b3c85551241bfd86d36588f6 - 0.0% (1.25 KB)


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

Apply image 2022-RTM-amd64

2021-11-03 08:36:33 UTC

Install update ltsc2022-amd64

2021-12-09 19:36:01 UTC

cmd /S /C #(nop) ARG RELEASES

2021-12-09 19:36:04 UTC

cmd /S /C #(nop) ARG VERSION

2021-12-09 19:36:07 UTC

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

2021-12-09 19:36:10 UTC

cmd /S /C #(nop) ENV VERSION=v0.3.8-rc3

2021-12-09 19:36:11 UTC

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

2021-12-09 19:37:41 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;

2021-12-09 19:38:05 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;

2021-12-09 19:38:07 UTC

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

2021-12-09 19:38:09 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2021-12-09T19:35:55Z

2021-12-09 19:38:11 UTC

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

2021-12-09 19:38:14 UTC

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

2021-12-09 19:38:16 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