Namespace
rancher
Image / Tag
fleet-agent:v0.3.10-rc5-windows-1809
Content Digest
sha256:80c9a4158b51d68c2d81617b829db6cb01f08ea1f5e67537a83254728a805cf6
Details
Created

2022-07-22 21:08:21 UTC

Size

2.53 GB

Content Digest
Labels
  • org.opencontainers.image.created
    2022-07-22T21:03:35Z
  • org.opencontainers.image.revision
    093cee590dd64451b0de23925ea05a44df866fe2
  • 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.3.10-rc5


Layers

[#000] sha256:b111c3320c949bea81612bf4554f1b6592c2f504920b5bf57ba340a1d4d52c93 - 69.02% (1.75 GB)

[#001] sha256:7aca8de30754f19fe03ee4c21eed0762efb5e91bf684b0cc36cc92b2af13446d - 29.23% (758 MB)

[#002] sha256:6ebacdbc1792bb401ba32c6df2e58f6e4987a58ad89dfd7db14c38e675cabb23 - 0.0% (1.06 KB)

[#003] sha256:8013968b5611dafb1666088db4b097d2d0413c117d7b22aaca7880ccc87e1ec6 - 0.0% (1.06 KB)

[#004] sha256:79d48b7864a6dc9d94d32e744bad75dd1f3265185eec4dd307336f1066e2ae22 - 0.0% (1.1 KB)

[#005] sha256:4d91b01f3a37d0bef959246503d791de3a7e95f52ae657db7a76e8c620910da8 - 0.0% (1.08 KB)

[#006] sha256:ca3ea5de642e3652763a2a82a451b2d5a53a8e0354285d2e313c6663e5933110 - 0.0% (1.09 KB)

[#007] sha256:1d3470f87d7c3b9253dfa91d446c01ae9f30893374750d9106283a770f2cb548 - 1.03% (26.7 MB)

[#008] sha256:9a97f3f7aa4a03fb35d304e488a4de935ec8cf9621aef3312cd76d21031a3d28 - 0.72% (18.8 MB)

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

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

[#011] sha256:d26790b7e6c7383c8e7de9cf627759402e24c36b3beca30f11e661c5ecc090bb - 0.0% (1.06 KB)

[#012] sha256:22ca8fa5fc9cac9658024094b8e0ad1e51e05c012e983bd234f6ba98f66fe1e1 - 0.0% (1.09 KB)

[#013] sha256:8b018f8935db59c7da5a7b113b9c885987330074acb4ce3528f3ee7841eef9ab - 0.0% (1.07 KB)


History
2022-04-22 01:27:13 UTC

Apply image 10.0.17763.2803

2022-07-06 22:37:15 UTC

Install update 10.0.17763.3165

2022-07-22 21:07:44 UTC

cmd /S /C #(nop) ARG RELEASES

2022-07-22 21:07:44 UTC

cmd /S /C #(nop) ARG VERSION

2022-07-22 21:07:44 UTC

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

2022-07-22 21:07:45 UTC

cmd /S /C #(nop) ENV VERSION=v0.3.10-rc5

2022-07-22 21:07:45 UTC

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

2022-07-22 21:08:12 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;

2022-07-22 21:08:20 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;

2022-07-22 21:08:20 UTC

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

2022-07-22 21:08:20 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2022-07-22T21:03:35Z

2022-07-22 21:08:21 UTC

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

2022-07-22 21:08:21 UTC

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

2022-07-22 21:08:21 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