Namespace
rancher
Image / Tag
fleet-agent:v0.3.9-rc2-windows-1809
Content Digest
sha256:a916c21e960cc1cea08341412018832c504e20a997b0a710fdf3fcaf4dd73bb2
Details
Created

2022-01-11 16:05:20 UTC

Size

2.57 GB

Content Digest
Labels
  • org.opencontainers.image.created
    2022-01-11T16:00:05Z
  • org.opencontainers.image.revision
    e252e33e330cbdbc6989b83db7d932c692c8109d
  • 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.3.9-rc2


Layers

[#000] sha256:4612f6d0b889cad0ed0292fae3a0b0c8a9e49aff6dea8eb049b2386d9b07986f - 62.34% (1.6 GB)

[#001] sha256:5ee7a7ea9cf22f75886179907a41810a992e21f3d0c57cc10d2147ce9237701c - 35.93% (944 MB)

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

[#003] sha256:8a941bb358319eeb2dbd714eff525966a4f7c235ca3ea40f8399474efb7ef91c - 0.0% (1.09 KB)

[#004] sha256:42586d8072347a2679d629105d3b579926e1a0a95cf85873e70ae50b1fa1ddc1 - 0.0% (1.09 KB)

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

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

[#007] sha256:790419ec4a2efb2e381d300029822b2e77640ae84abe3db1aa3b07116a9a1b49 - 1.01% (26.7 MB)

[#008] sha256:79a16dddf0db2dba48609e19c2acb30bce5980660681ce32b8de157b4dc72d47 - 0.72% (18.9 MB)

[#009] sha256:6c20bd85535327836a47f9b6a1056a9c73e768f4511caee3b6d0c20c8de0d99e - 0.0% (1.06 KB)

[#010] sha256:24834dc466c7cc6e22ff5127d3d089a2af78796b591b5cbbcf396f4befb4c3ad - 0.0% (1.09 KB)

[#011] sha256:38959c8a43ab70b09e20dec10dce4f095767e75a14a6decfd10d4b593421a1cc - 0.0% (1.09 KB)

[#012] sha256:0fe6371f8b3d90f32d5ae4cd81053fb5a9ccd99838fb951db93aa1bbe564950d - 0.0% (1.08 KB)

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


History
2020-05-07 05:09:25 UTC

Apply image 1809-RTM-amd64

2021-12-07 04:56:01 UTC

Install update 1809-amd64

2022-01-11 16:04:32 UTC

cmd /S /C #(nop) ARG RELEASES

2022-01-11 16:04:32 UTC

cmd /S /C #(nop) ARG VERSION

2022-01-11 16:04:32 UTC

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

2022-01-11 16:04:33 UTC

cmd /S /C #(nop) ENV VERSION=v0.3.9-rc2

2022-01-11 16:04:33 UTC

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

2022-01-11 16:05:11 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-01-11 16:05:19 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-01-11 16:05:19 UTC

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

2022-01-11 16:05:19 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2022-01-11T16:00:05Z

2022-01-11 16:05:20 UTC

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

2022-01-11 16:05:20 UTC

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

2022-01-11 16:05:20 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