Namespace
rancher
Image / Tag
fleet-agent:v0.6.0-SURE-6125.5-windows-1809
Content Digest
sha256:28bfbed25316c889c5e04f4f1d57325c65a965427452826153c85c28df8e7afa
Details
Created

2023-06-01 12:23:00 UTC

Size

1.92 GB

Content Digest
Labels
  • org.opencontainers.image.created
    2023-06-01T12:18:24Z
  • org.opencontainers.image.revision
    f7f1dc7ef047cd6401cd8157bf9d967dbbfbe812
  • 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.5


Layers

[#000] sha256:8185ee4ed6467d79d4c69f02fe3902311ba84777802d459dcd99869f603b161f - 80.47% (1.55 GB)

[#001] sha256:d1629109497f302d0776ee05c686b635ce10daa442b8fe27777aa7e7f3f4c685 - 17.25% (340 MB)

[#002] sha256:cfe710bed300ee26a3fc61215c09a02ebe310a88b0d7d38c6a956aeaf4803ac2 - 0.0% (1.07 KB)

[#003] sha256:03e1b72bf42e47093b85819fa5e2b0a9e59a63ff47477cf837a18d2f6d1d98bb - 0.0% (1.09 KB)

[#004] sha256:d267ed841b61bcefa2ceed255982977ad1aba712e1fc433dfe70cfc1f3f0248b - 0.0% (1.09 KB)

[#005] sha256:ebf479fde4a0d15721d416773ecacaaa5053fbccf0b09a3363c0cd934fd1a2d7 - 0.0% (1.09 KB)

[#006] sha256:187caad5fa86adc051fbc351b599524d3199e7a76f8f30c4f83921a91a9cbfdf - 0.0% (1.09 KB)

[#007] sha256:ec8612ef6b5793161b6640a37cbc0e9ffc70d1b73b1e65e49f3fa520370bcb5e - 1.36% (26.7 MB)

[#008] sha256:10834ffb684c030104b1ee75ee5bbe5bc0650fd54553cea2ae99d0697d9f4d01 - 0.92% (18 MB)

[#009] sha256:3cba3237e7fc3eb79f2a57a2563930844f46ec9bda162684ce639487c64c7257 - 0.0% (1.06 KB)

[#010] sha256:d408430bbc0f114acb82e82fc69dff7dc12f4952fe7116cfc7a73020c6126392 - 0.0% (1.07 KB)

[#011] sha256:e87524c296b841aab7716efe7921dc634f6e1ef0f1b9f522914dfb23a7c94a9d - 0.0% (1.09 KB)

[#012] sha256:0d4cb289a5f7c3bd8f0f035594b93398828179aeb9059a5dd7aef3fffdfdb2cf - 0.0% (1.09 KB)

[#013] sha256:fad5b6cb966b3dd733c07a878b67b057d5b9770106ebb7337f03352caa7465aa - 0.0% (1.1 KB)


History
2023-01-07 05:37:58 UTC

Apply image 10.0.17763.3887

2023-05-05 12:05:28 UTC

Install update 10.0.17763.4377

2023-06-01 12:22:22 UTC

cmd /S /C #(nop) ARG RELEASES

2023-06-01 12:22:23 UTC

cmd /S /C #(nop) ARG VERSION

2023-06-01 12:22:23 UTC

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

2023-06-01 12:22:23 UTC

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

2023-06-01 12:22:24 UTC

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

2023-06-01 12:22:51 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-06-01 12:22:58 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-06-01 12:22:59 UTC

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

2023-06-01 12:22:59 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2023-06-01T12:18:24Z

2023-06-01 12:22:59 UTC

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

2023-06-01 12:22:59 UTC

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

2023-06-01 12:23:00 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