Namespace
rancher
Image / Tag
fleet-agent:v0.8.0-debug-1842-4-windows-1809
Content Digest
sha256:bf9f7733f94e3892cba3fc6e04d239393b845b3a80c67371751ab38bcd3f8b57
Details
Created

2023-11-15 12:27:36 UTC

Size

1.96 GB

Content Digest
Labels
  • org.opencontainers.image.created
    2023-11-15T12:22:56Z
  • org.opencontainers.image.revision
    07e864828550bd39d7fe26e4075fb9d4ad04c7a9
  • 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.8.0-debug-1842-4


Layers

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

[#001] sha256:4f7bb9e009deb881cb90e8b4318258e03882de9bc9b312b763654b59cd13d0bb - 19.33% (388 MB)

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

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

[#004] sha256:66f002214068beceece744a168e92f15a7e905b3f6b1ef1505f4effd40e02be5 - 0.0% (1.07 KB)

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

[#006] sha256:09e1319a57dcf5cde2a495767b0b4dd608fb5637aafce8499c4bb4d633758782 - 0.0% (1.08 KB)

[#007] sha256:02de8da92c8fbcf33f42e64218d6bfec18b138a08c92fb876049e0d3558bdee0 - 1.33% (26.7 MB)

[#008] sha256:7853b8d9e3b0673970fba9cc0caa22141a704af0ebb10341f53479552ef15e37 - 0.92% (18.6 MB)

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

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

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

[#012] sha256:fa4b98bbaa8cd7529e7510ef6100b1045aecabcf6a690010ac481f47ab307642 - 0.0% (1.07 KB)

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


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

Apply image 10.0.17763.4499

2023-11-09 17:56:40 UTC

Install update 10.0.17763.5122

2023-11-15 12:26:42 UTC

cmd /S /C #(nop) ARG RELEASES

2023-11-15 12:26:42 UTC

cmd /S /C #(nop) ARG VERSION

2023-11-15 12:26:42 UTC

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

2023-11-15 12:26:43 UTC

cmd /S /C #(nop) ENV VERSION=v0.8.0-debug-1842-4

2023-11-15 12:26:43 UTC

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

2023-11-15 12:27:10 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;

2023-11-15 12:27:34 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;

2023-11-15 12:27:34 UTC

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

2023-11-15 12:27:35 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2023-11-15T12:22:56Z

2023-11-15 12:27:35 UTC

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

2023-11-15 12:27:36 UTC

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

2023-11-15 12:27:36 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