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

2023-05-16 11:36:37 UTC

Size

1.65 GB

Content Digest
Labels
  • org.opencontainers.image.created
    2023-05-16T11:32:38Z
  • org.opencontainers.image.revision
    f52a0e7d38aff531a1781d93610606f65633ef84
  • 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.3


Layers

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

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

[#002] sha256:35c93bf1a5e61301578ab2817aee8c225fa81d9e87af5b4cb153eaef99640a97 - 0.0% (1.27 KB)

[#003] sha256:906f37ceeb362cc436cf9723e4151bed0f55c07a76f488430bb247aa2ff978f2 - 0.0% (1.26 KB)

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

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

[#006] sha256:76eb4b47c140f58df2f8a9f3bd75568e7f9dee57f692afe87d64f07760dfeee6 - 0.0% (1.29 KB)

[#007] sha256:69fe2a3e4eb3e4f5295212248a1938d3a6f2357d333ef26d1941fe6d976668a6 - 1.58% (26.7 MB)

[#008] sha256:0e10cb03c0c1fc93dd826bc0e461dd153898e61ae1309a252a31ed9677e8317c - 1.1% (18.6 MB)

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

[#010] sha256:004ef999148c967e74c3cc4d4c8e87501dfbab6490114f07f5130d971a2c7f36 - 0.0% (1.27 KB)

[#011] sha256:542c72544893d6e752b34dfc08f191f4c6c2274d2d41bf07663f225fe8e7e534 - 0.0% (1.27 KB)

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

[#013] sha256:e6009e086ed6fa7dbdeca973b2867834e397cd3a59b4aca93e037b091ae9520d - 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-05-16 11:35:41 UTC

cmd /S /C #(nop) ARG RELEASES

2023-05-16 11:35:42 UTC

cmd /S /C #(nop) ARG VERSION

2023-05-16 11:35:43 UTC

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

2023-05-16 11:35:44 UTC

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

2023-05-16 11:35:45 UTC

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

2023-05-16 11:36:17 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-05-16 11:36:35 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-05-16 11:36:36 UTC

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

2023-05-16 11:36:36 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2023-05-16T11:32:38Z

2023-05-16 11:36:37 UTC

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

2023-05-16 11:36:37 UTC

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

2023-05-16 11:36:37 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