Namespace
rancher
Image / Tag
fleet-agent:v0.3.5-rc7-windows-amd64-1903
Content Digest
sha256:0887d7e546684a176e46d29b127daa65136658eb001c053b84be237b7601cb96
Details
Created

2021-04-27 17:17:50 UTC

Size

2.24 GB

Content Digest
Labels
  • org.label-schema.build-date
    2021-04-27T17:17:17Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    0d2f635ebf9d6d53b713f7b845f23bc20be67da4
  • org.label-schema.vcs-url
    https://github.com/rancher/fleet.git

Environment
RELEASES

releases.rancher.com

VERSION

v0.3.5-rc7


Layers

[#000] sha256:5b663e3b9104ae6bf9135c0beb5291952314d59565b1be257a362a53b219b889 - 63.59% (1.42 GB)

[#001] sha256:4371cb55e8ebd2e23b5b68f3e3f2015dda376eb8a6353f7f7da1fdee9c038d26 - 33.93% (777 MB)

[#002] sha256:0eaeb72ddae8bdb097c148e8f77d5c875a6fd740a203f571bd762c2d72fb3fa5 - 0.0% (1.12 KB)

[#003] sha256:642b06273ac437372c7b01359b92b1c740e559da0fd2e5a23919629b7ef037bf - 0.0% (1.06 KB)

[#004] sha256:1ffa476b4a9ae0ca657cd04c7970952446f24a291b6325989fbeff10ea2c3e66 - 0.0% (1.06 KB)

[#005] sha256:11b83419230ed62459c10a785e9f09e21336e07709cf4532b89380b2f774e269 - 0.0% (1.07 KB)

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

[#007] sha256:3cfb8cc79b3eec8d17c0c73f871ed328a4d8fa68336c419a31c31ab049097e95 - 1.39% (31.9 MB)

[#008] sha256:21e3e555cb9dfa771321b3ba4eb0c7c4355e42d51148d54b1afca6c88f37fc0b - 1.09% (25 MB)

[#009] sha256:3664caae70506a3db7060a76d20354576ec1417a05ed735832059a7a97b5bcba - 0.0% (1.06 KB)

[#010] sha256:4a8a93ced5ff50c0c7ba61c72a94e5ca479aa9327ee72d6a1dddc5fa4452c747 - 0.0% (1.09 KB)

[#011] sha256:2f78d7372314872ab889fe34fc36fc9caf435b0f2438f9378496f3c3af8365c3 - 0.0% (1.06 KB)

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

[#013] sha256:590c1b720de0506e32891763d788a16150dd3b873a98ea65263fb8d5094c4ddf - 0.0% (1.11 KB)


History
2019-03-19 06:23:35 UTC

Apply image 1903-RTM-amd64

2020-12-03 08:08:17 UTC

Install update 1903-amd64

2021-04-27 17:17:18 UTC

cmd /S /C #(nop) ARG RELEASES

2021-04-27 17:17:18 UTC

cmd /S /C #(nop) ARG VERSION

2021-04-27 17:17:19 UTC

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

2021-04-27 17:17:19 UTC

cmd /S /C #(nop) ENV VERSION=v0.3.5-rc7

2021-04-27 17:17:19 UTC

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

2021-04-27 17:17:39 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; pushd c:\; $URL = 'https://github.com/git-for-windows/git/releases/download/v2.30.1.windows.1/MinGit-2.30.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-04-27 17:17:48 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-04-27 17:17:48 UTC

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

2021-04-27 17:17:49 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-04-27T17:17:17Z

2021-04-27 17:17:49 UTC

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

2021-04-27 17:17:49 UTC

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

2021-04-27 17:17:50 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