{{ $latest := .Site.Params.binariesLatest }} {{ $binaries := .Site.Data.download.binaries }} {{ $releaseUrl := printf "https://github.com/jaegertracing/jaeger/releases/tag/v%s" $latest }} {{ $zipUrl := printf "https://github.com/jaegertracing/jaeger/archive/v%s.zip" $latest }} {{ $tarUrl := printf "https://github.com/jaegertracing/jaeger/archive/v%s.tar.gz" $latest }} {{ $platforms := $binaries.platforms }}
Latest version Assets
{{ $latest }}

{{ range $key, $platform := $platforms }} {{ $name := $platform.name }} {{ $icon := $platform.icon }} {{ $asset := printf "jaeger-%s-%s-amd64.tar.gz" $latest $key }} {{ $downloadUrl := printf "https://github.com/jaegertracing/jaeger/releases/download/v%s/%s" $latest $asset }} {{ $zipUrl := printf "https://github.com/jaegertracing/jaeger/archive/v%s.zip" $latest }} {{ $tarUrl := printf "https://github.com/jaegertracing/jaeger/archive/v%s.tar.gz" $latest }} {{ $name }} {{ end }} Source (.zip) Source (.tar.gz)