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

2021-08-04 00:13:37 UTC

Size

2.52 GB

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

Environment
RELEASES

releases.rancher.com

VERSION

v0.3.6-rc8


Layers

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

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

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

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

[#004] sha256:3ff3d351c18b9e31fb0658bcae0a0a55d7a4ea232ed8dad290e6c2275e691202 - 0.0% (1.32 KB)

[#005] sha256:aa598e5cf920c99f71f2437a2b67602578d430aa6081ea69922dd731c65999d7 - 0.0% (1.32 KB)

[#006] sha256:a9b2640fe8a553fa5c58974b02b8b27fb552617a4c03b59683da7592080f19c0 - 0.0% (1.29 KB)

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

[#008] sha256:084cc05d9712e342bafebff87588eb5f42a6a8adc305cc872d6d127be294ec2b - 0.78% (20.2 MB)

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

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

[#011] sha256:a0c9cc611149012fc18bbfeb1bfa66a1ef4d73e44b6563dc2cb256fe20ba2f32 - 0.0% (1.26 KB)

[#012] sha256:97ece56f4abc268d864cd800ab544255b57f8756c02bfef8079205aa66eca8da - 0.0% (1.27 KB)

[#013] sha256:f85f379fd6d1b2378468bca87997741b73935fb8a6b5b234cc7ce9621a106802 - 0.0% (1.33 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 00:13:07 UTC

cmd /S /C #(nop) ARG RELEASES

2021-08-04 00:13:07 UTC

cmd /S /C #(nop) ARG VERSION

2021-08-04 00:13:08 UTC

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

2021-08-04 00:13:08 UTC

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

2021-08-04 00:13:08 UTC

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

2021-08-04 00:13:24 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 00:13:34 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 00:13:35 UTC

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

2021-08-04 00:13:35 UTC

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

2021-08-04 00:13:36 UTC

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

2021-08-04 00:13:36 UTC

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

2021-08-04 00:13:37 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