Namespace
rancher
Image / Tag
fleet-agent:v0.4.0-rc1-windows-1809
Content Digest
sha256:785ccef9e4cc62de7e7e30c0b230c0edafacae82da11d7de3e77737228590b8a
Details
Created

2022-09-13 12:59:01 UTC

Size

2.54 GB

Content Digest
Labels
  • org.opencontainers.image.created
    2022-09-13T12:54:10Z
  • org.opencontainers.image.revision
    fd65a07e04dc86804a8de1153986a22f1f14d5c2
  • 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.4.0-rc1


Layers

[#000] sha256:b111c3320c949bea81612bf4554f1b6592c2f504920b5bf57ba340a1d4d52c93 - 68.88% (1.75 GB)

[#001] sha256:294d77ac553d7210b662d07674ef9e39a6c2e88dc15b9d2788d51e509bc8b54e - 29.37% (763 MB)

[#002] sha256:d701842eecdcad1802d3fd41a6b8bb01a6ac803d8f7a2641619134b25c7af06d - 0.0% (1.09 KB)

[#003] sha256:17439ac81ad9aac23046948f05750aff3f07d098896018450c1479d537a3cab1 - 0.0% (1.06 KB)

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

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

[#006] sha256:324d119d7a3e25db63b52d63de333faf2ae2cfce11f5bb980dbdd2bb2e39e337 - 0.0% (1.07 KB)

[#007] sha256:cf76a7c635fc31f0aaea58b57bae3214b7f68b15649a19b18ab5867b2acc04a9 - 1.03% (26.6 MB)

[#008] sha256:26b54089599073b125a8cd3aaded7500d21ab27deaf8883c1ac40778c85ad7bf - 0.72% (18.8 MB)

[#009] sha256:bd03b964403fc4901831ac6665f60a4e4250c50c408a7e42ded1e2c0d3285dc2 - 0.0% (1.07 KB)

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

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

[#012] sha256:7d9f2095d31ef5ed0e289fe00b646b46d75e3f21f717b18319a5146b0831f489 - 0.0% (1.07 KB)

[#013] sha256:2c836b806c3e99465307158c5eb2b07a51828389cbcd54aed3ec8c7ac8bb8dc0 - 0.0% (1.09 KB)


History
2022-04-22 01:27:13 UTC

Apply image 10.0.17763.2803

2022-08-06 18:30:32 UTC

Install update 10.0.17763.3287

2022-09-13 12:58:24 UTC

cmd /S /C #(nop) ARG RELEASES

2022-09-13 12:58:24 UTC

cmd /S /C #(nop) ARG VERSION

2022-09-13 12:58:24 UTC

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

2022-09-13 12:58:25 UTC

cmd /S /C #(nop) ENV VERSION=v0.4.0-rc1

2022-09-13 12:58:25 UTC

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

2022-09-13 12:58:52 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-09-13 12:59:00 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-09-13 12:59:00 UTC

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

2022-09-13 12:59:00 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2022-09-13T12:54:10Z

2022-09-13 12:59:01 UTC

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

2022-09-13 12:59:01 UTC

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

2022-09-13 12:59:01 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