Namespace
rancher
Image / Tag
fleet-agent:v0.3.6-windows-2004
Content Digest
sha256:00075277917fd37e0cb432b1763c661d6770da43474a3dbc75389b358926051d
Details
Created

2021-08-27 23:04:34 UTC

Size

2.2 GB

Content Digest
Labels
  • org.label-schema.build-date
    2021-08-27T23:00:11Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    2a4a7a47ebc3f8e3bfa97e22d300a64fc6247a37
  • org.label-schema.vcs-url
    https://github.com/rancher/fleet.git

Environment
RELEASES

releases.rancher.com

VERSION

v0.3.6


Layers

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

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

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

[#003] sha256:64234b2ceaac7cb0905991d87791af2cb82978bed856b83ede729aa146fbf1ba - 0.0% (1.27 KB)

[#004] sha256:3348836e28573f6494054fafcc80661f4473b651cb31f875ebc8c59d573fc07b - 0.0% (1.27 KB)

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

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

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

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

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

[#010] sha256:6c109ac42489b7cc99be88424f15314999d72447bcadbf47db11d461ed06a27e - 0.0% (1.3 KB)

[#011] sha256:a45be63afcdd6ab0da9a094c6b0b87e8ca9751cc93381d1de3134e94840f5504 - 0.0% (1.26 KB)

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

[#013] sha256:8be6449521f733e21eac327df38995cd50337ec3914862cfa733abdadd73b93b - 0.0% (1.27 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-27 23:03:55 UTC

cmd /S /C #(nop) ARG RELEASES

2021-08-27 23:03:56 UTC

cmd /S /C #(nop) ARG VERSION

2021-08-27 23:03:56 UTC

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

2021-08-27 23:03:57 UTC

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

2021-08-27 23:03:57 UTC

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

2021-08-27 23:04: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-27 23:04:31 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-27 23:04:32 UTC

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

2021-08-27 23:04:32 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-08-27T23:00:11Z

2021-08-27 23:04:33 UTC

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

2021-08-27 23:04:33 UTC

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

2021-08-27 23:04:34 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