Namespace
rancher
Image / Tag
fleet-agent:v0.8.0-debug-1842-3-windows-1809
Content Digest
sha256:841baf28b6a5f42f503930362c9e5f08cff9bec49b5e6c672e9839eddc36d22a
Details
Created

2023-11-08 11:39:46 UTC

Size

1.94 GB

Content Digest
Labels
  • org.opencontainers.image.created
    2023-11-08T11:38:40Z
  • org.opencontainers.image.revision
    523e95571fb65a2e7befa0040fb4784bac8c18cc
  • 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.8.0-debug-1842-3


Layers

[#000] sha256:c9226d61d3bdbf9f09821b32f5878623b8daaa5fb4f875cb63c199f87a26d57e - 79.39% (1.54 GB)

[#001] sha256:1af2bcb37edaec1dd87fc4a6f7c9129ca37bf1f91b65eb365ba9d4c70473beea - 18.32% (363 MB)

[#002] sha256:b7a80e1e4ea5a7b9ba4c98414993670331e8ba4f96f0e3c66a9b361c0139ee00 - 0.0% (1.06 KB)

[#003] sha256:976130f42bf549e92798dd838e4f5acb9dc9f08ef243f13910645a5be4c04756 - 0.0% (1.07 KB)

[#004] sha256:00c2ea46ae1dee6285d76dfeca6e88d1d1db6e6d9689dabaa20bd78d7e4ddcd4 - 0.0% (1.08 KB)

[#005] sha256:c2aa9f4ff17d334529ea2987d0185fb597df2a8792d1cac1ed8165f48e8c569e - 0.0% (1.06 KB)

[#006] sha256:de823d3380a75f75c50216bb28db033accc98293d591e9892753e6b06a1b05e6 - 0.0% (1.06 KB)

[#007] sha256:b57fd4f8086c606c99af2c13636e6f0ab7d3b5f8c18fe2dad34da60961f21440 - 1.35% (26.7 MB)

[#008] sha256:2f37076e8aceab1db1b2c0cf14c3ffe115671331b9bc42d65e8c9de7ed6e8a48 - 0.94% (18.6 MB)

[#009] sha256:072ea63aeb3ae416db73d04e6f612f455871c6a9cfb038e7d4590a64b8380bd5 - 0.0% (1.06 KB)

[#010] sha256:ce0838a6dfce31ac01e2774fcef6af5dc5abdcc7966455c2812bc55b88948343 - 0.0% (1.07 KB)

[#011] sha256:8be989afbdbb21062be4c289d77856946f01e93e049fa73338fd654341cb7600 - 0.0% (1.06 KB)

[#012] sha256:4bfc706ffbcc56cbec10d20773b8a0271bc6f7f76ea3c2642d93bc386e6a0edf - 0.0% (1.09 KB)

[#013] sha256:f3f1c87e8968bb5b5796c4bf068b4d17d9c7e7a0b3fc90674d9da7170aa442c4 - 0.0% (1.06 KB)


History
2023-06-08 12:58:24 UTC

Apply image 10.0.17763.4499

2023-10-02 08:29:38 UTC

Install update 10.0.17763.4974

2023-11-08 11:38:42 UTC

cmd /S /C #(nop) ARG RELEASES

2023-11-08 11:38:42 UTC

cmd /S /C #(nop) ARG VERSION

2023-11-08 11:38:42 UTC

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

2023-11-08 11:38:43 UTC

cmd /S /C #(nop) ENV VERSION=v0.8.0-debug-1842-3

2023-11-08 11:38:43 UTC

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

2023-11-08 11:39:19 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-11-08 11:39: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-11-08 11:39:44 UTC

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

2023-11-08 11:39:44 UTC

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

2023-11-08 11:39:45 UTC

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

2023-11-08 11:39:45 UTC

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

2023-11-08 11:39:46 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