Namespace
rancher
Image / Tag
fleet-agent:v0.3.8-rc2-windows-ltsc2022
Content Digest
sha256:c45d73ce5ee64e0e4abf8131518d507b7317e2f1ab327d33d4291faacf0e5a01
Details
Created

2021-11-23 18:19:18 UTC

Size

2.08 GB

Content Digest
Labels
  • org.opencontainers.image.created
    2021-11-23T18:15:33Z
  • org.opencontainers.image.revision
    5b3946d418b7792e276399f71080107f3b819812
  • 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.8-rc2


Layers

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

[#001] sha256:a0eb404f1860fa8786ad09d1d9fe9fd580115f83cd38623bc4eb0c46abdaa0a3 - 41.78% (890 MB)

[#002] sha256:c1fabde427b390d2ff0627fa30b938912a336ff26b8584f965a468cd687c361b - 0.0% (1.27 KB)

[#003] sha256:412322b7cd084080f33b4382f710719473b6e672fe05e1e4a611dd06d63ca5e4 - 0.0% (1.29 KB)

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

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

[#006] sha256:78d13f6c2eb357eab4b77eebb00f17740e10de2b25a2407993166cfa05d841db - 0.0% (1.29 KB)

[#007] sha256:c2e5418165be1b0db29a5e62ee7204193e8a254adbdc40a047de6e4feb0cca0a - 1.26% (26.9 MB)

[#008] sha256:70ae0bb7216903d17d6985df540a2c37e6a8d1033c091197107df5e979f0db0c - 0.9% (19.1 MB)

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

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

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

[#012] sha256:facc83468d8c49d60c6fdc5f1fcfaa9a88486155d602042cc3a27dde4591a9e7 - 0.0% (1.27 KB)

[#013] sha256:4863a44c61bec8c4dbbbb355de4f3ac977e2413ae08b9d7ee582e89d6f708975 - 0.0% (1.27 KB)


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

Apply image 2022-RTM-amd64

2021-11-03 08:36:33 UTC

Install update ltsc2022-amd64

2021-11-23 18:18:46 UTC

cmd /S /C #(nop) ARG RELEASES

2021-11-23 18:18:46 UTC

cmd /S /C #(nop) ARG VERSION

2021-11-23 18:18:47 UTC

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

2021-11-23 18:18:47 UTC

cmd /S /C #(nop) ENV VERSION=v0.3.8-rc2

2021-11-23 18:18:48 UTC

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

2021-11-23 18:19:05 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;

2021-11-23 18:19:16 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;

2021-11-23 18:19:16 UTC

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

2021-11-23 18:19:17 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2021-11-23T18:15:33Z

2021-11-23 18:19:17 UTC

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

2021-11-23 18:19:18 UTC

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

2021-11-23 18:19:18 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