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

2021-06-24 21:46:22 UTC

Size

2.52 GB

Content Digest
Labels
  • org.label-schema.build-date
    2021-06-24T21:43:12Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    85e0e1b5c6482bbc6ca9408037c22235284031ae
  • org.label-schema.vcs-url
    https://github.com/rancher/fleet.git

Environment
RELEASES

releases.rancher.com

VERSION

v0.3.6-rc3


Layers

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

[#001] sha256:98622c7525a40dec3c88fac81718f4f208a70f5347eb4faf74f15a78149114df - 42.5% (1.07 GB)

[#002] sha256:21dbfec87d876c2bf696b85e3804d513118e98042130f9a6925e6ddcb0cadd23 - 0.0% (1.3 KB)

[#003] sha256:c09e7701d0705fbb281245e02d33336bbfb172daa31d06b2b5059bb41cbb4089 - 0.0% (1.32 KB)

[#004] sha256:3f072a7a560d55946f351995ce7be5efd4b10066439071007b0d1549ec6bd3bb - 0.0% (1.33 KB)

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

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

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

[#008] sha256:866f67fe5769e615eaf311ca579567817fcd2173869fb8a48d7e4905560bc197 - 0.79% (20.5 MB)

[#009] sha256:3665beb4012a13b53bd0d3302c44711c94deb7efd7eaee02737e77cc32f82668 - 0.0% (1.26 KB)

[#010] sha256:5d385653ebf1164e69601ccd15b0e6c895002a7f286717ae24b284f21f543b47 - 0.0% (1.26 KB)

[#011] sha256:0b885707fa4aa2001ed2af4905fb6a45ab8fcfd1188bf5dc27a5628b6ce2c60f - 0.0% (1.3 KB)

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

[#013] sha256:a56c69d9954b8d8a82f37d685e098ed43c5a86399c59758a47e3b94b49a807d4 - 0.0% (1.31 KB)


History
2020-09-10 20:40:05 UTC

Apply image 20H2-RTM-amd64

2021-06-06 19:49:44 UTC

Install update 20H2-amd64

2021-06-24 21:45:52 UTC

cmd /S /C #(nop) ARG RELEASES

2021-06-24 21:45:52 UTC

cmd /S /C #(nop) ARG VERSION

2021-06-24 21:45:53 UTC

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

2021-06-24 21:45:53 UTC

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

2021-06-24 21:45:53 UTC

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

2021-06-24 21:46:10 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-06-24 21:46:20 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-06-24 21:46:20 UTC

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

2021-06-24 21:46:21 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-06-24T21:43:12Z

2021-06-24 21:46:21 UTC

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

2021-06-24 21:46:22 UTC

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

2021-06-24 21:46:22 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