Namespace
rancher
Image / Tag
fleet-agent:v0.3.5-rc5-windows-amd64-20H2
Content Digest
sha256:b19036d47d12749c48f941e4f91d382d564b4f1e1a73cd6caf230af27f98801e
Details
Created

2021-04-19 16:26:46 UTC

Size

2.38 GB

Content Digest
Labels
  • org.label-schema.build-date
    2021-04-19T16:26:05Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    3b1da5727d9f4ee3e562cbfceb3032fcd44c9808
  • org.label-schema.vcs-url
    https://github.com/rancher/fleet.git

Environment
RELEASES

releases.rancher.com

VERSION

v0.3.5-rc5


Layers

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

[#001] sha256:ad702b8ea1d861f6708801dfed7808856abc2c94d52e7805e2eee95f03a9281d - 39.09% (952 MB)

[#002] sha256:4e9fdba3e93c5182fcbb1f6b2843c4665002c549027e1e66a9e72e8e6dea6a1d - 0.0% (1.32 KB)

[#003] sha256:dd21bec199f9c0250ef4d98e8a491fdf86b9dfd8299493ee8f806dd6078d7dfe - 0.0% (1.32 KB)

[#004] sha256:147225c2de1688194824eb0e3aa2f0408164585baa80b7c7584bf65976d1006c - 0.0% (1.26 KB)

[#005] sha256:211d37d504840d833a84cadf37d2445043761e7ae61675f9479ad7affeb614b1 - 0.0% (1.27 KB)

[#006] sha256:0f080e4894ba3461b6a45cd771f08ad8fb6c0905244ea57a07c800482b525915 - 0.0% (1.27 KB)

[#007] sha256:d250567ae5f78cea9a5cf69d2a212dc2037756b3143ae11b9466086d4214f717 - 1.13% (27.5 MB)

[#008] sha256:408e652e55499cadc9a551976f5511815ca4d5e77bf5c208d7118fea91baf895 - 0.85% (20.6 MB)

[#009] sha256:2892da82b8948f8110e4d60c99036c03aa8338d98592f104debbc82068127395 - 0.0% (1.26 KB)

[#010] sha256:63d2e8c0d2e84ae4ea995ac2b4ed612b1a0971525be6f1759f7c7d0022adc588 - 0.0% (1.3 KB)

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

[#012] sha256:675463df82c25de58e14848164668a0566a64988ac82a81c0dab17c121fb5086 - 0.0% (1.29 KB)

[#013] sha256:e56281f2c2885309351bee8d43c486dc862b81f7541fbc6f65d89f978e40900c - 0.0% (1.29 KB)


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

Apply image 20H2-RTM-amd64

2021-04-09 10:01:30 UTC

Install update 20H2-amd64

2021-04-19 16:26:06 UTC

cmd /S /C #(nop) ARG RELEASES

2021-04-19 16:26:07 UTC

cmd /S /C #(nop) ARG VERSION

2021-04-19 16:26:07 UTC

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

2021-04-19 16:26:08 UTC

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

2021-04-19 16:26:08 UTC

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

2021-04-19 16:26:29 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-19 16:26:44 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-19 16:26:44 UTC

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

2021-04-19 16:26:45 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-04-19T16:26:05Z

2021-04-19 16:26:45 UTC

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

2021-04-19 16:26:46 UTC

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

2021-04-19 16:26:46 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