Namespace
rancher
Image / Tag
fleet-agent:v0.3.5-rc1-windows-amd64-1809
Content Digest
sha256:f123d117fc2c6c13d7fe0e91f31db7bc37ac581a0b654ee954819889bd507d40
Details
Created

2021-03-18 16:59:40 UTC

Size

2.35 GB

Content Digest
Labels
  • org.opencontainers.image.created
    2021-03-18T16:59:10Z
  • org.opencontainers.image.revision
    5a578473735455c3c7c7e8aceac1b931a3a60dce
  • 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.5-rc1


Layers

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

[#001] sha256:5ff1512f88ecd4ff0a91ade34d43733c48834433e35f062f80e6e70d706f8d73 - 29.5% (709 MB)

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

[#003] sha256:2e278de3c0c60a5c7a4641f878415e21ec13ba62752e751c8f8961f71badde74 - 0.0% (1.11 KB)

[#004] sha256:ce198f52a79e3865580b78d45729f3647020ff0195b6e7a996ff54472b0aa525 - 0.0% (1.14 KB)

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

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

[#007] sha256:eb883da29f219f0b85ff4fb31ebcedb944fafd5ff4c7a6ff8c00d3b4c193b7ef - 1.32% (31.7 MB)

[#008] sha256:fc888f31c22112307f9f322567d2920fb6d587fe2ce4f764524a80648951a9f3 - 0.99% (23.8 MB)

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

[#010] sha256:98247c7d7bb93864cbb94ea77f6cf65b9720cd4ee56d6e07a5aa3bce2f4fb3a9 - 0.0% (1.09 KB)

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

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

[#013] sha256:8d9ceb7514bca4f21eaefb820a8179ef007c204cb85dce29f88bf95876d52791 - 0.0% (1.09 KB)


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

Apply image 1809-RTM-amd64

2021-02-27 09:32:06 UTC

Install update 1809-amd64

2021-03-18 16:59:11 UTC

cmd /S /C #(nop) ARG RELEASES

2021-03-18 16:59:11 UTC

cmd /S /C #(nop) ARG VERSION

2021-03-18 16:59:11 UTC

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

2021-03-18 16:59:12 UTC

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

2021-03-18 16:59:12 UTC

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

2021-03-18 16:59:30 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-03-18 16:59:38 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-03-18 16:59:39 UTC

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

2021-03-18 16:59:39 UTC

powershell -NoLogo -Command $ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue'; #(nop) LABEL org.opencontainers.image.created=2021-03-18T16:59:10Z

2021-03-18 16:59:39 UTC

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

2021-03-18 16:59:40 UTC

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

2021-03-18 16:59:40 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