Namespace
rancher
Image / Tag
fleet-agent:v0.7.0-rc.4-windows-ltsc2022
Content Digest
sha256:cb50e3ae5ca8affda49374b878176d58645df5092a587922a0d1e0b93d31dcdf
Details
Created

2023-06-05 12:31:55 UTC

Size

1.65 GB

Content Digest
Labels
  • org.opencontainers.image.created
    2023-06-05T12:28:27Z
  • org.opencontainers.image.revision
    ddbb43505e80247b818a418a89ae911590ce1fd9
  • 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.0-rc.4


Layers

[#000] sha256:6a0972e4a21b1e21e65ee97fd7f7b548b42f85db2bcb8c941555d9a7111d7e22 - 75.96% (1.25 GB)

[#001] sha256:fcfdcf7069fa97d174a5fc8b1cfffbf4f15099246e0d53770bf40a7268bd9b77 - 21.36% (361 MB)

[#002] sha256:56eb42044717b15b86e5cea3b82c436c65cb728a0311383a41e955d4787f75e6 - 0.0% (1.27 KB)

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

[#004] sha256:e1e0623750edf5e2f2afd6f1aceb26406eef7b1217a04b5457796d1e5e5647c2 - 0.0% (1.3 KB)

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

[#006] sha256:28218d859dce9c3ad05b391210f7b8f4c396f71bd499180c3bf0776842b9659f - 0.0% (1.3 KB)

[#007] sha256:6011093819c4148115d4ffd7963261e5e09c5e9a0fd10f778f9b4518a0af484c - 1.58% (26.7 MB)

[#008] sha256:9b29f791aa746559bf57e421b55ade3de9bff2e0281e463a345069cf567dd0ce - 1.1% (18.6 MB)

[#009] sha256:bc57c0d8e5d4e4fb5c0da6736b646fe2db3ba3c382febeee68a30b6115acbeb9 - 0.0% (1.29 KB)

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

[#011] sha256:822d72df061451dfd66785e793e3ba48dd0beed762cc6a5cfc18ae670a94463a - 0.0% (1.27 KB)

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

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


History
2023-01-06 23:47:40 UTC

Apply image 10.0.20348.1487

2023-05-05 13:22:05 UTC

Install update 10.0.20348.1726

2023-06-05 12:31:26 UTC

cmd /S /C #(nop) ARG RELEASES

2023-06-05 12:31:27 UTC

cmd /S /C #(nop) ARG VERSION

2023-06-05 12:31:27 UTC

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

2023-06-05 12:31:28 UTC

cmd /S /C #(nop) ENV VERSION=v0.7.0-rc.4

2023-06-05 12:31:28 UTC

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

2023-06-05 12:31:43 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-06-05 12:31:53 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-06-05 12:31:53 UTC

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

2023-06-05 12:31:54 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2023-06-05T12:28:27Z

2023-06-05 12:31:54 UTC

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

2023-06-05 12:31:55 UTC

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

2023-06-05 12:31:55 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