Namespace
rancher
Image / Tag
fleet-agent:v0.3.6-rc11-windows-2004
Content Digest
sha256:6689732c815aa0c266be161feac3f15c73b95c20560692e83d57c1c8fcf08de9
Details
Created

2021-08-13 22:50:31 UTC

Size

2.2 GB

Content Digest
Labels
  • org.label-schema.build-date
    2021-08-13T22:46:19Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    965f9780a45b19f3415178c2ca3127f4401b88c8
  • org.label-schema.vcs-url
    https://github.com/rancher/fleet.git

Environment
RELEASES

releases.rancher.com

VERSION

v0.3.6-rc11


Layers

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

[#001] sha256:c30e212b15b86121fb89bda60f21c14275762ea9c6c2d30c593c9ffecf605c40 - 45.88% (1.01 GB)

[#002] sha256:7d1e71eee1f59aa4fae1b7e124ce5eaba98bbe90e17bb470552e792ca2d1f8c8 - 0.0% (1.33 KB)

[#003] sha256:6476e453aadb00145b77ef268db8d177016cd19b2b6445f8247ec9315e26cafb - 0.0% (1.29 KB)

[#004] sha256:50218b5ccf1b6c68253f441d6c619b43d13145768614fca0e13095e7fadfd077 - 0.0% (1.3 KB)

[#005] sha256:0f942a89c008a2017657abffb616abf66015f87e2102d1cf7dd4d62a7a112922 - 0.0% (1.26 KB)

[#006] sha256:0e66d3a1327e3112eb96e8d57b7f9d4edd56f65c7db643862540f1a5ccd519b0 - 0.0% (1.33 KB)

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

[#008] sha256:d0d2fdc46ea8b537a0f2ab1b6d2bf47f5880abc679d06762f3ad119de434a0a4 - 0.9% (20.2 MB)

[#009] sha256:44a57435084d1fd0f9e76b301e6c26dc3f37c03cfa7aa8581bd1e1a5fc01915d - 0.0% (1.29 KB)

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

[#011] sha256:daaa454e491e49d2d90bbfbfc61dc4821580e3f17ff691fbe9439d64011d0362 - 0.0% (1.27 KB)

[#012] sha256:3f54984a152a63ca4dfee7946d4d47c3cddd07f38fa58db5484be4382122e1c1 - 0.0% (1.31 KB)

[#013] sha256:1a06c464d5b015e4c0cfce62288b7ddcc2c55312f6a0514a726d2dcd78833b1d - 0.0% (1.3 KB)


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

Apply image 2004-RTM-amd64

2021-08-03 01:07:02 UTC

Install update 2004-amd64

2021-08-13 22:50:01 UTC

cmd /S /C #(nop) ARG RELEASES

2021-08-13 22:50:01 UTC

cmd /S /C #(nop) ARG VERSION

2021-08-13 22:50:02 UTC

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

2021-08-13 22:50:02 UTC

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

2021-08-13 22:50:03 UTC

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

2021-08-13 22:50:19 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-13 22:50:29 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-13 22:50:29 UTC

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

2021-08-13 22:50:30 UTC

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

2021-08-13 22:50:30 UTC

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

2021-08-13 22:50:31 UTC

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

2021-08-13 22:50:31 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