Namespace
rancher
Image / Tag
fleet-agent:v0.5.2-windows-1809
Content Digest
sha256:04d8f5c1561ef7e5d60ba1a93a9a38f136177592da5d0ac403971c0ad66f440f
Details
Created

2023-02-23 08:22:58 UTC

Size

1.82 GB

Content Digest
Labels
  • org.opencontainers.image.created
    2023-02-23T08:18:37Z
  • org.opencontainers.image.revision
    e3abab9ad44675527e861fe65c332139f189378f
  • 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.5.2


Layers

[#000] sha256:8185ee4ed6467d79d4c69f02fe3902311ba84777802d459dcd99869f603b161f - 84.79% (1.55 GB)

[#001] sha256:77b161a779b0ae261902cee374a821fac091b27ebb134eac408ab68ea57fef5d - 12.76% (238 MB)

[#002] sha256:1423d6500507122bba38fb8016aafe1f735aeb20bb19031912d49ba67f16d3fd - 0.0% (1.06 KB)

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

[#004] sha256:f2a881e21b555938af5b45c35fd979095942bbf0c77f41c03eb755b5dc62382f - 0.0% (1.09 KB)

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

[#006] sha256:0771742e6cbd67844e3d8196a9dc7941172f7dbfed2dd08953b28b1beadc65ed - 0.0% (1.07 KB)

[#007] sha256:edf818945b626fe43e1cb19626413e63331e967f5fc2221bbeabaaf44025d15a - 1.43% (26.8 MB)

[#008] sha256:9d933a1191ea259ec2c42fb7413eab514f69dfd798b10c91dd027524e84a024a - 1.01% (18.9 MB)

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

[#010] sha256:8068f040bafb06cdf0cee33d715020b39354fcae38e7d703d666ce32d10299df - 0.0% (1.06 KB)

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

[#012] sha256:7b8b64c9352e13cfe14d681138c7ab632fab5210ce59563e9241d78892f4af39 - 0.0% (1.09 KB)

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


History
2023-01-07 05:37:58 UTC

Apply image 10.0.17763.3887

2023-02-07 10:44:53 UTC

Install update 10.0.17763.4010

2023-02-23 08:22:17 UTC

cmd /S /C #(nop) ARG RELEASES

2023-02-23 08:22:18 UTC

cmd /S /C #(nop) ARG VERSION

2023-02-23 08:22:18 UTC

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

2023-02-23 08:22:18 UTC

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

2023-02-23 08:22:19 UTC

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

2023-02-23 08:22:48 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-02-23 08:22:56 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-02-23 08:22:56 UTC

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

2023-02-23 08:22:57 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2023-02-23T08:18:37Z

2023-02-23 08:22:57 UTC

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

2023-02-23 08:22:57 UTC

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

2023-02-23 08:22:58 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