Namespace
rancher
Image / Tag
fleet-agent:v0.8.1-windows-1809
Content Digest
sha256:d97e6e58254fed10a96eab4db2029d85d5f5adb5e34b78b47d1976d137e3fc09
Details
Created

2023-11-23 10:23:01 UTC

Size

1.96 GB

Content Digest
Labels
  • org.opencontainers.image.created
    2023-11-23T10:18:06Z
  • org.opencontainers.image.revision
    c6bdc1057ea7c98273d5403d3127eed037690b79
  • 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.1


Layers

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

[#001] sha256:4f7bb9e009deb881cb90e8b4318258e03882de9bc9b312b763654b59cd13d0bb - 19.33% (388 MB)

[#002] sha256:70aa1e5fb1912b3fc14ee90a76005d2e3710f7e0764551ba16d2d341c47ffc25 - 0.0% (1.07 KB)

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

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

[#005] sha256:dd3e8a53f11fb1055167b64ca744ac25eb3752b9e9bac9d86cd26dc711eb3e45 - 0.0% (1.07 KB)

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

[#007] sha256:08139cab0c22ee2fb7de8481bde91d940d8f38ae5c8db502a56d3f16bd55446c - 1.33% (26.7 MB)

[#008] sha256:8fb1610657e0fafc16f88783606d08f7a37feb557350c7a72f160a0537dda86f - 0.93% (18.6 MB)

[#009] sha256:7372f10c5c528d943ee465d7d1bd2b721714cc78c4bc763db6cecf9f065e1058 - 0.0% (1.06 KB)

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

[#011] sha256:ac772fe7d2c191bb10ee50a7439083a0a50d4479655c383c151e7d21b1ee43bc - 0.0% (1.07 KB)

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

[#013] sha256:5c305e4c85356a763f381c05260b8db220a1b84b196cad92de15c57b4e133a71 - 0.0% (1.1 KB)


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

Apply image 10.0.17763.4499

2023-11-09 17:56:40 UTC

Install update 10.0.17763.5122

2023-11-23 10:21:58 UTC

cmd /S /C #(nop) ARG RELEASES

2023-11-23 10:21:58 UTC

cmd /S /C #(nop) ARG VERSION

2023-11-23 10:21:58 UTC

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

2023-11-23 10:21:59 UTC

cmd /S /C #(nop) ENV VERSION=v0.8.1

2023-11-23 10:21:59 UTC

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

2023-11-23 10:22:33 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-23 10:22:58 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-23 10:22:59 UTC

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

2023-11-23 10:22:59 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2023-11-23T10:18:06Z

2023-11-23 10:23:00 UTC

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

2023-11-23 10:23:00 UTC

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

2023-11-23 10:23:01 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