Namespace
rancher
Image / Tag
fleet-agent:v0.3.5-rc1-windows-amd64-2004
Content Digest
sha256:cde656bb930145006dc57fdbe0d3a12e840fd3072a0f7600df36718456ef96f2
Details
Created

2021-03-18 16:59:45 UTC

Size

2.04 GB

Content Digest
Labels
  • org.label-schema.build-date
    2021-03-18T16:59:12Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    5a578473735455c3c7c7e8aceac1b931a3a60dce
  • org.label-schema.vcs-url
    https://github.com/rancher/fleet.git

Environment
RELEASES

releases.rancher.com

VERSION

v0.3.5-rc1


Layers

[#000] sha256:295f12394c4f250e83029adb04647faeb736b0c8d275aa9b34f5e3c60a89d0d2 - 56.1% (1.14 GB)

[#001] sha256:b88c3f1734a24e4add7c2a4b6c946296c533ea2dd32d575f53460fbe0ee44512 - 41.13% (859 MB)

[#002] sha256:b33d8a203ab63df4727dd22cce00fe23cd251ae04c79dbd00ce5b20334428eef - 0.0% (1.08 KB)

[#003] sha256:3c76b150233b10fc261d7e928cb5129c9005ddf322441115ae5720cb42a089a8 - 0.0% (1.07 KB)

[#004] sha256:037cd82a2a7ac9985f1c4da02deade7a915b2cb7c894d100cb6dd0738fab161c - 0.0% (1.09 KB)

[#005] sha256:113ebb1607f9895fe9a415bf60243439e19f76b7604891ba4574e74261dd5f49 - 0.0% (1.12 KB)

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

[#007] sha256:6d885d6fd0a0715f3afa0a31f2c278fc4b26ffd5b3ae18da19a238a1d87414cc - 1.58% (32.9 MB)

[#008] sha256:f39c7b5b15bf26c23a7f887dcd77e39841e25a639aa4a222ccbb74ece3647982 - 1.19% (24.9 MB)

[#009] sha256:1a3881f475f47cbd44046e436c1ef4e73b73b19310dcd5197f675c986a1094b0 - 0.0% (1.09 KB)

[#010] sha256:9a15b870ec583251ff461acd4138fc59b9f9ad6f8ad7dcc9edce1a31fb5cf3cb - 0.0% (1.07 KB)

[#011] sha256:9e05832e477f00a5f998c1157717aa140bdc173f1bfc6c998ea6329b9bdc5ffe - 0.0% (1.1 KB)

[#012] sha256:b9a89b398672488c84966759d197ffd14613a4122a4721fdff583883e4f4b1b0 - 0.0% (1.07 KB)

[#013] sha256:5d604c5f92733f9264ed23a4135b2d1e7d1bcb3939c7e627f60404eac3402014 - 0.0% (1.09 KB)


History
2019-12-07 09:28:27 UTC

Apply image 2004-RTM-amd64

2021-03-05 14:41:39 UTC

Install update 2004-amd64

2021-03-18 16:59:13 UTC

cmd /S /C #(nop) ARG RELEASES

2021-03-18 16:59:14 UTC

cmd /S /C #(nop) ARG VERSION

2021-03-18 16:59:14 UTC

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

2021-03-18 16:59:14 UTC

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

2021-03-18 16:59:15 UTC

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

2021-03-18 16:59:34 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-03-18 16:59: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-03-18 16:59:44 UTC

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

2021-03-18 16:59:44 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-03-18T16:59:12Z

2021-03-18 16:59:45 UTC

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

2021-03-18 16:59:45 UTC

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

2021-03-18 16:59:45 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