Download ZAP Checksums for all of the ZAP downloads are maintained on the 2.10.0 Release Page and in the relevant version files. As with all software we strongly recommend that ZAP is only installed and used on operating systems and JREs that are fully patched and actively maintained. 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 |
How To Download From Docker Hub
You can find the binaries for previous versions on the GitHub releases page.
Docker images
Download From Docker Hubspot
The following Docker images are available for the Jaeger project via the jaegertracing organization on Docker Hub:
Download Image 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 |