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

2021-08-09 16:22:12 UTC

Size

2.52 GB

Content Digest
Labels
  • org.label-schema.build-date
    2021-08-09T16:19:08Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    c6b2f06e5868a40a5f5d2c93ee959a0dc776cd90
  • org.label-schema.vcs-url
    https://github.com/rancher/fleet.git

Environment
RELEASES

releases.rancher.com

VERSION

v0.3.6-rc10


Layers

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

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

[#002] sha256:70a4dacc507d71b006faef2524bb56a7ca3b1ea45432052150501474d8a84852 - 0.0% (1.31 KB)

[#003] sha256:1598eefac21d57b4db4cdee50425263903df5cbafc3fd723816876907c96b0fe - 0.0% (1.31 KB)

[#004] sha256:1103e7fa75845f91614cc85ed6e83a2048c69951b01f888ed2f29b985444098d - 0.0% (1.3 KB)

[#005] sha256:38c9b95962997c2a67a48787cbb16af479b63d5580e518d9815640416b263e2c - 0.0% (1.31 KB)

[#006] sha256:30880c2f5df96b56e00a8098bb40eeef40d7535f40cb9f7c4f8c13d0efd0bb6f - 0.0% (1.27 KB)

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

[#008] sha256:7b675bf3b3c7423d9c9950f58435cbe26c58d1f1919d59521b397928e8b4f62d - 0.78% (20.2 MB)

[#009] sha256:03e1464ca8084a614227f1cb59652fe6a857feee6d97ce7ec803e1675245e68c - 0.0% (1.29 KB)

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

[#011] sha256:8b64306c092dfacfc0337b2af3d0dfefb7257b4cb998e4805ed323d430248b29 - 0.0% (1.29 KB)

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

[#013] sha256:6d305a61f23d16303e86a65103dcdd4aed4522238be47aba824944f948b2a131 - 0.0% (1.31 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-08-09 16:21:40 UTC

cmd /S /C #(nop) ARG RELEASES

2021-08-09 16:21:40 UTC

cmd /S /C #(nop) ARG VERSION

2021-08-09 16:21:41 UTC

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

2021-08-09 16:21:41 UTC

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

2021-08-09 16:21:42 UTC

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

2021-08-09 16:21:59 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-09 16:22:09 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-09 16:22:10 UTC

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

2021-08-09 16:22:10 UTC

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

2021-08-09 16:22:11 UTC

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

2021-08-09 16:22:12 UTC

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

2021-08-09 16:22:12 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