Namespace
rancher
Image / Tag
fleet-agent:v0.3.6-rc9-windows-20H2
Content Digest
sha256:c9cb1d97be33a5962a54d0bed7b79e237c082039b12a6cb53a06932b16fce285
Details
Created

2021-08-04 17:22:33 UTC

Size

2.52 GB

Content Digest
Labels
  • org.label-schema.build-date
    2021-08-04T17:19:37Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    96c8c497e7a44e349200c08375203e3044e7df7b
  • org.label-schema.vcs-url
    https://github.com/rancher/fleet.git

Environment
RELEASES

releases.rancher.com

VERSION

v0.3.6-rc9


Layers

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

[#001] sha256:58774ea6a2cebd62d24073292e71120a3b5e2bb74dc7b2358b29eedfa30b5a8f - 42.58% (1.07 GB)

[#002] sha256:2945479297399ddea56e11ddfbee81a8c8cd602906b61508cdf65e186f3886f0 - 0.0% (1.27 KB)

[#003] sha256:b52273f124a890427d77806007742d276ab2c94437429203531ed03f11ae0e0e - 0.0% (1.27 KB)

[#004] sha256:23d9e070d16f4d4a9c757290f381cb8a0ecf279a985ed9277175ae99d5ed8283 - 0.0% (1.3 KB)

[#005] sha256:29e0b2cead85ded8709ac68f5c7b997d54ea830f603d6a008084486b2df09be6 - 0.0% (1.27 KB)

[#006] sha256:1404644638bb694e33b13cb94a28605425b1af22788a3cf9589b64d195aa6a6e - 0.0% (1.26 KB)

[#007] sha256:7ca6770f8576ce8a3482d4aa7b14d8f132974d6788dcd53af3d6b33e8bbd5f3a - 1.07% (27.5 MB)

[#008] sha256:201c1f2f0c6bc769244504a08de4e80392ebf502da6fb84f43be72553e28241f - 0.78% (20.2 MB)

[#009] sha256:ea447c5645f71d9ae800efb27b54456f416c30cc1cebe09692e1d418fa96cb10 - 0.0% (1.27 KB)

[#010] sha256:db3e7a9ad4369dd199c57dfe31b166c27243fe4e861cfded46a98657d5a5c7dc - 0.0% (1.29 KB)

[#011] sha256:38d01b7420f508530c12707d6804c41e0c754a2ca8feac782c5e302ff271c21f - 0.0% (1.29 KB)

[#012] sha256:11fd6b684b424dea1e2b1cab2c88e7a0aa09deafc171f11072224135b517c1d7 - 0.0% (1.27 KB)

[#013] sha256:c19cd2d836f0fff76c0dfe24f37539cab1776616bea5997543332abfffdb1d41 - 0.0% (1.27 KB)


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

Apply image 20H2-RTM-amd64

2021-07-10 18:29:59 UTC

Install update 20H2-amd64

2021-08-04 17:22:04 UTC

cmd /S /C #(nop) ARG RELEASES

2021-08-04 17:22:04 UTC

cmd /S /C #(nop) ARG VERSION

2021-08-04 17:22:05 UTC

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

2021-08-04 17:22:05 UTC

cmd /S /C #(nop) ENV VERSION=v0.3.6-rc9

2021-08-04 17:22:06 UTC

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

2021-08-04 17:22:21 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-08-04 17:22:31 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-08-04 17:22:31 UTC

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

2021-08-04 17:22:32 UTC

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

2021-08-04 17:22:32 UTC

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

2021-08-04 17:22:33 UTC

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

2021-08-04 17:22:33 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