Namespace
rancher
Image / Tag
fleet-agent:v0.9.3-rc.1-windows-ltsc2022
Content Digest
sha256:3e6b757275d383819b6e9ae75a4533b630c3f81ab319af2cb4c6d7be150b72ba
Details
Created

2024-04-08 14:19:58 UTC

Size

1.87 GB

Content Digest
Labels
  • org.opencontainers.image.created
    2024-04-08T14:19:29Z
  • 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:7c76e5cf7755ce357ffb737715b0da6799a50ea468cc252c094f4d915d426b3f - 69.21% (1.29 GB)

[#001] sha256:a61557bf66429be9509f579104808d2853f8f7aefbd49ef26f5f2a90266c46f5 - 28.35% (543 MB)

[#002] sha256:25b72716a1b5653901c8be30af718d506379b77d469444fcfa9817c44a312eb3 - 0.0% (1.26 KB)

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

[#004] sha256:5c20f6c6756c153e3d8fcf69916761647c38113e3969575c99c230a741fddcc0 - 0.0% (1.27 KB)

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

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

[#007] sha256:04113a31e9c9c622dd677677c0427898d0a46c2d4df11096aa163c6dd836f99c - 1.4% (26.7 MB)

[#008] sha256:1b5df97ef6bdf14594b10e55b6f6a6c0cd6e825abefe828c109cff4960c1d9a5 - 1.03% (19.8 MB)

[#009] sha256:164664e1c4d89fbc40445aec45cdf87e785a6698401bc7cfcf75d04aa3799548 - 0.0% (1.3 KB)

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

[#011] sha256:589777a8108fd2c01ffd7936393e1773ccf57b15ea893515653ca978960dfdbf - 0.0% (1.27 KB)

[#012] sha256:7a3c04142a82aefd3848490abad7ea79742dc50078c449d6ae91ee396146f9c0 - 0.0% (1.29 KB)

[#013] sha256:3ddb5e0629bad5dee7f41f7b548589c7572ad0d3c53b406ac651a5476a50f691 - 0.0% (1.3 KB)


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

Apply image 10.0.20348.1787

2024-03-05 19:55:40 UTC

Install update 10.0.20348.2340

2024-04-08 14:19:30 UTC

cmd /S /C #(nop) ARG RELEASES

2024-04-08 14:19:30 UTC

cmd /S /C #(nop) ARG VERSION

2024-04-08 14:19:31 UTC

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

2024-04-08 14:19:31 UTC

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

2024-04-08 14:19:32 UTC

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

2024-04-08 14:19:47 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:19:56 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:19:56 UTC

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

2024-04-08 14:19:57 UTC

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

2024-04-08 14:19:57 UTC

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

2024-04-08 14:19:58 UTC

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

2024-04-08 14:19:58 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