Namespace
rancher
Image / Tag
fleet-agent:v0.3.8-windows-20H2
Content Digest
sha256:24d191cc1a3fcd282e0e05c24152421250030a59092bc7963b7af69192395ea6
Details
Created

2021-12-16 21:19:53 UTC

Size

2.57 GB

Content Digest
Labels
  • org.label-schema.build-date
    2021-12-16T21:14:44Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    ce9c0d6c0a455d61e87c0f19df79d0ee11a89eeb
  • org.label-schema.vcs-url
    https://github.com/rancher/fleet.git

Environment
RELEASES

releases.rancher.com

VERSION

v0.3.8


Layers

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

[#001] sha256:12bece78596713652b5d56f87c93a853d9be07f42b55d7ef563b1e2a6b0355ab - 43.82% (1.13 GB)

[#002] sha256:1b2a08eb561c7b3a36b712d09c45d1ef1dfb30bf57257a56a7502470d3d18879 - 0.0% (1.29 KB)

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

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

[#005] sha256:8d5825c93a85c5a86c11f3ff9577047b63160fa875087090929a6d2bbcb22323 - 0.0% (1.32 KB)

[#006] sha256:b44b746a59e1517d4b742ccfd58886a85547dd3714a3d09b83bf87013caea446 - 0.0% (1.29 KB)

[#007] sha256:a8175a5d603408fbc3127cde016fb592c5e6aa78ebcf3e1fa0a4950689790567 - 1.01% (26.7 MB)

[#008] sha256:c8291a80c95186b9b0e42ed2e7195c64ac2bdf9566b85a1b66800f7478093435 - 0.72% (18.9 MB)

[#009] sha256:712fd02896b7a993413adba4fb0327978c1fdc63d8ddad8c8a1584e68ad0c45a - 0.0% (1.26 KB)

[#010] sha256:896840278d27acb865f3829eb18a528b661159f5b1b259f30cd9a84efe19a69e - 0.0% (1.26 KB)

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

[#012] sha256:b1bb1b3557fdbc131c4693e99f396803716bdd5e2ef21725d974cf6c07ac47f1 - 0.0% (1.28 KB)

[#013] sha256:ffa0c1aa409e30ed303de92f7a986f3701e022e7299c2c53cfd98a0ef3d14527 - 0.0% (1.29 KB)


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

Apply image 20H2-RTM-amd64

2021-12-10 12:41:30 UTC

Install update 20H2-amd64

2021-12-16 21:19:24 UTC

cmd /S /C #(nop) ARG RELEASES

2021-12-16 21:19:25 UTC

cmd /S /C #(nop) ARG VERSION

2021-12-16 21:19:25 UTC

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

2021-12-16 21:19:26 UTC

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

2021-12-16 21:19:26 UTC

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

2021-12-16 21:19:42 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; pushd c:\; $URL = 'https://github.com/git-for-windows/git/releases/download/v2.33.1.windows.1/MinGit-2.33.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-12-16 21:19:51 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-12-16 21:19:51 UTC

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

2021-12-16 21:19:52 UTC

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

2021-12-16 21:19:52 UTC

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

2021-12-16 21:19:53 UTC

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

2021-12-16 21:19:53 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