Namespace
rancher
Image / Tag
fleet-agent:v0.3.6-rc9-windows-1809
Content Digest
sha256:67f9590e81d5564de1ce9f798c246edbace32ac91bd3cb88c50a1a42df105d6e
Details
Created

2021-08-04 17:25:02 UTC

Size

2.55 GB

Content Digest
Labels
  • org.opencontainers.image.created
    2021-08-04T17:19:50Z
  • org.opencontainers.image.revision
    96c8c497e7a44e349200c08375203e3044e7df7b
  • 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.6-rc9


Layers

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

[#001] sha256:f143c6fed32d477c35b660b2e108ea62e3593c03e44bd9ced208ce52b26b0841 - 35.35% (922 MB)

[#002] sha256:63cd6a1048c0ca94000a64fe4735a2ad67445a7e3e35ae5a76d11eb2ad7f3f5e - 0.0% (1.09 KB)

[#003] sha256:fac6571f4532786f9e8b3dcafb2b78843a369aab5e4e255a539ceade56617916 - 0.0% (1.06 KB)

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

[#005] sha256:49eb453a69a7999a8d7acb95151cf75e9966294bb686fe84135cb90a949e8ba0 - 0.0% (1.08 KB)

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

[#007] sha256:d6973961f601b023a42a67300b1178a9cdcce5e8fce9ecab0883c392cba01909 - 1.05% (27.5 MB)

[#008] sha256:8071080d4309b26cf207110570bfc4a9302df5915cc24055794de592bf9e9bea - 0.78% (20.2 MB)

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

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

[#011] sha256:829d955e343b24a180c0451730d4641aaf3425aa932193d237f26db92c66ce16 - 0.0% (1.07 KB)

[#012] sha256:88bed2f22a9c97847c3f64bcf9213eca53b62db0731d54e3c8a5e42a6afa10b3 - 0.0% (1.06 KB)

[#013] sha256:900a767ffb9bb8f3f72b9b740deb70c2a246e204711a818554defd56c67698f1 - 0.0% (1.07 KB)


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

Apply image 1809-RTM-amd64

2021-07-06 20:34:18 UTC

Install update 1809-amd64

2021-08-04 17:24:17 UTC

cmd /S /C #(nop) ARG RELEASES

2021-08-04 17:24:18 UTC

cmd /S /C #(nop) ARG VERSION

2021-08-04 17:24:18 UTC

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

2021-08-04 17:24:18 UTC

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

2021-08-04 17:24:19 UTC

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

2021-08-04 17:24:50 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:25:00 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:25:01 UTC

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

2021-08-04 17:25:01 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2021-08-04T17:19:50Z

2021-08-04 17:25:01 UTC

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

2021-08-04 17:25:02 UTC

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

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