Namespace
rancher
Image / Tag
fleet-agent:v0.7.0-rc.3-windows-1809
Content Digest
sha256:8ddc9f75a748e3c3a0ac88e7ccf2c4af8f5d3cc66f9e190fe20240a0493985a3
Details
Created

2023-05-16 11:36:49 UTC

Size

1.92 GB

Content Digest
Labels
  • org.opencontainers.image.created
    2023-05-16T11:32:27Z
  • org.opencontainers.image.revision
    f52a0e7d38aff531a1781d93610606f65633ef84
  • 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.7.0-rc.3


Layers

[#000] sha256:8185ee4ed6467d79d4c69f02fe3902311ba84777802d459dcd99869f603b161f - 80.45% (1.55 GB)

[#001] sha256:d1629109497f302d0776ee05c686b635ce10daa442b8fe27777aa7e7f3f4c685 - 17.25% (340 MB)

[#002] sha256:7ef2a073a4c75439d490f6a8293044bbde0cab454aa07bb91957a572decd0564 - 0.0% (1.07 KB)

[#003] sha256:556591d1734ebe5d418c111434445be09679c098b97d736caa3fd9cd88ea2772 - 0.0% (1.06 KB)

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

[#005] sha256:00de17bdaf7e7f124eb1365d3da7953e5a5906b67d092e8ad70ceffb44240138 - 0.0% (1.09 KB)

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

[#007] sha256:8c00344e827e79efa41d5f85d4d89254ff61d8f5203547f164784ca5d6e92429 - 1.36% (26.7 MB)

[#008] sha256:dbf6185b7383ea35d50a0f6dab4555be1ea7f9c7fe474d06979b4df10eefd154 - 0.94% (18.6 MB)

[#009] sha256:04348f9228d5a739fcc289e36abfcb63c6f90764dfebfe5a17ce874a37c0820b - 0.0% (1.06 KB)

[#010] sha256:477a62c276cc07b6f6d19d3a021e82b9415b7a8e900d93fbee44421b600422c8 - 0.0% (1.09 KB)

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

[#012] sha256:1a9f6749c71249ca274cf4d8f365c80113f0b5381a02776a90a390eaec4db761 - 0.0% (1.07 KB)

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


History
2023-01-07 05:37:58 UTC

Apply image 10.0.17763.3887

2023-05-05 12:05:28 UTC

Install update 10.0.17763.4377

2023-05-16 11:36:08 UTC

cmd /S /C #(nop) ARG RELEASES

2023-05-16 11:36:08 UTC

cmd /S /C #(nop) ARG VERSION

2023-05-16 11:36:08 UTC

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

2023-05-16 11:36:09 UTC

cmd /S /C #(nop) ENV VERSION=v0.7.0-rc.3

2023-05-16 11:36:09 UTC

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

2023-05-16 11:36:39 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-05-16 11:36:48 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-05-16 11:36:48 UTC

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

2023-05-16 11:36:48 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2023-05-16T11:32:27Z

2023-05-16 11:36:49 UTC

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

2023-05-16 11:36:49 UTC

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

2023-05-16 11:36:49 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