Namespace
rancher
Image / Tag
fleet-agent:v0.8.4-rc.4-windows-1809
Content Digest
sha256:5bbea252874b372bc9da52683060bd5761fc1b26dc84bcdadd92dffa9d493af8
Details
Created

2024-04-23 08:38:07 UTC

Size

2.06 GB

Content Digest
Labels
  • org.opencontainers.image.created
    2024-04-23T08:32:54Z
  • org.opencontainers.image.revision
    b40b7b328d9c4cb2a755bf2ad17b8619ec57aedd
  • 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.8.4-rc.4


Layers

[#000] sha256:c9226d61d3bdbf9f09821b32f5878623b8daaa5fb4f875cb63c199f87a26d57e - 74.58% (1.54 GB)

[#001] sha256:e920b78002850882cc637991bf16e3cd3fdd45576cf3e930819c98f6b43518d3 - 23.22% (490 MB)

[#002] sha256:b7ff5728eef0fe8012a6490ba0a12a90f1c1c8456412be8499e2d51b8e3fe525 - 0.0% (1.09 KB)

[#003] sha256:50998ff9eb7d3e60802a77a7fa59d7a9f91b9f2313c9cdd8d5ff1543b2f90f41 - 0.0% (1.09 KB)

[#004] sha256:a5a4c8a5a6b20f4dbf389bb8e7cefe04de5008fa445606e6c0999907d0c46485 - 0.0% (1.09 KB)

[#005] sha256:d7a231148c096fa795b5feb407c29358814c7a9547d9f080b200d850d7620069 - 0.0% (1.07 KB)

[#006] sha256:b8aceb22a447ef373d155174892c251b6b480a916f46ed4e9825b36d9fbaec81 - 0.0% (1.1 KB)

[#007] sha256:2d5e53b7ad9b145d76f0da556ae92a8919a1d6e998164d135fc3c9f647f72edc - 1.27% (26.7 MB)

[#008] sha256:4c8c702624f183549669e67a963b60ae907c1ac4eb22cb48301aa40ed44ff27a - 0.94% (19.8 MB)

[#009] sha256:97870e57cea463d832a730add1292a997d7ebdfe0671d4052fe0a76724ca7765 - 0.0% (1.07 KB)

[#010] sha256:4718ad54cc4829e7c6bbb54416fa4944b9247447faf32e3362012826285db176 - 0.0% (1.07 KB)

[#011] sha256:a59fb952612179d64204ea3f3edc2ebb1ec4de27397857afb4f9b5d442fbf724 - 0.0% (1.1 KB)

[#012] sha256:3711f3278d0f86ec010fe181527f07cc245fa140793061ff1f2a226a10739f44 - 0.0% (1.07 KB)

[#013] sha256:6635ed7178f87e1e2d7f5a94819dbc35706ebff77d07dd92859f3918e353641b - 0.0% (1.07 KB)


History
2023-06-08 12:58:24 UTC

Apply image 10.0.17763.4499

2024-04-06 02:39:33 UTC

Install update 10.0.17763.5696

2024-04-23 08:36:59 UTC

cmd /S /C #(nop) ARG RELEASES

2024-04-23 08:36:59 UTC

cmd /S /C #(nop) ARG VERSION

2024-04-23 08:36:59 UTC

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

2024-04-23 08:37:00 UTC

cmd /S /C #(nop) ENV VERSION=v0.8.4-rc.4

2024-04-23 08:37:00 UTC

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

2024-04-23 08:37:38 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-04-23 08: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;

2024-04-23 08:38:05 UTC

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

2024-04-23 08:38:06 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2024-04-23T08:32:54Z

2024-04-23 08:38:06 UTC

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

2024-04-23 08:38:07 UTC

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

2024-04-23 08:38:07 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