Namespace
rancher
Image / Tag
fleet-agent:v0.3.5-windows-1903
Content Digest
sha256:4be6724ff81d0b1f2cf9163a72e5c8af8e526dece7582c0557697b93aba9273f
Details
Created

2021-05-05 17:11:30 UTC

Size

2.24 GB

Content Digest
Labels
  • org.label-schema.build-date
    2021-05-05T17:10:55Z
  • org.label-schema.schema-version
    1.0
  • org.label-schema.vcs-ref
    fb41148922f8342d33e25e5dc6dcdd06f6cefcb9
  • org.label-schema.vcs-url
    https://github.com/rancher/fleet.git

Environment
RELEASES

releases.rancher.com

VERSION

v0.3.5


Layers

[#000] sha256:5b663e3b9104ae6bf9135c0beb5291952314d59565b1be257a362a53b219b889 - 63.59% (1.42 GB)

[#001] sha256:4371cb55e8ebd2e23b5b68f3e3f2015dda376eb8a6353f7f7da1fdee9c038d26 - 33.93% (777 MB)

[#002] sha256:f117b9c64ed3568e6ae4e8a42b247b9c27f60a7dc22393bec28e6eac3bedaeb1 - 0.0% (1.07 KB)

[#003] sha256:0ed56a1d1cdac1279ac3937ad9499e45a8add3ee677126c78cd39a708e021680 - 0.0% (1.13 KB)

[#004] sha256:d97d5b7e6508210db9023dbb58b41ed0ed652f141f4dc75b17faed9560cd06a1 - 0.0% (1.06 KB)

[#005] sha256:b82bd9328829f585a27a8dcb2060ee1a9638b12b4e1af464ff23428c4fa08a81 - 0.0% (1.06 KB)

[#006] sha256:9ba786acea1834f4b454a0e6c219abe44ebc6484a365ff09a53296b8ab8bc9fb - 0.0% (1.11 KB)

[#007] sha256:9209e9e95c3a6df0785b0f714f08ff74774cd594db30f9de6c6bd6e93fd7c642 - 1.39% (31.9 MB)

[#008] sha256:2b17d187c9f4f16d77213e68ee5550f016ff3b4e225514da551abf957f8f85ec - 1.09% (25 MB)

[#009] sha256:4498e558deaa584da6dbe03c20f5361baf3a273bece7f94ac8bde447fb81dc4b - 0.0% (1.06 KB)

[#010] sha256:4d06fb73af2a6ae78a539a409778372ebca79289109f8a0519f81d48b0e90dd0 - 0.0% (1.07 KB)

[#011] sha256:9289806b51d8fa38566845b2e8992d609a509c2fc291e70dec959c5c77d8b746 - 0.0% (1.07 KB)

[#012] sha256:dec07406ceac5aec01686b0612096b44476aec766db8f3c05be97fe53e633fc9 - 0.0% (1.08 KB)

[#013] sha256:43928ea33f1eebbaab9187e47deb232988fcbd18054dddf04e533e09e0770f3f - 0.0% (1.1 KB)


History
2019-03-19 06:23:35 UTC

Apply image 1903-RTM-amd64

2020-12-03 08:08:17 UTC

Install update 1903-amd64

2021-05-05 17:10:56 UTC

cmd /S /C #(nop) ARG RELEASES

2021-05-05 17:10:57 UTC

cmd /S /C #(nop) ARG VERSION

2021-05-05 17:10:57 UTC

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

2021-05-05 17:10:57 UTC

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

2021-05-05 17:10:58 UTC

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

2021-05-05 17:11:18 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-05-05 17:11: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-05-05 17:11:29 UTC

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

2021-05-05 17:11:29 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.label-schema.build-date=2021-05-05T17:10:55Z

2021-05-05 17:11:30 UTC

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

2021-05-05 17:11:30 UTC

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

2021-05-05 17:11:30 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