Namespace
rancher
Image / Tag
fleet-agent:v0.8.0-debug-1842-1-windows-ltsc2022
Content Digest
sha256:35b19f8c91e2850daef34877c3932d1b1fa1b61560831ac694222805485e35b1
Details
Created

2023-10-16 12:30:12 UTC

Size

1.78 GB

Content Digest
Labels
  • org.opencontainers.image.created
    2023-10-16T12:26:09Z
  • org.opencontainers.image.revision
    8fb2502156b7d6655e0e3555437ab77a6662d046
  • 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-debug-1842-1


Layers

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

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

[#002] sha256:239ee06ebd4086178769e400daf70b5764f7233ec21fc02b48de53ec6d9526b1 - 0.0% (1.27 KB)

[#003] sha256:40f46c43c0b010f2412ef25cb6bd429dedce5fa210e54b20914fd7cc9c482fee - 0.0% (1.28 KB)

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

[#005] sha256:5c64b8b84bd3a5ce4c2b83e8060a0f00d5ae2392638b2e6761421ab784bd9170 - 0.0% (1.29 KB)

[#006] sha256:837b7fb50e2abf946d3388a2b9d5033c826f2f246411600017adb96eb4922926 - 0.0% (1.3 KB)

[#007] sha256:1929f2f57abd9a8442897a05c65bd991cc322b31670788a2e81c6802d832823c - 1.47% (26.7 MB)

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

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

[#010] sha256:cbf57f87d4fbb4f22ab1f80c7a763cab63d726f3a575ee66dedd5c5cf2686a2d - 0.0% (1.26 KB)

[#011] sha256:559729107557d297b5fb8b039ac1fa633848addaf3bec9e2fbd20f1f567ba0a0 - 0.0% (1.29 KB)

[#012] sha256:01a00b1740ea41459016c9c422a822cd547d91ea76a715ccbfeb82f08ed48a0a - 0.0% (1.27 KB)

[#013] sha256:1a1759891b6513aadf94b07becd86a5a032d842f8b79db1b70000809a0b8455e - 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-16 12:29:40 UTC

cmd /S /C #(nop) ARG RELEASES

2023-10-16 12:29:41 UTC

cmd /S /C #(nop) ARG VERSION

2023-10-16 12:29:41 UTC

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

2023-10-16 12:29:42 UTC

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

2023-10-16 12:29:42 UTC

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

2023-10-16 12:30:00 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-16 12:30:10 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-16 12:30:10 UTC

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

2023-10-16 12:30:10 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2023-10-16T12:26:09Z

2023-10-16 12:30:11 UTC

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

2023-10-16 12:30:11 UTC

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

2023-10-16 12:30: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