Namespace
rancher
Image / Tag
fleet-agent:v0.3.9-rc4-windows-ltsc2022
Content Digest
sha256:14e004a3d55cfd6c2e6ffa22baee3ded5a6c746091cee81ca87067b62bc93bbd
Details
Created

2022-03-02 18:24:52 UTC

Size

2.11 GB

Content Digest
Labels
  • org.opencontainers.image.created
    2022-03-02T18:20:25Z
  • org.opencontainers.image.revision
    73d5c11871625f7faea433360bc2dea036a857f8
  • 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.3.9-rc4


Layers

[#000] sha256:8f616e6e9eec767c425fd9346648807d1b658d20ff6097be1d955aac69c26642 - 55.31% (1.17 GB)

[#001] sha256:898469748ff68223ab87b654b29fb366c1f4f2b7cfad7a37426346ea16db8dfa - 42.56% (919 MB)

[#002] sha256:517824d46defd398cad6edf0f1d047abe7535a81866c56f1f8ffe3ecd9799553 - 0.0% (1.26 KB)

[#003] sha256:d183235e554783bab6f56df0b618b2522b06b7121df0e44bda338d64cbb0e3ed - 0.0% (1.25 KB)

[#004] sha256:11d5da7d0b29ffde0f14d3586d0564be3c179a9d60e35e8adbda5be0f57070cc - 0.0% (1.26 KB)

[#005] sha256:c400393c0dc9babdd5637d51e0cdaf84c4e53c71b46a5e1beaf768b498d373e7 - 0.0% (1.31 KB)

[#006] sha256:e895ab3a111928a3d69bd92c7b2f0fb00c1708849b788b0141cbac0d7efe5acb - 0.0% (1.26 KB)

[#007] sha256:15f3f26980a11b98de41586234e085a3e14ce2ed3e3b7242102481510347d902 - 1.25% (26.9 MB)

[#008] sha256:572fe362bfea666f69f4498351d7af921b93e8ee883f4940cfb6689134e236b6 - 0.89% (19.1 MB)

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

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

[#011] sha256:1fb87ab044d6ec288b63f9db723f331ce3498f14f32fa5fa7df42576abc39a05 - 0.0% (1.28 KB)

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

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


History
2021-05-08 09:40:24 UTC

Apply image 2022-RTM-amd64

2022-02-01 02:49:40 UTC

Install update ltsc2022-amd64

2022-03-02 18:24:15 UTC

cmd /S /C #(nop) ARG RELEASES

2022-03-02 18:24:16 UTC

cmd /S /C #(nop) ARG VERSION

2022-03-02 18:24:16 UTC

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

2022-03-02 18:24:17 UTC

cmd /S /C #(nop) ENV VERSION=v0.3.9-rc4

2022-03-02 18:24:17 UTC

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

2022-03-02 18:24: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;

2022-03-02 18:24:49 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-03-02 18:24:50 UTC

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

2022-03-02 18:24:50 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2022-03-02T18:20:25Z

2022-03-02 18:24:51 UTC

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

2022-03-02 18:24:51 UTC

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

2022-03-02 18:24:52 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