Namespace
rancher
Image / Tag
fleet-agent:v0.8.0-windows-1809
Content Digest
sha256:9b4634e3255f170d21c4a4c8ee5abe4a08d7bdfab192911ce6bd1da76e981d4d
Details
Created

2023-09-11 15:10:19 UTC

Size

1.9 GB

Content Digest
Labels
  • org.opencontainers.image.created
    2023-09-11T15:09:32Z
  • org.opencontainers.image.revision
    23e1c146755af159dafd3c88d4b92094772c99fc
  • 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


Layers

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

[#001] sha256:b95f433aa7d90194e65f6b08a599b3ee12292e124d47c204107baedfd71054c1 - 16.9% (329 MB)

[#002] sha256:5f830b1dc5f90b88067937c8b18bf97f5f59bd473fb284746b5c031f3d71d6fc - 0.0% (1.06 KB)

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

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

[#005] sha256:f6832b137857444c83db29dc13551581dd6a089bc179d14aeff6a1db781e4bb3 - 0.0% (1.07 KB)

[#006] sha256:78bb507740fe135b92c95c709754277f2ffc9c7f1c92b55439a17901ed8e3dce - 0.0% (1.07 KB)

[#007] sha256:919e2d99156fcf92184bf1a4cf6729d9f0aaa1150018eeb2e85cdde785de0868 - 1.37% (26.7 MB)

[#008] sha256:18fbce16faf3407e0c5abcf1ae8e0f64d7191c4a865430d7f2b3f8cd37a70af0 - 0.95% (18.6 MB)

[#009] sha256:8bd99f5766c7233edfaf058c4325b425d806cdb2cd49ec37f753f13f477655ea - 0.0% (1.08 KB)

[#010] sha256:ec9ce080de59305267cd226540e8d06a1334b39876b37c4903f9e9824b70d0c3 - 0.0% (1.06 KB)

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

[#012] sha256:2f14b13863ae9f9096d654a433f793174b0c8166ba69affb6dde5703dd0e8215 - 0.0% (1.07 KB)

[#013] sha256:3707f1db50e759f2a47ae2908da4af0a406d5208cb9207f6bbfa4c18de71ae93 - 0.0% (1.06 KB)


History
2023-06-08 12:58:24 UTC

Apply image 10.0.17763.4499

2023-08-02 09:07:15 UTC

Install update 10.0.17763.4737

2023-09-11 15:09:33 UTC

cmd /S /C #(nop) ARG RELEASES

2023-09-11 15:09:33 UTC

cmd /S /C #(nop) ARG VERSION

2023-09-11 15:09:33 UTC

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

2023-09-11 15:09:34 UTC

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

2023-09-11 15:09:34 UTC

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

2023-09-11 15:10:08 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-09-11 15:10:17 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-09-11 15:10:17 UTC

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

2023-09-11 15:10:17 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2023-09-11T15:09:32Z

2023-09-11 15:10:18 UTC

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

2023-09-11 15:10:18 UTC

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

2023-09-11 15:10:19 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