Namespace
rancher
Image / Tag
fleet-agent:v0.3.7-windows-2004
Content Digest
sha256:9efb1c9420796cdea25b6771a17390de7cafdcb28baec79d029cdfa58de95422
Details
Created

2021-09-30 00:02:22 UTC

Size

2.2 GB

Content Digest
Labels
  • org.label-schema.build-date
    2021-09-29T23:57:57Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    4aaa778d23dd993f5299e08d144ff0ff81315f7b
  • org.label-schema.vcs-url
    https://github.com/rancher/fleet.git

Environment
RELEASES

releases.rancher.com

VERSION

v0.3.7


Layers

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

[#001] sha256:5910daff7c6f0ae5d1a60dc8e9d8df82ee69bf446b1f43631347890156782373 - 45.96% (1.01 GB)

[#002] sha256:9d6832f7b25a8114f3587e884d8cdf6dfe7b94109cc07d32e263860dc7682b3d - 0.0% (1.27 KB)

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

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

[#005] sha256:a57ab5be83bd2e03d226f94fe55485e232c404da3f673f430940be37dcd50834 - 0.0% (1.3 KB)

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

[#007] sha256:af73141f07f46f4c363dbb4c86c1c7de66afb60d5b75fe0fe194607a5fc306d6 - 1.22% (27.5 MB)

[#008] sha256:fffe8de2dbfdc8e83de0173ccde68fb7d97bddb3370cff870c04724060bd0134 - 0.9% (20.3 MB)

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

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

[#011] sha256:e4dd84414baa4646037b75fbb6dd44602df812ccac1233db3847d21502f78624 - 0.0% (1.28 KB)

[#012] sha256:80d7c2a6b19431ac00fc9ddc7850435e589583ecd525904c923166c5a907c991 - 0.0% (1.27 KB)

[#013] sha256:a6654deb21c6e8062802d8b5750c0ecc7c6d31f53a4d4e8c453bd5cb12457f87 - 0.0% (1.27 KB)


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

Apply image 2004-RTM-amd64

2021-09-13 06:11:38 UTC

Install update 2004-amd64

2021-09-30 00:01:28 UTC

cmd /S /C #(nop) ARG RELEASES

2021-09-30 00:01:28 UTC

cmd /S /C #(nop) ARG VERSION

2021-09-30 00:01:29 UTC

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

2021-09-30 00:01:29 UTC

cmd /S /C #(nop) ENV VERSION=v0.3.7

2021-09-30 00:01:30 UTC

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

2021-09-30 00:01:49 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-09-30 00:02: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-09-30 00:02:20 UTC

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

2021-09-30 00:02:21 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-09-29T23:57:57Z

2021-09-30 00:02:21 UTC

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

2021-09-30 00:02:22 UTC

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

2021-09-30 00:02: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