Namespace
rancher
Image / Tag
fleet-agent:v0.9.2-windows-1809
Content Digest
sha256:351022ea47c032e6df433ebd630bf0c16d9e0d788e081afce7615d1f478f2fed
Details
Created

2024-03-22 16:07:00 UTC

Size

2.02 GB

Content Digest
Labels
  • org.opencontainers.image.created
    2024-03-22T16:05:56Z
  • org.opencontainers.image.revision
    e75c1fb498e3137ba39c2bdc4d59c9122f5ef9c6
  • 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.2


Layers

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

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

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

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

[#004] sha256:442c841bb4d3fab6d1d4ea8aa25c0bcab24c17cf3ff0c5cb1f550ca0f312c7ee - 0.0% (1.09 KB)

[#005] sha256:0868e447bae3f21076d21c2d41ca71027c36d403ce5b23cef79d1419658911a7 - 0.0% (1.09 KB)

[#006] sha256:900c37eabf58f43378425b3237d76b0c7e43313b8c1987ea6a1fc8a9193e10d1 - 0.0% (1.07 KB)

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

[#008] sha256:cd847e24e97e1d69039a6c4b0ac8dbbbb204005eed3edced92f84a428103ffbe - 0.95% (19.7 MB)

[#009] sha256:7fae0dfe541ed2beabef1c4970cda2eddb9ffba524d0b80a56ef42cc3ab5c508 - 0.0% (1.07 KB)

[#010] sha256:a7b1e0026d0a1d314b3231199286914954cc32ab08e47c726647ef6d10deb00f - 0.0% (1.07 KB)

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

[#012] sha256:28443424bc7e29a8c2444e2a157a08ae13ca565a79dc9dda6c29fc47c9db1d7f - 0.0% (1.06 KB)

[#013] sha256:94b5d4b9416bcba713ce1ce01a630ba1f4dea2040e6d9c44893d468dfb85669e - 0.0% (1.07 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-03-22 16:05:57 UTC

cmd /S /C #(nop) ARG RELEASES

2024-03-22 16:05:57 UTC

cmd /S /C #(nop) ARG VERSION

2024-03-22 16:05:58 UTC

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

2024-03-22 16:05:58 UTC

cmd /S /C #(nop) ENV VERSION=v0.9.2

2024-03-22 16:05:58 UTC

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

2024-03-22 16:06:33 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-03-22 16:06:58 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-03-22 16:06:58 UTC

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

2024-03-22 16:06:59 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2024-03-22T16:05:56Z

2024-03-22 16:06:59 UTC

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

2024-03-22 16:06:59 UTC

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

2024-03-22 16:07:00 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