Jaeger components can be downloaded in two ways:
- As executable binaries
- As Docker images
Binaries
Jaeger binaries are available for macOS, Linux, and Windows. The table below lists the available binaries:
One of the things that makes Docker so useful is how easy it is to pull ready-to-use images from a central location, Docker’s Central Registry.It is just as easy to push your own image (or collection of tagged images as a repository) to the same public registry so that everyone can benefit from your newly Dockerized service. NG6-Starter by @AngularClass.
Latest version | Assets |
---|---|
1.22.0 |
You can find the binaries for previous versions on the GitHub releases page.
Docker images
Download Docker Hub Images
The following Docker images are available for the Jaeger project via the jaegertracing organization on Docker Hub:
Download Docker Hub
So it turns out that the Moby Project has a shell script on the Moby GitHub account which can download images from Docker Hub in a format that can be imported into Docker: download-frozen-image-v2.sh; The usage syntax for the script is given by the following: download-frozen-image-v2.sh targetdir image:tag@digest. MediaWiki is a free software open source wiki package written in PHP.
Download Tomcat From Docker Hub
Image | Description | Since version |
---|---|---|
all-in-one | Designed for quick local testing. It launches the Jaeger UI, collector, query, and agent, with an in-memory storage component. | 0.8 |
example-hotrod | Sample application “HotROD” that demonstrates features of distributed tracing (blog post). $ docker pull jaegertracing/example-hotrod:1.22 | 1.6 |
jaeger-agent | Receives spans from Jaeger clients and forwards to collector. Designed to run as a sidecar or a host agent. | 0.8 |
jaeger-collector | Receives spans from agents or directly from clients and saves them in persistent storage. $ docker pull jaegertracing/jaeger-collector:1.22 | 0.8 |
jaeger-query | Serves Jaeger UI and an API that retrieves traces from storage. | 0.8 |
jaeger-ingester | An alternative to collector; reads spans from Kafka topic and saves them to storage. $ docker pull jaegertracing/jaeger-ingester:1.22 | 1.7 |
spark-dependencies | An Apache Spark job that collects Jaeger spans from storage, analyzes links between services, and stores them for later presentation in the Jaeger UI $ docker pull jaegertracing/spark-dependencies:latest | 1.3 |
jaeger-operator | A Kubernetes Operator for packaging, deploying, and managing Jaeger installation. | 1.6 |
jaeger-cassandra-schema | A utility script used to initialize Cassandra keyspace and schema. $ docker pull jaegertracing/jaeger-cassandra-schema:1.22 | 0.8 |
jaeger-es-index-cleaner | A utility script used to purge old indices from Elasticsearch, since ES does not support data TTL. $ docker pull jaegertracing/jaeger-es-index-cleaner:1.22 | 1.3 |