Namespace
rancher
Image / Tag
fleet-agent:v0.9.1-rc.4-windows-ltsc2022
Content Digest
sha256:10508e248bdf6f6d6e53489f06a3df42cdfccf4df867056e450d82c62b9308b7
Details
Created

2024-02-14 07:31:55 UTC

Size

1.82 GB

Content Digest
Labels
  • org.opencontainers.image.created
    2024-02-14T07:28:12Z
  • org.opencontainers.image.revision
    2c6b1019687c6d26893a4d0aea2119d7d2ed3c1f
  • 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.1-rc.4


Layers

[#000] sha256:7c76e5cf7755ce357ffb737715b0da6799a50ea468cc252c094f4d915d426b3f - 70.87% (1.29 GB)

[#001] sha256:855fa6b82f2f8fea22646f0d4aa228ea8cbb8bc562afd14a163a8f3d0eb010e1 - 26.64% (498 MB)

[#002] sha256:d959942f6ab0bcf87b74e98521d6ed56a0acbcb1abe8c813713da4eca1635ab3 - 0.0% (1.3 KB)

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

[#004] sha256:195e02463d5200a887454eeb55431bd94b387bbc35701c1b1d6b80196bfeadcd - 0.0% (1.27 KB)

[#005] sha256:f8fa3bd70009b055ff0621beb970162dcf3e88be88593d0afa9653455b6228ce - 0.0% (1.29 KB)

[#006] sha256:5dc931446ceccd7d3113d23923ccce4e35383aa7f0ec299585c433cf26de2aca - 0.0% (1.27 KB)

[#007] sha256:88f9a7b63da290b2c3821fcc67b2b8f9afd19bffe1def1ecbed18460a4518a82 - 1.43% (26.7 MB)

[#008] sha256:4272b0413e72786d4f5547f58fe15d3a0082ac55ade614bb461b6b01911c2005 - 1.06% (19.7 MB)

[#009] sha256:0e42e8efbb52693dc712894fc4fb744c0d4d56b6d5269da2509ac3514c6d7809 - 0.0% (1.3 KB)

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

[#011] sha256:416e6c429ca17f5f1a1ef2871654b0c587a345544d0de59a5d3d781f63845f17 - 0.0% (1.31 KB)

[#012] sha256:8fc7bda5062ae09e9e798def4c3ea1ab804347b7e65c870fce5172bedd625319 - 0.0% (1.27 KB)

[#013] sha256:99ccda07c59e6def342f1cf8d5bfb1eea610a3d95f06ba1e9d6d746c4165512d - 0.0% (1.3 KB)


History
2023-06-08 12:55:20 UTC

Apply image 10.0.20348.1787

2024-02-07 06:55:59 UTC

Install update 10.0.20348.2322

2024-02-14 07:31:25 UTC

cmd /S /C #(nop) ARG RELEASES

2024-02-14 07:31:25 UTC

cmd /S /C #(nop) ARG VERSION

2024-02-14 07:31:26 UTC

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

2024-02-14 07:31:26 UTC

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

2024-02-14 07:31:27 UTC

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

2024-02-14 07:31:42 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-02-14 07:31:52 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-02-14 07:31:52 UTC

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

2024-02-14 07:31:53 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2024-02-14T07:28:12Z

2024-02-14 07:31:54 UTC

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

2024-02-14 07:31:54 UTC

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

2024-02-14 07:31:55 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