Namespace
rancher
Image / Tag
fleet-agent:v0.8.0-rc.7-windows-ltsc2022
Content Digest
sha256:9fd269a086243ed5389f4ba3fd1baf9d4c370776891d17f77acc6e770d15c890
Details
Created

2023-08-04 14:53:12 UTC

Size

1.66 GB

Content Digest
Labels
  • org.opencontainers.image.created
    2023-08-04T14:49:01Z
  • org.opencontainers.image.revision
    ea40cfa4643f3917cde54d6018c5481ea0cb15f0
  • 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.7


Layers

[#000] sha256:7c76e5cf7755ce357ffb737715b0da6799a50ea468cc252c094f4d915d426b3f - 77.8% (1.29 GB)

[#001] sha256:c84a7416e1317a892f4786a89c62493b21df55e0e06b82a4bb007cc79df0f949 - 19.54% (333 MB)

[#002] sha256:32e52f787798113abd0ada1a3a2dc4fb40778661a779456909a6356f12dfeceb - 0.0% (1.27 KB)

[#003] sha256:0da5819374908a26b98eeede1b29183a6a11037791bc36db6f7266891eca0462 - 0.0% (1.26 KB)

[#004] sha256:9a96be39c4197519c8ee756353b57f28a3f2cc0f634509227c2fe17a29cba3f0 - 0.0% (1.29 KB)

[#005] sha256:55b2b53d5535e729c08d9395ad098162aa906c872f0664e74fb3c0debf3ea065 - 0.0% (1.29 KB)

[#006] sha256:19d19966a3273157bc4d145a46d2911f9c5644995343a05db9cdc45effb480dd - 0.0% (1.26 KB)

[#007] sha256:508e7c4c56f95bac1d6c6fda8bda561debf7f7791d3706ee07fb1e724172545f - 1.57% (26.7 MB)

[#008] sha256:e8e839a0aca3437da1143a5a2fe7b4c3633a43656e279089d3cee9ad168c4f64 - 1.09% (18.6 MB)

[#009] sha256:b64d086ad951c371202a2d6593cb3f7fe606483a38171fc5d21d492322837d07 - 0.0% (1.26 KB)

[#010] sha256:882f2bcece6d2da6277d853d8a7f323c4e1f083800afaf8f891ca4e9d3f52e38 - 0.0% (1.3 KB)

[#011] sha256:2edc70321c68f4f47de6a32a076e6e5c13de7e4719ca0d044a24a9fb6b3acc6a - 0.0% (1.26 KB)

[#012] sha256:9daa1468e91a7fe06e4353eb4434149c351fd9e243968f6c08ec40d8ff54cf81 - 0.0% (1.26 KB)

[#013] sha256:6bf9ed7cded3422ef5d3c07a0af270174372519952783fabe5c104604a2e6bee - 0.0% (1.26 KB)


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

Apply image 10.0.20348.1787

2023-07-07 21:29:32 UTC

Install update 10.0.20348.1850

2023-08-04 14:52:13 UTC

cmd /S /C #(nop) ARG RELEASES

2023-08-04 14:52:15 UTC

cmd /S /C #(nop) ARG VERSION

2023-08-04 14:52:16 UTC

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

2023-08-04 14:52:17 UTC

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

2023-08-04 14:52:19 UTC

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

2023-08-04 14:52:50 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-08-04 14:53:09 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-08-04 14:53:10 UTC

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

2023-08-04 14:53:11 UTC

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

2023-08-04 14:53:11 UTC

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

2023-08-04 14:53:12 UTC

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

2023-08-04 14:53:12 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