Namespace
rancher
Image / Tag
fleet-agent:v0.6.0-rc.2-windows-ltsc2022
Content Digest
sha256:414a1215aedf8b2400aafdc433c1ebde5239d836b5c9e265d045a9242d887bbf
Details
Created

2023-01-26 14:32:43 UTC

Size

1.3 GB

Content Digest
Labels
  • org.opencontainers.image.created
    2023-01-26T14:30:21Z
  • org.opencontainers.image.revision
    2312ff8f8823320629769f9ab408472ed58c2442
  • 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.6.0-rc.2


Layers

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

[#001] sha256:fd030327cd130e3d85ed05828254489a8fbb847405b7fbaf23e84ab225298760 - 0.0% (1.27 KB)

[#002] sha256:6f09ad7eb96ed55bd463722f0f776af97213ad16eb5ffd8d7df9733a9eded340 - 0.0% (1.26 KB)

[#003] sha256:b7940248e3e2817cb4e3fcabeb885876c4be2455534d4d9e0e7b113cca88d9b8 - 0.0% (1.29 KB)

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

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

[#006] sha256:6e5cc0934a882742d47ca18f0746e47196ed3d90dd6bbe34cb7f6747cd13bb6e - 2.02% (26.9 MB)

[#007] sha256:0c723bf19ee908a92700789070ef22e9bd85ebfca5a284b18d9ce986f9b20a28 - 1.37% (18.3 MB)

[#008] sha256:54096e37327e800ab591e6bdbd2067f78618ead8902ef629a54dfba033278716 - 0.0% (1.26 KB)

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

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

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

[#012] sha256:490e5a84c6af8f8e17afd00b5750ce54e647769e97405eb24b2fb61af5c7a45b - 0.0% (1.29 KB)


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

Apply image 10.0.20348.1487

2023-01-26 14:32:16 UTC

cmd /S /C #(nop) ARG RELEASES

2023-01-26 14:32:16 UTC

cmd /S /C #(nop) ARG VERSION

2023-01-26 14:32:17 UTC

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

2023-01-26 14:32:17 UTC

cmd /S /C #(nop) ENV VERSION=v0.6.0-rc.2

2023-01-26 14:32:18 UTC

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

2023-01-26 14:32:32 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-01-26 14:32:41 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-01-26 14:32:41 UTC

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

2023-01-26 14:32:42 UTC

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

2023-01-26 14:32:42 UTC

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

2023-01-26 14:32:43 UTC

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

2023-01-26 14:32:43 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