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

2023-02-17 13:35:55 UTC

Size

1.57 GB

Content Digest
Labels
  • org.opencontainers.image.created
    2023-02-17T13:32:32Z
  • org.opencontainers.image.revision
    9274a5a8d7bb0f99bf234f9566f7d3c3526d5edc
  • 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.4


Layers

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

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

[#002] sha256:7da3c754545a127a4223cbb0a0b8551307f894aa5133b5cb6fc19f3360cb8646 - 0.0% (1.26 KB)

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

[#004] sha256:8cbe2427d1d45f4881bd59164316f6f3a369802c5e6076fef8dac6fd57e36347 - 0.0% (1.26 KB)

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

[#006] sha256:8b912f6c97cd266b761cfe063e3f4692ecb083b8c1ffbda65ccec36ce6576548 - 0.0% (1.26 KB)

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

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

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

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

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

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

[#013] sha256:56d7d5c4cce4643e7ea96978631e721dc25ff04ee2e2a8eb0172d850167937fc - 0.0% (1.27 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-17 13:35:26 UTC

cmd /S /C #(nop) ARG RELEASES

2023-02-17 13:35:26 UTC

cmd /S /C #(nop) ARG VERSION

2023-02-17 13:35:26 UTC

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

2023-02-17 13:35:27 UTC

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

2023-02-17 13:35:27 UTC

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

2023-02-17 13:35:44 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-17 13:35: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-02-17 13:35:53 UTC

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

2023-02-17 13:35:53 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2023-02-17T13:32:32Z

2023-02-17 13:35:54 UTC

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

2023-02-17 13:35:54 UTC

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

2023-02-17 13:35: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