Namespace
rancher
Image / Tag
fleet-agent:v0.7.1-debug-1842-2-windows-ltsc2022
Content Digest
sha256:8d1b537ecf8de1bd2beab550748b9eb84ca3a4566dd09e213c71ff26f1ad76c8
Details
Created

2023-10-27 13:49:26 UTC

Size

1.78 GB

Content Digest
Labels
  • org.opencontainers.image.created
    2023-10-27T13:48:58Z
  • org.opencontainers.image.revision
    0b967954feb1800ebe1d701854513483eaca46ff
  • 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.7.1-debug-1842-2


Layers

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

[#001] sha256:e3d2471a50c8ec3ea61c16dd871f7b9167bf779faad2b6e5a6f72a18b88b846b - 24.71% (449 MB)

[#002] sha256:248ca35730cf19b93e3bbfc5a63b27f899735a7ac2676cbb31f528c2a71108e8 - 0.0% (1.33 KB)

[#003] sha256:9a0d06b1be05510db9e4df69ba4d7a9473654d13274851db3072f23f58ce4819 - 0.0% (1.27 KB)

[#004] sha256:7761ff39e23ba1bcecd56a71b2828d6f7fab7b661b76a0261ca04c956a480eca - 0.0% (1.26 KB)

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

[#006] sha256:68c87e5d899ff1da9e328755a4eac12b3e96205c8c5e170228303264b92f844e - 0.0% (1.3 KB)

[#007] sha256:78f152c3f0393788f2cef268dc74a7fd51e5546609da2b8d797725ff571ceab1 - 1.47% (26.7 MB)

[#008] sha256:fe6cfbfef965e9802a987785a56843c2d58a275f62f807bcf3bfe444c8a4a55f - 1.02% (18.6 MB)

[#009] sha256:1c50286e96cf20491bb986af2237d1b683a97d50ce83d2ac50d16b7e68a56952 - 0.0% (1.27 KB)

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

[#011] sha256:6982430bef67d74cc413b3a9e12eda53864fd31990e4b7af35393884a3946647 - 0.0% (1.27 KB)

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

[#013] sha256:342532a3291012358a1531ad8ac458cb7c8800bacb64a256870795e81796b5ea - 0.0% (1.29 KB)


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

Apply image 10.0.20348.1787

2023-10-06 21:59:31 UTC

Install update 10.0.20348.2031

2023-10-27 13:48:59 UTC

cmd /S /C #(nop) ARG RELEASES

2023-10-27 13:48:59 UTC

cmd /S /C #(nop) ARG VERSION

2023-10-27 13:49:00 UTC

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

2023-10-27 13:49:00 UTC

cmd /S /C #(nop) ENV VERSION=v0.7.1-debug-1842-2

2023-10-27 13:49:01 UTC

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

2023-10-27 13:49:15 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-10-27 13:49:23 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-10-27 13:49:23 UTC

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

2023-10-27 13:49:24 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2023-10-27T13:48:58Z

2023-10-27 13:49:25 UTC

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

2023-10-27 13:49:25 UTC

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

2023-10-27 13:49:26 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