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

2021-07-28 21:41:51 UTC

Size

2.52 GB

Content Digest
Labels
  • org.label-schema.build-date
    2021-07-28T21:38:41Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    f7f91698266436e2f09b9c7c3a545ac95d0b3a6c
  • org.label-schema.vcs-url
    https://github.com/rancher/fleet.git

Environment
RELEASES

releases.rancher.com

VERSION

v0.3.6-rc7


Layers

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

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

[#002] sha256:f36df216b4766065460d8df62637c585513c481f5db28ec954b152b8a21db58a - 0.0% (1.32 KB)

[#003] sha256:77696808a076f04980d1cb016917f4ba946cc1c6453cf2fbfae7cb2d776c4571 - 0.0% (1.26 KB)

[#004] sha256:0dbd3b5fdf3ac090af46088ce5bfd91706ff28e6eb5d2a14e521bad97e4af605 - 0.0% (1.29 KB)

[#005] sha256:cee49f28b2c8e013917ab9fece35f149acc7109afeeafddf829231fd865179fb - 0.0% (1.29 KB)

[#006] sha256:67280ae1ee2272053c6bd786b8436278a3ae4ed43847138298f062a11e6fe21a - 0.0% (1.3 KB)

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

[#008] sha256:83aa94702f6d5f34655fb407ad50899e795e7d5d671da85270306a838da2e165 - 0.79% (20.5 MB)

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

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

[#011] sha256:8ddcd9f50db871d9a2b04761fb0a551bd8831ee695b29d3ec97c774eddff5674 - 0.0% (1.31 KB)

[#012] sha256:d305970d1d0b8278abe440baf3cc579f6d751a720b24d9736594a25c38e7a797 - 0.0% (1.3 KB)

[#013] sha256:9220926fad6d60b69b09991ffc8a9afc2f4d93b2f0c6322aca096039f5e62b35 - 0.0% (1.27 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-07-28 21:41:21 UTC

cmd /S /C #(nop) ARG RELEASES

2021-07-28 21:41:22 UTC

cmd /S /C #(nop) ARG VERSION

2021-07-28 21:41:22 UTC

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

2021-07-28 21:41:22 UTC

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

2021-07-28 21:41:23 UTC

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

2021-07-28 21:41:40 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-07-28 21:41:49 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-07-28 21:41:49 UTC

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

2021-07-28 21:41:50 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-07-28T21:38:41Z

2021-07-28 21:41:50 UTC

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

2021-07-28 21:41:50 UTC

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

2021-07-28 21:41:51 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