Download From Docker Hub
Visual Docker Container Management on Mac & Windows - docker/kitematic.
- 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.
- NG6-Starter by @AngularClass.
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:
Latest version | Assets |
---|---|
1.22.0 |
You can find the binaries for previous versions on the GitHub releases page.
Download From Docker Hubspot
Docker images
The following Docker images are available for the Jaeger project via the jaegertracing organization on Docker Hub:
Download Dockerfile 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 |