Namespace
rancher
Image / Tag
fleet-agent:v0.7.0-rc.3-test3-windows-ltsc2022
Content Digest
sha256:07bc69db9fe205758692d96505f165174bd55778af0771de6d2ebfa06086a55e
Details
Created

2023-05-30 04:21:53 UTC

Size

1.65 GB

Content Digest
Labels
  • org.opencontainers.image.created
    2023-05-30T04:21:51Z
  • org.opencontainers.image.revision
    5cc5c88c06736e6937ebff6b7b876fa7ddb455d8
  • 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-test3


Layers

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

[#001] sha256:fcfdcf7069fa97d174a5fc8b1cfffbf4f15099246e0d53770bf40a7268bd9b77 - 21.36% (361 MB)

[#002] sha256:293db8700ffce6598e13a7fd0b02df9dade65f6d376dd155e8f67b4da94739f3 - 0.0% (1.26 KB)

[#003] sha256:40dde4c723e2742973adbdd901f780d232665e851b09621600b30a1c02d33220 - 0.0% (1.3 KB)

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

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

[#006] sha256:6a50b36c2dddf2ec8005d125068f28a954b6c726fc68c056b102f8ccb15ea83c - 0.0% (1.29 KB)

[#007] sha256:833dd3e02dd0f9a120806181e6e680ec6c961f2f3a908d992d59b1d0bd6bf94a - 1.58% (26.7 MB)

[#008] sha256:5fb0808eaf36c8fb40b3f3aafe7b43d2750dcd1df76458e3886531944f2809b4 - 1.1% (18.6 MB)

[#009] sha256:aa09490bccbbf1632b96aa4776a0745ea5dc25663c586e8e1b67079c3d8777d2 - 0.0% (1.26 KB)

[#010] sha256:4e2c9740cfd835a96d78538ae2b4c373d22ad92d7aafb535be5e7f7dae7c4b76 - 0.0% (1.26 KB)

[#011] sha256:a4dfecda20233fea9e14b530c3a752f540890297b9a209bfa2a4ccc22c4d8d2e - 0.0% (1.26 KB)

[#012] sha256:4cae898530ae16cfb5e7721e448851b4dc28998247ad0c7f9ebe7d135b9902a0 - 0.0% (1.3 KB)

[#013] sha256:3612f6bb034995a1da64a69037db1159d6b85d8735999cecd5b9fb7de31392c0 - 0.0% (1.27 KB)


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

Apply image 10.0.20348.1487

2023-05-05 13:22:05 UTC

Install update 10.0.20348.1726

2023-05-30 04:20:35 UTC

cmd /S /C #(nop) ARG RELEASES

2023-05-30 04:20:36 UTC

cmd /S /C #(nop) ARG VERSION

2023-05-30 04:20:36 UTC

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

2023-05-30 04:20:37 UTC

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

2023-05-30 04:20:37 UTC

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

2023-05-30 04:20:53 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-30 04:21:12 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-30 04:21:13 UTC

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

2023-05-30 04:21:52 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2023-05-30T04:21:51Z

2023-05-30 04:21:52 UTC

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

2023-05-30 04:21:53 UTC

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

2023-05-30 04:21:53 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