Namespace
rancher
Image / Tag
fleet-agent:v0.9.5-rc.1-windows-1809
Content Digest
sha256:2a9acc3e5f54b208bf70a10d23488f5b67d2398f04822c9accbec1091768c89d
Details
Created

2024-06-03 08:34:59 UTC

Size

2.08 GB

Content Digest
Labels
  • org.opencontainers.image.created
    2024-06-03T08:30:08Z
  • org.opencontainers.image.revision
    7b250f1b5752e707d285ae4571be54e76799895d
  • org.opencontainers.image.source
    https://github.com/rancher/fleet.git
  • org.opencontainers.image.url
    https://github.com/rancher/fleet

Environment
RELEASES

releases.rancher.com

VERSION

v0.9.5-rc.1


Layers

[#000] sha256:c9226d61d3bdbf9f09821b32f5878623b8daaa5fb4f875cb63c199f87a26d57e - 74.07% (1.54 GB)

[#001] sha256:e00cc2568ad51f25eabe6bb19ba6248a040d7622594b0d09ee77dec571d7280a - 23.74% (505 MB)

[#002] sha256:9635302dde954c8ecc5a71e241a4a1d8f5e813b65328041fb825f9bea7d8f1ad - 0.0% (1.09 KB)

[#003] sha256:8ea9df22076501ef6bb6bba3a45d562677bca1b9929dc54de0f03a7c525d984a - 0.0% (1.06 KB)

[#004] sha256:3eab69ddd4f4fca04a76698ea148bb3bed1d7790a1c2ba557045e601264bc3e6 - 0.0% (1.1 KB)

[#005] sha256:3d32df9e13c2c40741ccaf5c78c316ed2e9895bdc0de51e7cd91f4b52a4873a2 - 0.0% (1.09 KB)

[#006] sha256:5c97f041b57f3e4043965445da1064e867f46ec1d495fb5376619e0741dfcc22 - 0.0% (1.06 KB)

[#007] sha256:fa3d0cd9030b9a29daa1cac97b47bfd68ffe47d7dfc9561a537c7c9e3245a520 - 1.26% (26.7 MB)

[#008] sha256:9053b67a20bb290f8d4d9b2efa151e94417ed650342a98ac57fe5b1010fad65d - 0.93% (19.8 MB)

[#009] sha256:f3f0de7323acd300632f0a9ac51378b4a41b611eb268aa45c8e986298fd2182d - 0.0% (1.07 KB)

[#010] sha256:ed45b51241bfee8fa1c1f05a16485f90a67ab512538bbb7329fb011e63c57151 - 0.0% (1.09 KB)

[#011] sha256:329537ebc9965f2f531e7bdb4f30c55baf13f25203132352240d73e5a3bc4c0d - 0.0% (1.09 KB)

[#012] sha256:e5665a04629c8251280a79cd119b2623fd03539712c6150d8215b6503aeea4fc - 0.0% (1.06 KB)

[#013] sha256:3384ce4615a0198d069defcf5289d9f1dedb0905f69947ab4d759d84225b8114 - 0.0% (1.06 KB)


History
2023-06-08 12:58:24 UTC

Apply image 10.0.17763.4499

2024-05-10 20:46:44 UTC

Install update 10.0.17763.5820

2024-06-03 08:34:06 UTC

cmd /S /C #(nop) ARG RELEASES

2024-06-03 08:34:06 UTC

cmd /S /C #(nop) ARG VERSION

2024-06-03 08:34:07 UTC

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

2024-06-03 08:34:07 UTC

cmd /S /C #(nop) ENV VERSION=v0.9.5-rc.1

2024-06-03 08:34:07 UTC

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

2024-06-03 08:34:36 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;

2024-06-03 08:34:57 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;

2024-06-03 08:34:57 UTC

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

2024-06-03 08:34:58 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2024-06-03T08:30:08Z

2024-06-03 08:34:58 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.revision=7b250f1b5752e707d285ae4571be54e76799895d

2024-06-03 08:34:58 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.source=https://github.com/rancher/fleet.git

2024-06-03 08:34:59 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.url=https://github.com/rancher/fleet

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