Namespace
rancher
Image / Tag
fleet-agent:v0.3.7-rc1-windows-1809
Content Digest
sha256:3cc17a79dd9b6c9c13b2e4355137e1368cecab82c7af0c8fe83a52ff30f5fa7b
Details
Created

2021-09-18 02:10:05 UTC

Size

2.55 GB

Content Digest
Labels
  • org.opencontainers.image.created
    2021-09-18T02:05:11Z
  • org.opencontainers.image.revision
    5a141a6b18f0e778b1ba1c248d76f9b03c0bf06c
  • 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-rc1


Layers

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

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

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

[#003] sha256:d263f3391f2780a9e126b67025ca5f875b2d35676977f18eaf2fd75dcdb99e17 - 0.0% (1.07 KB)

[#004] sha256:81ce2982acbdc672f93d573868be80a0ddc92c28cf05f47326b3e07193b221c3 - 0.0% (1.07 KB)

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

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

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

[#008] sha256:952edd5f6baca76f85886c4f2a50b80f38771e8626dcdb1f9b644e27a28d3e10 - 0.78% (20.2 MB)

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

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

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

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

[#013] sha256:b69e729e5db75002a67dbe7c26f5ea431020ca3ec50047a939d5ef3e4b669fd6 - 0.0% (1.06 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-18 02:09:23 UTC

cmd /S /C #(nop) ARG RELEASES

2021-09-18 02:09:23 UTC

cmd /S /C #(nop) ARG VERSION

2021-09-18 02:09:23 UTC

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

2021-09-18 02:09:24 UTC

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

2021-09-18 02:09:24 UTC

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

2021-09-18 02:09:54 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-18 02:10:03 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-18 02:10:03 UTC

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

2021-09-18 02:10:03 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2021-09-18T02:05:11Z

2021-09-18 02:10:04 UTC

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

2021-09-18 02:10:04 UTC

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

2021-09-18 02:10:05 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