Namespace
rancher
Image / Tag
fleet-agent:v0.9.3-rc.1-windows-1809
Content Digest
sha256:2b05f44928eff175a48db3dc0ef2dabb9d2ea91c781da18173c02aab70ed09d1
Details
Created

2024-04-08 14:18:40 UTC

Size

2.02 GB

Content Digest
Labels
  • org.opencontainers.image.created
    2024-04-08T14:13:51Z
  • org.opencontainers.image.revision
    cd9f7a1085c93a2d9ee86d22868cfd51de96e244
  • 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.9.3-rc.1


Layers

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

[#001] sha256:a22a88a4a0d197cb745939f382a7898094af0a089fce3173f283651a01da996b - 21.83% (452 MB)

[#002] sha256:ace9241377394965b1f78aa7de506317d3f3d515c421ab78c39296b8440d3f99 - 0.0% (1.07 KB)

[#003] sha256:7fd42ddb9586d72034c4cfdcb40ec771cadf5bcfedfdd5e2f71f85a7822a998a - 0.0% (1.07 KB)

[#004] sha256:82643b485ccbbf1e9e03cdf30a543980520809ab18f49a03b9e71206a64473ce - 0.0% (1.06 KB)

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

[#006] sha256:fcbbfedb9ce3463990d2a900692ad7752949da24d24369cce0ec63bf5e61a424 - 0.0% (1.09 KB)

[#007] sha256:b440b52fd600ca39374c18bbc7798888d0e0e0c583f8c32b00fb0778f4f420e7 - 1.29% (26.7 MB)

[#008] sha256:a5c5d42b66c6b34c56740b5480fd9a11c6da0c3758225917a74a12448deaec7a - 0.95% (19.8 MB)

[#009] sha256:9516f1165ac04cf99d3b6b5cba1298105d9f47cb4f8c10ea504dec9d8c0c7dd6 - 0.0% (1.07 KB)

[#010] sha256:a0950a8ca6e4f05a95b834cdbeab4f1281774676d3a384df1aaa776443af8326 - 0.0% (1.09 KB)

[#011] sha256:95983a11bfd01053ba4cccf6fdefe8b1c90af6ad708a76f5ba5233e4e851014c - 0.0% (1.09 KB)

[#012] sha256:7711ea020801b319012700d383b3c13afe87d1fe9764252952db32faf8f869f6 - 0.0% (1.07 KB)

[#013] sha256:d1703ba714694e349eb794d1bbe822fb24fd8a8397d99bb59f0ad817dbc4f98e - 0.0% (1.09 KB)


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

Apply image 10.0.17763.4499

2024-03-04 01:18:21 UTC

Install update 10.0.17763.5576

2024-04-08 14:17:41 UTC

cmd /S /C #(nop) ARG RELEASES

2024-04-08 14:17:41 UTC

cmd /S /C #(nop) ARG VERSION

2024-04-08 14:17:42 UTC

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

2024-04-08 14:17:42 UTC

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

2024-04-08 14:17:42 UTC

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

2024-04-08 14:18:13 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-08 14:18:38 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-08 14:18:38 UTC

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

2024-04-08 14:18:39 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2024-04-08T14:13:51Z

2024-04-08 14:18:39 UTC

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

2024-04-08 14:18:39 UTC

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

2024-04-08 14:18:40 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