Namespace
rancher
Image / Tag
fleet-agent:v0.3.9-rc5-windows-ltsc2022
Content Digest
sha256:48b6590525cf16d27ee02dd9873af47e8eb59d8d1f0a7008c34376a9b326ea6d
Details
Created

2022-03-08 21:38:21 UTC

Size

2.11 GB

Content Digest
Labels
  • org.opencontainers.image.created
    2022-03-08T21:34:06Z
  • org.opencontainers.image.revision
    ecca10340d2a1fb37d98e20acba506257eb2eb50
  • 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-rc5


Layers

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

[#001] sha256:037d5740b40414bc505c21324142a1cd3eab10c176189a9a74d1a90354ac7cd4 - 42.72% (925 MB)

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

[#003] sha256:90937de5ed6deaac37dbdc9d83c82f334e11341e1009dedfaedf861b8f6e2acc - 0.0% (1.29 KB)

[#004] sha256:3dd99ca8a716d2083408804800d3c37e4b3505751e6ffb0d74f558b3c7cefa11 - 0.0% (1.25 KB)

[#005] sha256:fd956694d45840fe2f2a65079dc534562b3b21f6a599d708a71519ba43dea936 - 0.0% (1.26 KB)

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

[#007] sha256:35e2183b0cb50a15e7574da1ebc7740ad1028f6693b26e1ff38468914ba3f188 - 1.24% (26.9 MB)

[#008] sha256:13f666d09cedd4931911557514d81b018f3fa1c2a95fe8141c4a0b888a6d6bfd - 0.88% (19.1 MB)

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

[#010] sha256:345b6cde2642240769203284ff79ac2ef9bcd5fbb4e108275215dacf2a0a5a8e - 0.0% (1.25 KB)

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

[#012] sha256:1f763bc61e143beee8ac3daf700a3450691879ea18f02a58f26355f8f343ea57 - 0.0% (1.26 KB)

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


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

Apply image 2022-RTM-amd64

2022-03-03 05:02:11 UTC

Install update ltsc2022-amd64

2022-03-08 21:37:48 UTC

cmd /S /C #(nop) ARG RELEASES

2022-03-08 21:37:48 UTC

cmd /S /C #(nop) ARG VERSION

2022-03-08 21:37:49 UTC

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

2022-03-08 21:37:49 UTC

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

2022-03-08 21:37:50 UTC

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

2022-03-08 21:38:09 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-08 21:38:19 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-08 21:38:20 UTC

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

2022-03-08 21:38:20 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2022-03-08T21:34:06Z

2022-03-08 21:38:20 UTC

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

2022-03-08 21:38:21 UTC

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

2022-03-08 21:38:21 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