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

2023-11-08 11:43:47 UTC

Size

1.94 GB

Content Digest
Labels
  • org.opencontainers.image.created
    2023-11-08T11:39:04Z
  • org.opencontainers.image.revision
    4bc505e11b33b577f89fb87b022260477192f6eb
  • 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.7.1-debug-1842-3


Layers

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

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

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

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

[#004] sha256:e0eed3e8c9c28af44e09a82a5c7b7cac9d2bc21d106dd0792905465436c68321 - 0.0% (1.06 KB)

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

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

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

[#008] sha256:1d3f561666b0c5f73f31532e50f251d23f168a184b75c0604d53953aeb144b2c - 0.94% (18.6 MB)

[#009] sha256:25b04d9fd4d692b8f7e0c826c34aac1751bacdd0d3e87d883211638ba66bb709 - 0.0% (1.06 KB)

[#010] sha256:1dcd94747a4c4848b33070d739859b117ebb37fb5b040a714f2010d7aa990cce - 0.0% (1.09 KB)

[#011] sha256:64eb46eddb45ea33449682c531c8cdf7203762174fcbcd6919f2dcfcd94e5e18 - 0.0% (1.06 KB)

[#012] sha256:c78d9a4107d1445b3e149e0620e61bdbb861f596ce5f24f96bf67746bdb941b7 - 0.0% (1.07 KB)

[#013] sha256:0456f5ea5a78145785006da1f017692009aa5be3dd29b47060b56a3896ab2745 - 0.0% (1.1 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:42:46 UTC

cmd /S /C #(nop) ARG RELEASES

2023-11-08 11:42:46 UTC

cmd /S /C #(nop) ARG VERSION

2023-11-08 11:42:47 UTC

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

2023-11-08 11:42:47 UTC

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

2023-11-08 11:42:48 UTC

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

2023-11-08 11:43:20 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:43:45 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:43:46 UTC

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

2023-11-08 11:43:46 UTC

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

2023-11-08 11:43:46 UTC

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

2023-11-08 11:43:47 UTC

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

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