Namespace
rancher
Image / Tag
fleet-agent:v0.8.0-rc.3-windows-ltsc2022
Content Digest
sha256:77c1df8859a57750bb0d44633da0fe7b4ad6c0547f19696fefefa65fc3070f29
Details
Created

2023-07-07 16:07:36 UTC

Size

1.37 GB

Content Digest
Labels
  • org.opencontainers.image.created
    2023-07-07T16:04:55Z
  • org.opencontainers.image.revision
    7456fa93d2b700547e738316a43b2a3cddd427c8
  • 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.0-rc.3


Layers

[#000] sha256:0ce49598e7371c2c318cfa408f639c917d1f43843fb9e0a3316db1ba7fbb14db - 96.78% (1.33 GB)

[#001] sha256:232273eb4609d389bde5e042ee382e5743a20b90517e8573b3fb1d21be528d1b - 0.0% (1.26 KB)

[#002] sha256:4efb4fcafe48427b0c3897d298097aabc10cf51b84f5b510115a18287d73f1dc - 0.0% (1.29 KB)

[#003] sha256:a34a32d129643867b1e3eaccec0ff0064ffc2ed71541e1af0c33b1638f287b53 - 0.0% (1.28 KB)

[#004] sha256:87428d2cdc890094f64fe4443acbc44850685e0d892cd46db59ffb8306de6e06 - 0.0% (1.26 KB)

[#005] sha256:fd8109161e4cffbf0f77f4b0baa8d26522b4a6cf1a09bfedbf4eee5a28e9c7e7 - 0.0% (1.26 KB)

[#006] sha256:a0567ba933a4118678e5e3565e43cb91ed488da91d5a33637a49db759837a3b9 - 1.89% (26.6 MB)

[#007] sha256:d417f9ffc6df8f5bde5af2a22936d2bafadf8401448fb2793a94eaedcec905dd - 1.32% (18.6 MB)

[#008] sha256:9f7613b8ceac8f6997b6b272d2ec27835571cb8af4d8fe487a6aa6f5503ba69b - 0.0% (1.26 KB)

[#009] sha256:88ee6dd0681d04f875c29dfaf1eb99c137a567e902e05d61ef9d09b2a91dc10a - 0.0% (1.27 KB)

[#010] sha256:41f2b76e3fbd884637cb8efd9ad3aba98977eed963e9a616cb3d2a10f475388a - 0.0% (1.29 KB)

[#011] sha256:58c656e00f09943240b9258a34281ccbae130c37bc7a03559b2bc43128ffafa0 - 0.0% (1.27 KB)

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


History
2023-06-21 08:51:34 UTC

Apply image 10.0.20348.1787

2023-07-07 16:07:09 UTC

cmd /S /C #(nop) ARG RELEASES

2023-07-07 16:07:10 UTC

cmd /S /C #(nop) ARG VERSION

2023-07-07 16:07:10 UTC

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

2023-07-07 16:07:10 UTC

cmd /S /C #(nop) ENV VERSION=v0.8.0-rc.3

2023-07-07 16:07:11 UTC

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

2023-07-07 16:07:25 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;

2023-07-07 16:07:34 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;

2023-07-07 16:07:34 UTC

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

2023-07-07 16:07:35 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2023-07-07T16:04:55Z

2023-07-07 16:07:35 UTC

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

2023-07-07 16:07:36 UTC

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

2023-07-07 16:07:36 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