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

2023-02-15 17:29:47 UTC

Size

1.57 GB

Content Digest
Labels
  • org.opencontainers.image.created
    2023-02-15T17:26:11Z
  • org.opencontainers.image.revision
    8eaefb72132b5e0fd3c417e745541869e6d46b11
  • 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.3


Layers

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

[#001] sha256:c4a9d67ee64f14876f75023cb4c4f1082cd18da121e2b8ba330c297e38ef431c - 17.0% (272 MB)

[#002] sha256:8d227ed2ed361352a2031561e05d67156eb3eda66ed03764c21d15c2fa45a05e - 0.0% (1.27 KB)

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

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

[#005] sha256:9182ccda4768a3ce25c36257a338ba4862ca3c903f0dd77b88faa801f79c9190 - 0.0% (1.29 KB)

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

[#007] sha256:eedbafa62cba7dd37a54b0437044321dae9bd2b4b6f44405b56e152bd9127299 - 1.69% (27 MB)

[#008] sha256:578f27dd416af5302fb6322eff2d77fe7234f252e52e0cbb6fb755eacf77cef2 - 1.14% (18.3 MB)

[#009] sha256:40e4ddd23a4754f8f4d8453492a2e1a10e894153c5d668ed2fca8ea0c618357b - 0.0% (1.26 KB)

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

[#011] sha256:58d8fc98ed1c828294ebc46909fe40cea3c562b5a0909663905bd04cfc9064e1 - 0.0% (1.29 KB)

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

[#013] sha256:da613d239beb01904a01712da37ba4ab344542b2a1a4d07f36669c09dfd5bedf - 0.0% (1.26 KB)


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

Apply image 10.0.20348.1487

2023-02-07 11:42:22 UTC

Install update 10.0.20348.1547

2023-02-15 17:29:07 UTC

cmd /S /C #(nop) ARG RELEASES

2023-02-15 17:29:07 UTC

cmd /S /C #(nop) ARG VERSION

2023-02-15 17:29:07 UTC

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

2023-02-15 17:29:08 UTC

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

2023-02-15 17:29:08 UTC

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

2023-02-15 17:29:25 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-02-15 17:29:44 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-02-15 17:29:45 UTC

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

2023-02-15 17:29:45 UTC

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

2023-02-15 17:29:46 UTC

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

2023-02-15 17:29:46 UTC

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

2023-02-15 17:29:47 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