Namespace
rancher
Image / Tag
fleet-agent:v0.3.5-rc5-windows-amd64-2004
Content Digest
sha256:297ff60f706c1aee8143135f560d643893e9041a6397af4a2f50f6f4c9a57dd8
Details
Created

2021-04-19 16:26:42 UTC

Size

2.04 GB

Content Digest
Labels
  • org.label-schema.build-date
    2021-04-19T16:26:01Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    3b1da5727d9f4ee3e562cbfceb3032fcd44c9808
  • org.label-schema.vcs-url
    https://github.com/rancher/fleet.git

Environment
RELEASES

releases.rancher.com

VERSION

v0.3.5-rc5


Layers

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

[#001] sha256:2d44bfce6197280c284c6116bb07619e64c5014fa45990d8a0409d56037882fb - 41.46% (864 MB)

[#002] sha256:23efb7f3f380beffb4d2e2b5c43da4a439faa4117697ce4a87d7aced4747c807 - 0.0% (1.27 KB)

[#003] sha256:1531716da15bc25f683fade31c1c8820662c8eacdfa897fe60e8c525e1774980 - 0.0% (1.29 KB)

[#004] sha256:8ab4ee073df9c9a1e87eb3d695586ab5458d5d7affb8f0e2dc1bb0905653b9a0 - 0.0% (1.26 KB)

[#005] sha256:93fd895c2f74cd5af46274b7696be0cfbf4e40aaf290df2b64751c31d5948b14 - 0.0% (1.33 KB)

[#006] sha256:26a00932d42b2e15963a366e108026d7001eecfb927576298352b5251d289391 - 0.0% (1.27 KB)

[#007] sha256:a5f1d4040ec632de8666b108188f182d0a09da6c78c569b8d8c8f9f55eccce02 - 1.32% (27.5 MB)

[#008] sha256:593829f2f9497483518a7d117af7c3dad1b85a90d3e69857128f92aff1815026 - 0.99% (20.6 MB)

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

[#010] sha256:4da0b930ccdf0c78fcc642c9fc5bb90bbe83c630e1b400c8b8093799cb94ec1d - 0.0% (1.29 KB)

[#011] sha256:d775b9e4eae0a50c70383cc7f7a3414171cf0940d41859fbfb7149c33cdb62c2 - 0.0% (1.32 KB)

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

[#013] sha256:abc0de2543e0fbd59eda4b0fe8952ac9c860936e4fdb4c5862825f97043b5c67 - 0.0% (1.26 KB)


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

Apply image 2004-RTM-amd64

2021-04-09 09:55:52 UTC

Install update 2004-amd64

2021-04-19 16:26:02 UTC

cmd /S /C #(nop) ARG RELEASES

2021-04-19 16:26:03 UTC

cmd /S /C #(nop) ARG VERSION

2021-04-19 16:26:03 UTC

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

2021-04-19 16:26:04 UTC

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

2021-04-19 16:26:04 UTC

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

2021-04-19 16:26:26 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-19 16:26:40 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-19 16:26:40 UTC

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

2021-04-19 16:26:41 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-04-19T16:26:01Z

2021-04-19 16:26:41 UTC

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

2021-04-19 16:26:42 UTC

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

2021-04-19 16:26:42 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