Namespace
rancher
Image / Tag
fleet-agent:v0.3.10-rc4-windows-ltsc2022
Content Digest
sha256:bd0b938321f537fbf382a164d8c3ae1fe8e253d745ca9b646e3beb6a70637a3d
Details
Created

2022-07-19 14:39:38 UTC

Size

2.19 GB

Content Digest
Labels
  • org.opencontainers.image.created
    2022-07-19T14:35:03Z
  • org.opencontainers.image.revision
    8e11054db6e92ac927d28992801baf8adfdcd8a9
  • 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.10-rc4


Layers

[#000] sha256:97f65a0ec59e643faf84024aa713a9be059322380315fda829756bbbd96d6258 - 61.18% (1.34 GB)

[#001] sha256:e1a27cb9d4615dec325f2cbabac4ca1f65413bdbb8b440cc961df032993a9b81 - 36.76% (823 MB)

[#002] sha256:4650e9f595ae90cf22562a126d809a70de1bb8d9004b815876117fff7575eec6 - 0.0% (1.29 KB)

[#003] sha256:3ba3b454cf1fd8a5b1fcd8dbd875387ceb8ecbac8b98543ea3f5d1d156ca1833 - 0.0% (1.3 KB)

[#004] sha256:2c0bda6bad3ccdd6ff3fcba2887b4fd8d173d5c96128e60f5f646719e84de340 - 0.0% (1.29 KB)

[#005] sha256:f89eee253663a01ca0bed0e395bfa1d0f9d12f60305f572903f85637bdb752de - 0.0% (1.3 KB)

[#006] sha256:c7af2fdb58d124925a37496895ae68ef3f6cc14c1c32f27db7e7964d4f5e9f37 - 0.0% (1.29 KB)

[#007] sha256:a530791e272ee327908d6ce753933f7ea1e6c4812eb58c487dae826ec29f045f - 1.2% (26.9 MB)

[#008] sha256:9a0842de8faa15eba703a9e33431c11e5aed8206cba292d0d42590b349d6294b - 0.85% (19 MB)

[#009] sha256:59517baba7a8964edefbf87da74775fa32aa8de61cdfa63b445dc49234bd2e70 - 0.0% (1.27 KB)

[#010] sha256:b2725340ff86e305eb5aee6c8c8fb7a0085f9e34f0303bc5121caf8108d0201b - 0.0% (1.27 KB)

[#011] sha256:5f5a4dd5965f3df3181f3cb4ea430205c2f69b0c6b35ee5d1278ff22637f307f - 0.0% (1.27 KB)

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

[#013] sha256:61f7b335cf568e4842c0b19f0b18a10eb42b4b8401a4c59de608d4757b51b4f6 - 0.0% (1.27 KB)


History
2022-04-22 01:12:09 UTC

Apply image 10.0.20348.643

2022-07-04 17:46:55 UTC

Install update 10.0.20348.825

2022-07-19 14:39:00 UTC

cmd /S /C #(nop) ARG RELEASES

2022-07-19 14:39:00 UTC

cmd /S /C #(nop) ARG VERSION

2022-07-19 14:39:01 UTC

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

2022-07-19 14:39:01 UTC

cmd /S /C #(nop) ENV VERSION=v0.3.10-rc4

2022-07-19 14:39:02 UTC

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

2022-07-19 14:39:20 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-07-19 14:39:30 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-07-19 14:39:32 UTC

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

2022-07-19 14:39:34 UTC

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

2022-07-19 14:39:35 UTC

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

2022-07-19 14:39:36 UTC

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

2022-07-19 14:39:38 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