Namespace
rancher
Image / Tag
fleet-agent:v0.6.0-alpha2-windows-ltsc2022
Content Digest
sha256:f24f09993bf13e30f592740ce678a29c613013a4c469d4492f1da26c29b2f780
Details
Created

2022-11-21 17:01:36 UTC

Size

2.3 GB

Content Digest
Labels
  • org.opencontainers.image.created
    2022-11-21T16:57:19Z
  • org.opencontainers.image.revision
    4bc753f2f3eb0b6afc3186cf8c5b2bbb688d7752
  • 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.6.0-alpha2


Layers

[#000] sha256:97f65a0ec59e643faf84024aa713a9be059322380315fda829756bbbd96d6258 - 58.13% (1.34 GB)

[#001] sha256:ebccc55a1542abd839e5e11ea961b03307d45f0b30ea37b3b9c1e410a05bdad9 - 39.93% (941 MB)

[#002] sha256:718527a8bb10fb2178be40cd98615bd3822848466fef4fcf8d2b372f103efe61 - 0.0% (1.29 KB)

[#003] sha256:40869d01f33bc53ab45a170b91b6a3c7922e7c15ba5a9417aa865933d45c467d - 0.0% (1.27 KB)

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

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

[#006] sha256:5734befbdff40f1ba936b960b93a8547f4e298bee0c1db756c77fb68ee889e90 - 0.0% (1.29 KB)

[#007] sha256:2c185d9da4e82fc546196c9bf93f09a37abf17c137c6a2f965944d3f5247ba77 - 1.14% (26.9 MB)

[#008] sha256:8ec685c63ee85091aa2b057bc90bca77e13137f256e7d682599020fa9ab268e0 - 0.8% (19 MB)

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

[#010] sha256:8e4df730f2bdc86d7a1cac20d602a2ca9550f21f90f6da67142d8f6ae29bae83 - 0.0% (1.27 KB)

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

[#012] sha256:d856e67fc6f0f6471b2b2a7c9bc85b78173fd981989eb0efb03788aff439d904 - 0.0% (1.29 KB)

[#013] sha256:9ccc533964d3e9e8219008d2be270eed2e00ea20806bccfb3d6b9c7bce1d0e3d - 0.0% (1.29 KB)


History
2022-04-22 01:12:09 UTC

Apply image 10.0.20348.643

2022-11-05 07:49:25 UTC

Install update 10.0.20348.1249

2022-11-21 17:01:04 UTC

cmd /S /C #(nop) ARG RELEASES

2022-11-21 17:01:05 UTC

cmd /S /C #(nop) ARG VERSION

2022-11-21 17:01:06 UTC

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

2022-11-21 17:01:06 UTC

cmd /S /C #(nop) ENV VERSION=v0.6.0-alpha2

2022-11-21 17:01:07 UTC

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

2022-11-21 17:01:25 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-11-21 17:01:34 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-11-21 17:01:34 UTC

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

2022-11-21 17:01:35 UTC

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

2022-11-21 17:01:35 UTC

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

2022-11-21 17:01:36 UTC

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

2022-11-21 17:01:36 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