Namespace
rancher
Image / Tag
fleet-agent:v0.3.8-rc1-windows-20H2
Content Digest
sha256:a3781f4cfb4175c27d7d2ad74d6cb01156b1882b5b1a8d3c1bae9599804e0a44
Details
Created

2021-11-09 23:40:27 UTC

Size

2.57 GB

Content Digest
Labels
  • org.label-schema.build-date
    2021-11-09T23:35:53Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    89ee40eccde91f3870e329b3f583295ff03fa264
  • org.label-schema.vcs-url
    https://github.com/rancher/fleet.git

Environment
RELEASES

releases.rancher.com

VERSION

v0.3.8-rc1


Layers

[#000] sha256:18ae6bebe21d13de4442e4cafdf4fbf4e5b0d866afe416f302da087f53f04ae1 - 54.51% (1.4 GB)

[#001] sha256:cf5ffa21776715f9145319b2dc410fcf4325d649c5bb9e8f499bbda1fd6ebba5 - 43.76% (1.13 GB)

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

[#003] sha256:c32270981a800dd65b691f72559427716f68ab9d97d792048f26033e8737307f - 0.0% (1.26 KB)

[#004] sha256:9b2d2412056ff00f296f78a4daf40087cedebe0c346f483cd2534d97b0e6bd83 - 0.0% (1.29 KB)

[#005] sha256:372dae0bcb0521a87fbbc011dcce6038ab6dca3875172b65fb1801da79617916 - 0.0% (1.3 KB)

[#006] sha256:f586f379a27e181efa93137305e06bbe9888dc1537d55e218b6e81dbef5d1733 - 0.0% (1.31 KB)

[#007] sha256:4d595c6104bafae119159980ee520033797b530c964d8730d8aff859e71bd9ed - 1.01% (26.6 MB)

[#008] sha256:ecc431213b62f101a70e7ee29eeccde454701baa185982b7d52104c75cec0b91 - 0.71% (18.8 MB)

[#009] sha256:6c936cf997bf829867fbe3a084c380a2e6302cee97ef5e6b8718f5113ec4c72e - 0.0% (1.29 KB)

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

[#011] sha256:ff8733a9607b88e8d6995086658ac5022c3da7db6e96687187c0d2051c405092 - 0.0% (1.27 KB)

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

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


History
2020-09-10 20:40:05 UTC

Apply image 20H2-RTM-amd64

2021-11-03 21:20:07 UTC

Install update 20H2-amd64

2021-11-09 23:39:57 UTC

cmd /S /C #(nop) ARG RELEASES

2021-11-09 23:39:58 UTC

cmd /S /C #(nop) ARG VERSION

2021-11-09 23:39:58 UTC

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

2021-11-09 23:39:59 UTC

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

2021-11-09 23:39:59 UTC

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

2021-11-09 23:40:15 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-09 23:40:25 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-09 23:40:25 UTC

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

2021-11-09 23:40:25 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-11-09T23:35:53Z

2021-11-09 23:40:26 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.schema-version=1.0

2021-11-09 23:40:26 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-ref=89ee40eccde91f3870e329b3f583295ff03fa264

2021-11-09 23:40:27 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.vcs-url=https://github.com/rancher/fleet.git

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