Namespace
rancher
Image / Tag
fleet-agent:v0.3.4-rc7-windows-amd64-1903
Content Digest
sha256:1c3488125882e244840d73d87387f97db4600de82336877ead62c8ab2aaea60c
Details
Created

2021-02-25 17:25:57 UTC

Size

2.23 GB

Content Digest
Labels
  • org.label-schema.build-date
    2021-02-25T17:24:54Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    e39527f1ac70796414e8eee4118f0aca60cb2f6b
  • org.label-schema.vcs-url
    https://github.com/rancher/fleet.git

Environment
RELEASES

releases.rancher.com

VERSION

v0.3.4-rc7


Layers

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

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

[#002] sha256:49402a622ae5a58b6b354ac880d28cc83ef1c66fe72fc9682412fa1b48201690 - 0.0% (1.18 KB)

[#003] sha256:1d71d30c463e81574517f6fc3e1cc6f049cf84f8f2dca424c099ffbc0bf2e6fc - 0.0% (1.18 KB)

[#004] sha256:3fda08e3c14fc5a0a7c883c53c4b8a8fb7b6b266ee60f8658d3d968eb12eb266 - 0.0% (1.18 KB)

[#005] sha256:ae35cc4aeb98124c5dda53264c05d16fba2933ad5f0fe33fa47b9c94d72706cd - 0.0% (1.18 KB)

[#006] sha256:11d4b2f5ed61becf14e4e7c86c3fdcb499c020074591228959c387062e582d88 - 0.0% (1.19 KB)

[#007] sha256:59146d364ff3468ba378323640b8ea7768a97eb90fee922eecd69646d11026a1 - 1.4% (31.9 MB)

[#008] sha256:0824af282c2c003a178619da5331e0a260892720e39a3a6196bd9fb3906146ab - 0.86% (19.6 MB)

[#009] sha256:0114eb0f63109ccb2029188174c1d9fe8daca0cb34b0aea1d317509f076b7409 - 0.0% (1.1 KB)

[#010] sha256:edb0c16c79c9eb6df53e4f6c29405908678602aeab00ff0be88b0f5be7e732f0 - 0.0% (1.16 KB)

[#011] sha256:7968d274b10e785b5a1ec099ca2aa7accce404308448b8f0483f2e5b7de377a1 - 0.0% (1.18 KB)

[#012] sha256:4bd7d0ff311f15befff8dd442dfcb99efac1d38af64b7725089cc7dd733a9049 - 0.0% (1.18 KB)

[#013] sha256:e5ca69108d3b608d1923e4a324ec6bb69e2374e3880638305d42c521b73c31b5 - 0.0% (1.18 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-02-25 17:24:57 UTC

cmd /S /C #(nop) ARG RELEASES

2021-02-25 17:24:59 UTC

cmd /S /C #(nop) ARG VERSION

2021-02-25 17:25:00 UTC

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

2021-02-25 17:25:02 UTC

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

2021-02-25 17:25:04 UTC

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

2021-02-25 17:25:36 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-02-25 17:25:53 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-02-25 17:25:54 UTC

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

2021-02-25 17:25:54 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-02-25T17:24:54Z

2021-02-25 17:25:55 UTC

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

2021-02-25 17:25:56 UTC

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

2021-02-25 17:25:57 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