Namespace
rancher
Image / Tag
fleet-agent:v0.8.0-debug-1842-5-windows-ltsc2022
Content Digest
sha256:57d03ea75173804e1439770aa88cf7e421cedc0961b1ac335b147fb350716d03
Details
Created

2023-11-15 16:43:23 UTC

Size

1.8 GB

Content Digest
Labels
  • org.opencontainers.image.created
    2023-11-15T16:39:39Z
  • org.opencontainers.image.revision
    7975f1e1a52d54f9d7ca8df0e3477d4841e71183
  • 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-5


Layers

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

[#001] sha256:7989ef2c4cfb06d845746a3c3660481ea84d3f5c8216041855ce528f0ac4015c - 25.76% (475 MB)

[#002] sha256:d54e2e297bfe35a7238176ac923d6b608f643ec8645f78b5af1f30b4e6293002 - 0.0% (1.31 KB)

[#003] sha256:62cd837b1ed1fdd9f7066be27958869fcb7c088d0734c491e556fd77bcfdc4f8 - 0.0% (1.26 KB)

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

[#005] sha256:d0bed5f8758d5fa1cad5afdd91b4e3531318b7bac7f0950095c48a93ed6c6522 - 0.0% (1.27 KB)

[#006] sha256:2e100c6f75453033b3d20ebef7695ec6207cd5f69fb6c3cffb054751860ce03d - 0.0% (1.27 KB)

[#007] sha256:a8425ec880f6d1a7c30d3b22b9c564c19b18b9b4ffd15a2bd5d59227214619a4 - 1.45% (26.7 MB)

[#008] sha256:2bd4822a285af1b7d294ff611d5442aa63074f7ae6a651682037ec1477ff251b - 1.01% (18.6 MB)

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

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

[#011] sha256:2eae47fa216a5bb58bb32978be52b5708528d0b2feec9b73ff12b9e5e9855928 - 0.0% (1.29 KB)

[#012] sha256:ba36ad48304555e659d363418a7db3069cf9b25886c6c38270312fe232969bd6 - 0.0% (1.3 KB)

[#013] sha256:8cd00a361aa941b02490ac5d861b4e9711d16afe80787c51a11e5afa20337aca - 0.0% (1.27 KB)


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

Apply image 10.0.20348.1787

2023-11-09 06:47:20 UTC

Install update 10.0.20348.2113

2023-11-15 16:42:53 UTC

cmd /S /C #(nop) ARG RELEASES

2023-11-15 16:42:53 UTC

cmd /S /C #(nop) ARG VERSION

2023-11-15 16:42:54 UTC

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

2023-11-15 16:42:54 UTC

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

2023-11-15 16:42:55 UTC

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

2023-11-15 16:43:11 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-11-15 16:43:20 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-11-15 16:43:21 UTC

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

2023-11-15 16:43:21 UTC

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

2023-11-15 16:43:22 UTC

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

2023-11-15 16:43:22 UTC

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

2023-11-15 16:43:23 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