Namespace
rancher
Image / Tag
fleet-agent:v0.3.5-rc2-windows-amd64-1809
Content Digest
sha256:3c4da2dde1db598ba57596d64ff307164579a604fdcd5ee9bbc0b68ab3efb1e7
Details
Created

2021-04-06 01:04:29 UTC

Size

2.35 GB

Content Digest
Labels
  • org.opencontainers.image.created
    2021-04-06T01:03:58Z
  • org.opencontainers.image.revision
    3fa1d9062f5e793dba1d2a05a496cde305b52ee5
  • org.opencontainers.image.source
    https://github.com/rancher/fleet.git
  • org.opencontainers.image.url
    https://github.com/rancher/fleet

Environment
RELEASES

releases.rancher.com

VERSION

v0.3.5-rc2


Layers

[#000] sha256:4612f6d0b889cad0ed0292fae3a0b0c8a9e49aff6dea8eb049b2386d9b07986f - 68.2% (1.6 GB)

[#001] sha256:5ff1512f88ecd4ff0a91ade34d43733c48834433e35f062f80e6e70d706f8d73 - 29.5% (709 MB)

[#002] sha256:4d2742f81c55c4281b49c0f0b5eccdf8b551da334d929cf4868db059fa4f61d4 - 0.0% (1.07 KB)

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

[#004] sha256:32a81814382444702e0938aa089910bcc42a30d8c0195246d6e49646a3bb61e9 - 0.0% (1.07 KB)

[#005] sha256:e0258b2eb66d433aa3a1c846738c563e4f6fc30e2309fe20ea1c6bd305d90ccf - 0.0% (1.06 KB)

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

[#007] sha256:02a618a33166ebe675215a003f1c4cd63ba5a1a7c1c1c3b90433558adde83917 - 1.32% (31.7 MB)

[#008] sha256:d29411f7edf0fb3f336fd0252cebc338ce5873b08d887aeca7ffa127ca61560d - 0.99% (23.8 MB)

[#009] sha256:1073fb9317ebeda6befbac66c9775a642a1d54f8c338789e611ff725b0479809 - 0.0% (1.07 KB)

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

[#011] sha256:3f3b9db7bbf009b06e7e705feded35765f26fbccead71abf7c7487a1ff44d75f - 0.0% (1.06 KB)

[#012] sha256:b15d04d8a64c018faf51ce91afdf100b102f377a8d981da1315584caf1b3053c - 0.0% (1.09 KB)

[#013] sha256:dcc52c20ec05f0cb40183b1d06ed94ac0fe1ab9912ac5c2e595a98f537dfcd46 - 0.0% (1.1 KB)


History
2020-05-07 05:09:25 UTC

Apply image 1809-RTM-amd64

2021-02-27 09:32:06 UTC

Install update 1809-amd64

2021-04-06 01:03:59 UTC

cmd /S /C #(nop) ARG RELEASES

2021-04-06 01:03:59 UTC

cmd /S /C #(nop) ARG VERSION

2021-04-06 01:03:59 UTC

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

2021-04-06 01:04:00 UTC

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

2021-04-06 01:04:00 UTC

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

2021-04-06 01:04:19 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-06 01:04:27 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-06 01:04:28 UTC

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

2021-04-06 01:04:28 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2021-04-06T01:03:58Z

2021-04-06 01:04:28 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.revision=3fa1d9062f5e793dba1d2a05a496cde305b52ee5

2021-04-06 01:04:29 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/fleet.git

2021-04-06 01:04:29 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.url=https://github.com/rancher/fleet

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