Namespace
rancher
Image / Tag
fleet-agent:v0.9.0-rc.2-windows-ltsc2022
Content Digest
sha256:60409dcfbfb2957bc5a58aa77cd9554ac4e65453f5da7508ab2747cd0e3c234c
Details
Created

2023-09-25 16:54:32 UTC

Size

1.76 GB

Content Digest
Labels
  • org.opencontainers.image.created
    2023-09-25T16:50:34Z
  • org.opencontainers.image.revision
    a9a16299305744bfd368af41d29564d2fd71e34b
  • 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.9.0-rc.2


Layers

[#000] sha256:7c76e5cf7755ce357ffb737715b0da6799a50ea468cc252c094f4d915d426b3f - 73.63% (1.29 GB)

[#001] sha256:feca8e06011ab171ad74cda49c7c305e791965aef283d5b7c2b987dd5388e6c7 - 23.79% (428 MB)

[#002] sha256:da8645c68dc6a25845efc1122f0a10583629fbe246301934a945037270445075 - 0.0% (1.27 KB)

[#003] sha256:b9bf1d5afaf14a09b235c5a9448ab44186422ea8e85e68f2b0dfe4c341af818b - 0.0% (1.26 KB)

[#004] sha256:48fc72a0884d9212e3de16d93c6811fc31a8eb6c4d9f2d1ca0c1d089fa39cf18 - 0.0% (1.29 KB)

[#005] sha256:a0fd317d4a2643d4676c24521f0bb6aee224074d823bd7144d2922e0d939f2ba - 0.0% (1.27 KB)

[#006] sha256:fcc4ef484db66314b82efdb1682d57cbffbf5187508c26efab2f012cba933802 - 0.0% (1.27 KB)

[#007] sha256:62f5a5762f0300420cafb169713a8d31bba780ba019ea5dd151c8b5c51162938 - 1.49% (26.7 MB)

[#008] sha256:25809c699400702da3990e70d3894790dadda8d808ac05d4e0ce411f1e8e953b - 1.1% (19.7 MB)

[#009] sha256:f838861f43cc75af26f0ce04c60d88f2f131ca0fbc53410b62dbd41c1c71f5e2 - 0.0% (1.27 KB)

[#010] sha256:2b0eca147eda80ba4b6b74f8bf8804ce2a9805ed3e841b5480bb2ddad9e3202f - 0.0% (1.27 KB)

[#011] sha256:6057fadbbf8248e3633f93bc7025a16f17bd472643c445f81a1dbcdd353490f2 - 0.0% (1.29 KB)

[#012] sha256:dc760384e8be9fe66f21e1d00e8e161db2503b1d76a977be732aeab45c4d85f5 - 0.0% (1.26 KB)

[#013] sha256:e91f84c1312eb1b21da5900e6bae56c42270e7da8ea2c17d5ef654ab073a2cea - 0.0% (1.26 KB)


History
2023-06-08 12:55:20 UTC

Apply image 10.0.20348.1787

2023-09-01 00:43:48 UTC

Install update 10.0.20348.1970

2023-09-25 16:53:57 UTC

cmd /S /C #(nop) ARG RELEASES

2023-09-25 16:53:57 UTC

cmd /S /C #(nop) ARG VERSION

2023-09-25 16:53:58 UTC

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

2023-09-25 16:53:58 UTC

cmd /S /C #(nop) ENV VERSION=v0.9.0-rc.2

2023-09-25 16:53:59 UTC

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

2023-09-25 16:54:18 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-09-25 16:54:28 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-09-25 16:54:29 UTC

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

2023-09-25 16:54:29 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2023-09-25T16:50:34Z

2023-09-25 16:54:30 UTC

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

2023-09-25 16:54:30 UTC

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

2023-09-25 16:54:32 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