Namespace
rancher
Image / Tag
fleet-agent:v0.5.0-rc3-windows-1809
Content Digest
sha256:5a4ffd701b6b7d4508bb3e9536f82de72dc2a5b8e4cd40ecead9295c54aee158
Details
Created

2022-10-21 17:25:34 UTC

Size

2.57 GB

Content Digest
Labels
  • org.opencontainers.image.created
    2022-10-21T17:20:39Z
  • org.opencontainers.image.revision
    459b2a995800332e6ba7f0c8e3d3a079dce6a03d
  • 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.5.0-rc3


Layers

[#000] sha256:b111c3320c949bea81612bf4554f1b6592c2f504920b5bf57ba340a1d4d52c93 - 68.04% (1.75 GB)

[#001] sha256:028c482fad0f111537a40f65401f65de54c9fd682951a4f8cf9b644d7c128e18 - 30.23% (795 MB)

[#002] sha256:8b89f4f0077e1a6b007f751dfefcab438394a491e07e15bb11264b2f0af5bf79 - 0.0% (1.07 KB)

[#003] sha256:716ebdb7c27cb39b64e2e6cc0331141e12fe41448421cb2fdd48ef8db2a40074 - 0.0% (1.06 KB)

[#004] sha256:ae23734f1d92550211d78fd7ceec7642831a91d06a59ad5e1f7b830f64507f9b - 0.0% (1.07 KB)

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

[#006] sha256:266e0b69d691fcf9fa86ae2c8512df932c337f5a067e12fe47daf975985973e6 - 0.0% (1.07 KB)

[#007] sha256:c574d7d0a569dfdfeaf9993731e77927560ab3ddae957090006a939f6b60ab1f - 1.01% (26.6 MB)

[#008] sha256:dcf149dcb0a11179c72203618cd3f00c4af30415ed2df9f48c8982b1ebb3c6f1 - 0.71% (18.7 MB)

[#009] sha256:4a0f3f5ba889aa0501099404253804b6dbc3078a8c8ecbcd57d3ca507427edea - 0.0% (1.07 KB)

[#010] sha256:fe550b9625616945848e95405e3ab7638611e909f5451f43b3aa23fdac0c743c - 0.0% (1.06 KB)

[#011] sha256:0c98c50acbd871b114a907bf4f5ee8173a7dfd21357d99f6001cc34a6d0d73b3 - 0.0% (1.09 KB)

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

[#013] sha256:c7b4b20bb9b64137762b9d36b0755632f13f6fd4660ea8798a8e8b57e8d09ab6 - 0.0% (1.09 KB)


History
2022-04-22 01:27:13 UTC

Apply image 10.0.17763.2803

2022-10-08 01:55:32 UTC

Install update 10.0.17763.3532

2022-10-21 17:24:55 UTC

cmd /S /C #(nop) ARG RELEASES

2022-10-21 17:24:55 UTC

cmd /S /C #(nop) ARG VERSION

2022-10-21 17:24:56 UTC

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

2022-10-21 17:24:56 UTC

cmd /S /C #(nop) ENV VERSION=v0.5.0-rc3

2022-10-21 17:24:56 UTC

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

2022-10-21 17:25:24 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;

2022-10-21 17:25:32 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;

2022-10-21 17:25:33 UTC

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

2022-10-21 17:25:33 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2022-10-21T17:20:39Z

2022-10-21 17:25:34 UTC

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

2022-10-21 17:25:34 UTC

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

2022-10-21 17:25:34 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