Namespace
rancher
Image / Tag
fleet-agent:v0.6.0-SURE-6125.4-windows-ltsc2022
Content Digest
sha256:620311213c0736512002fab5b3aed470194505c0e8f40ec60fcc4e2eac2bb0c1
Details
Created

2023-05-03 13:05:42 UTC

Size

1.64 GB

Content Digest
Labels
  • org.opencontainers.image.created
    2023-05-03T13:01:45Z
  • org.opencontainers.image.revision
    91971877a4ef9c8129c205102ade8c7c888f1c23
  • 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-SURE-6125.4


Layers

[#000] sha256:6a0972e4a21b1e21e65ee97fd7f7b548b42f85db2bcb8c941555d9a7111d7e22 - 76.47% (1.25 GB)

[#001] sha256:b7dc569720e147e391e83acee93ea9acada421dbbe760f64b920c685559359ec - 20.84% (350 MB)

[#002] sha256:9956fc4706dd14fc416d81f45243ef3776fef325242017720fb37d541882991b - 0.0% (1.26 KB)

[#003] sha256:8e43c3bd7fdfe873a30ac634752ea6806d424c9ef7651219171274578341782d - 0.0% (1.29 KB)

[#004] sha256:f9bbb00b57e7ebb79b680a7dd133dd77a6ba6eab60a63b065d473b81d7a36b06 - 0.0% (1.27 KB)

[#005] sha256:ce480caf643c8aa4cb445b535586af72f70cd2e1e88cca118c9e5ef6f51e5bed - 0.0% (1.32 KB)

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

[#007] sha256:1d61efca5856a4838a4cbcd6ea3a2507be63e5894a35939ea01d10c5f4193583 - 1.61% (27 MB)

[#008] sha256:356b02f593e2cb1880b9e7c496e1e77c9340693b0b0db820edc504bc5f5a0bc4 - 1.09% (18.3 MB)

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

[#010] sha256:4f8f3800f6ffb36b672b7ab41d6cccb42444c831a3223eccbfdf3d92ddd2db68 - 0.0% (1.27 KB)

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

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

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


History
2023-01-06 23:47:40 UTC

Apply image 10.0.20348.1487

2023-04-05 00:38:27 UTC

Install update 10.0.20348.1668

2023-05-03 13:04:56 UTC

cmd /S /C #(nop) ARG RELEASES

2023-05-03 13:04:57 UTC

cmd /S /C #(nop) ARG VERSION

2023-05-03 13:04:57 UTC

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

2023-05-03 13:04:58 UTC

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

2023-05-03 13:04:58 UTC

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

2023-05-03 13:05:16 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-03 13:05:37 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-03 13:05:37 UTC

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

2023-05-03 13:05:38 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2023-05-03T13:01:45Z

2023-05-03 13:05:39 UTC

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

2023-05-03 13:05:41 UTC

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

2023-05-03 13:05:42 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