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

2023-09-26 09:57:01 UTC

Size

1.76 GB

Content Digest
Labels
  • org.opencontainers.image.created
    2023-09-26T09:53:21Z
  • org.opencontainers.image.revision
    a0460d1b10f5a71a5d26c3c0df50946b5cece9d8
  • 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.9.0-rc.3


Layers

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

[#001] sha256:feca8e06011ab171ad74cda49c7c305e791965aef283d5b7c2b987dd5388e6c7 - 23.79% (428 MB)

[#002] sha256:2205863a0ec30c8dc7e454e66abc5634a0ca0c990f858253fa1805f1296618ef - 0.0% (1.27 KB)

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

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

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

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

[#007] sha256:01621753685a2690bab5f06293f514f816c2a99abaccea660c49ca5c03f07c49 - 1.49% (26.7 MB)

[#008] sha256:33fb709e0b13232401df234fe295289bfbf51e94b83e5865b41e4d175351d4bd - 1.1% (19.7 MB)

[#009] sha256:9a2aaaa48ff184ff6658903c84ce48ba4b370c62562ea1723e14a5b831de0d9e - 0.0% (1.31 KB)

[#010] sha256:36e58a595e889c5a1291eb88f6a218244071556aee05e807644737608bf54328 - 0.0% (1.27 KB)

[#011] sha256:b259b92ce9130a7ae7f76cb4ab587f3a8f8ba52206d49bfa79a26f00ec48cb82 - 0.0% (1.26 KB)

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

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


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

Apply image 10.0.20348.1787

2023-09-01 00:43:48 UTC

Install update 10.0.20348.1970

2023-09-26 09:56:28 UTC

cmd /S /C #(nop) ARG RELEASES

2023-09-26 09:56:29 UTC

cmd /S /C #(nop) ARG VERSION

2023-09-26 09:56:29 UTC

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

2023-09-26 09:56:30 UTC

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

2023-09-26 09:56:30 UTC

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

2023-09-26 09:56:47 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-09-26 09:56:57 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-09-26 09:56:58 UTC

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

2023-09-26 09:56:58 UTC

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

2023-09-26 09:56:59 UTC

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

2023-09-26 09:56:59 UTC

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

2023-09-26 09:57:01 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