Namespace
rancher
Image / Tag
fleet-agent:v0.3.7-rc2-windows-1809
Content Digest
sha256:61ce3566f612f86cd90eb5d2b1a0df4011885bcd7a743081c42c68a21a0cf2bf
Details
Created

2021-09-24 20:17:53 UTC

Size

2.55 GB

Content Digest
Labels
  • org.opencontainers.image.created
    2021-09-24T20:17:23Z
  • org.opencontainers.image.revision
    f6e3145f564f5beb150c7a0c34803f9de4495863
  • 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.7-rc2


Layers

[#000] sha256:4612f6d0b889cad0ed0292fae3a0b0c8a9e49aff6dea8eb049b2386d9b07986f - 62.79% (1.6 GB)

[#001] sha256:a0ddf88812f10c7d6edc858aa9784ff5ca9de4a7bb631909c090090343abd059 - 35.38% (924 MB)

[#002] sha256:c02635457da4698d9eb5ec737080619ca4334d48178dbbeb00c3124ea12a15aa - 0.0% (1.1 KB)

[#003] sha256:79fc411b2f13ff936e8d16bd32d1c45df9b5bd7eb337e777f1c50c75249ce468 - 0.0% (1.09 KB)

[#004] sha256:49033e484428f5da5ad36e5edef043c79923fe1012ee51da6c600fd09e554e00 - 0.0% (1.07 KB)

[#005] sha256:ca9cbfc7ba02f2f6981a16dc806e13ad3966660ba4b7f75766dac430bf5dcfa5 - 0.0% (1.07 KB)

[#006] sha256:3b1354bcebccf678e506de250623b279563823adabc13a8890e7a1f64bf836a2 - 0.0% (1.07 KB)

[#007] sha256:e73782479e9c58308faf9974b2829be8578c0ee376f62f635fd5d310a592ee50 - 1.05% (27.5 MB)

[#008] sha256:a4e3135a956d8dd2cf940828a3c988c3ba36de2f9180cd60d45e5e4b9df59de2 - 0.78% (20.3 MB)

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

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

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

[#012] sha256:0c92fc87ffc8f00e0a59bc146956fb7f23216ea5296c1a3acf0a816dc5e3e5b7 - 0.0% (1.09 KB)

[#013] sha256:47920c98a9427279ff9461432f1245ec13258f56db80647b144ff5ecf3ce73ad - 0.0% (1.07 KB)


History
2020-05-07 05:09:25 UTC

Apply image 1809-RTM-amd64

2021-09-13 04:08:33 UTC

Install update 1809-amd64

2021-09-24 20:17:23 UTC

cmd /S /C #(nop) ARG RELEASES

2021-09-24 20:17:24 UTC

cmd /S /C #(nop) ARG VERSION

2021-09-24 20:17:24 UTC

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

2021-09-24 20:17:24 UTC

cmd /S /C #(nop) ENV VERSION=v0.3.7-rc2

2021-09-24 20:17:25 UTC

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

2021-09-24 20:17:43 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-09-24 20:17:51 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-09-24 20:17:52 UTC

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

2021-09-24 20:17:52 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2021-09-24T20:17:23Z

2021-09-24 20:17:52 UTC

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

2021-09-24 20:17:53 UTC

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

2021-09-24 20:17:53 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