bitnami/jaegerJaeger is a distributed tracing system. It is used for monitoring and troubleshooting microservices-based distributed systems.
Overview of Jaeger Trademarks: This software listing is packaged by Bitnami. The respective trademarks mentioned in the offering are owned by the respective companies, and use of them does not imply any affiliation or endorsement.
consoledocker run --name jaeger bitnami/jaeger:latest
Those are hardened, minimal CVE images built and maintained by Bitnami. Bitnami Secure Images are based on the cloud-optimized, security-hardened enterprise OS Photon Linux. Why choose BSI images?
Each image comes with valuable security metadata. You can view the metadata in our public catalog here. Note: Some data is only available with commercial subscriptions to BSI.
!Alt text !Alt text
If you are looking for our previous generation of images based on Debian Linux, please see the Bitnami Legacy registry.
Dockerfile linksLearn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags in our documentation page.
You can see the equivalence between the different tags by taking a look at the tags-info.yaml file present in the branch folder, i.e bitnami/ASSET/BRANCH/DISTRO/tags-info.yaml.
Subscribe to project updates by watching the bitnami/containers GitHub repo.
The recommended way to get the Bitnami Jaeger Docker Image is to pull the prebuilt image from the Docker Hub Registry.
consoledocker pull bitnami/jaeger:latest
To use a specific version, you can pull a versioned tag. You can view the list of available versions in the Docker Hub Registry.
consoledocker pull bitnami/jaeger:[TAG]
If you wish, you can also build the image yourself by cloning the repository, changing to the directory containing the Dockerfile and executing the docker build command. Remember to replace the APP, VERSION and OPERATING-SYSTEM path placeholders in the example command below with the correct values.
consolegit clone [***] cd bitnami/APP/VERSION/OPERATING-SYSTEM docker build -t bitnami/APP:latest .
Non-root container images add an extra layer of security and are generally recommended for production environments. However, because they run as a non-root user, privileged tasks are typically off-limits. Learn more about non-root containers in our docs.
| Name | Description | Default Value |
|---|---|---|
JAEGER_USERNAME | Jaeger username. | user |
JAEGER_PASSWORD | Jaeger password. | bitnami |
JAEGER_AGENT_ZIPKIN_UDP_PORT_NUMBER | Jaeger Agent UDP port. Accept zipkin.thrift over compact thrift protocol | 5775 |
JAEGER_AGENT_COMPACT_UDP_PORT_NUMBER | Jaeger Agent UDP port. Accept jaeger.thrift over compact thrift protocol | 6831 |
JAEGER_AGENT_BINARY_UDP_PORT_NUMBER | Jaeger Agent UDP port. Accept jaeger.thrift over binary thrift protocol | 6832 |
JAEGER_AGENT_HTTP_PORT_NUMBER | Jaeger Agent HTTP port. Serve configs. | 5778 |
JAEGER_QUERY_HTTP_PORT_NUMBER | Jaeger Query HTTP port. | *** |
JAEGER_QUERY_GRPC_PORT_NUMBER | Jaeger Query GRPC port. | *** |
JAEGER_COLLECTOR_ZIPKIN_PORT_NUMBER | Jaeger Collector Zipkin compatible port. | nil |
JAEGER_COLLECTOR_HTTP_PORT_NUMBER | Jaeger Collector HTTP port. Accept jaeger.thrift directly from clients | *** |
JAEGER_COLLECTOR_GRPC_PORT_NUMBER | Jaeger Collector GRPC port. Accept jaeger.thrift directly from clients | *** |
JAEGER_ADMIN_HTTP_PORT_NUMBER | Jaeger Admin port. | *** |
JAEGER_METRICS_PORT_NUMBER | Jaeger prometheus metrics port. | 8888 |
JAEGER_HEALTHCHECK_PORT_NUMBER | Jaeger healthcheck port. | *** |
JAEGER_COLLECTOR_OTLP_GRPC_PORT_NUMBER | Jaeger Collector OpenTelemetry gRPC port. | 4317 |
JAEGER_COLLECTOR_OTLP_HTTP_PORT_NUMBER | Jaeger Collector OpenTelemetry HTTP port. | 4318 |
JAEGER_AGENT_ZIPKIN_UDP_HOST | Jaeger Agent UDP host. Accept zipkin.thrift over compact thrift protocol | 0.0.0.0 |
JAEGER_AGENT_COMPACT_UDP_HOST | Jaeger Agent UDP host. Accept jaeger.thrift over compact thrift protocol | 0.0.0.0 |
JAEGER_AGENT_BINARY_UDP_HOST | Jaeger Agent UDP host. Accept jaeger.thrift over binary thrift protocol | 0.0.0.0 |
JAEGER_AGENT_HTTP_HOST | Jaeger Agent HTTP host. Serve configs. | 0.0.0.0 |
JAEGER_QUERY_HTTP_HOST | Jaeger Query HTTP host. | 0.0.0.0 |
JAEGER_QUERY_GRPC_HOST | Jaeger Query GRPC host. | 0.0.0.0 |
JAEGER_COLLECTOR_HTTP_HOST | Jaeger Collector Zipkin compatible host. | 0.0.0.0 |
JAEGER_COLLECTOR_GRPC_HOST | Jaeger Collector HTTP host. Accept jaeger.thrift directly from clients | 0.0.0.0 |
JAEGER_ADMIN_HTTP_HOST | Jaeger Collector GRPC host. Accept jaeger.thrift directly from clients | 0.0.0.0 |
JAEGER_COLLECTOR_ZIPKIN_HOST | Jaeger Admin host. | 0.0.0.0 |
JAEGER_METRICS_HOST | Jaeger prometheus metrics host. | 0.0.0.0 |
JAEGER_HEALTHCHECK_HOST | Jaeger healthcheck host. | 0.0.0.0 |
JAEGER_COLLECTOR_OTLP_GRPC_HOST | Jaeger Collector OpenTelemetry gRPC host. | 0.0.0.0 |
JAEGER_COLLECTOR_OTLP_HTTP_HOST | Jaeger Collector OpenTelemetry HTTP host. | 0.0.0.0 |
JAEGER_APACHE_QUERY_HTTP_PORT_NUMBER | Jaeger Query UI HTTP port, exposed via Apache with basic authentication. | nil |
JAEGER_APACHE_QUERY_HTTPS_PORT_NUMBER | Jaeger Query UI HTTPS port, exposed via Apache with basic authentication. | nil |
JAEGER_APACHE_COLLECTOR_HTTP_PORT_NUMBER | Jaeger Collector HTTP port, exposed via Apache with basic authentication. | *** |
JAEGER_APACHE_COLLECTOR_HTTPS_PORT_NUMBER | Jaeger Collector HTTPS port, exposed via Apache with basic authentication. | *** |
SPAN_STORAGE_TYPE | Jaeger storage type. | cassandra |
JAEGER_CASSANDRA_HOST | Cassandra server host. | 127.0.0.1 |
JAEGER_CASSANDRA_PORT_NUMBER | Cassandra server port. | 9042 |
JAEGER_CASSANDRA_KEYSPACE | Cassandra keyspace. | bn_jaeger |
JAEGER_CASSANDRA_DATACENTER | Cassandra keyspace. | dc1 |
JAEGER_CASSANDRA_USER | Cassandra user name. | cassandra |
JAEGER_CASSANDRA_PASSWORD | Cassandra user password. | nil |
JAEGER_CASSANDRA_ALLOWED_AUTHENTICATORS | Comma-separated list of allowed password authenticators for Cassandra. | org.apache.cassandra.auth.PasswordAuthenticator |
| Name | Description | Value |
|---|---|---|
JAEGER_BASE_DIR | Jaeger installation directory. | ${BITNAMI_ROOT_DIR}/jaeger |
JAEGER_BIN_DIR | Jaeger directory for binary files. | ${JAEGER_BASE_DIR}/bin |
JAEGER_CONF_DIR | Jaeger configuration directory. | ${JAEGER_BASE_DIR}/conf |
JAEGER_CONF_FILE | Jaeger configuration file. | ${JAEGER_CONF_DIR}/jaeger.yml |
JAEGER_LOGS_DIR | Jaeger logs directory. | ${JAEGER_BASE_DIR}/logs |
JAEGER_LOG_FILE | Jaeger log file. | ${JAEGER_LOGS_DIR}/jaeger.log |
JAEGER_TMP_DIR | Jaeger temporary directory. | ${JAEGER_BASE_DIR}/tmp |
JAEGER_PID_FILE | Jaeger PID file. | ${JAEGER_TMP_DIR}/jaeger.pid |
JAEGER_DAEMON_USER | Jaeger daemon system user. | jaeger |
JAEGER_DAEMON_GROUP | Jaeger daemon system group. | jaeger |
To run commands inside this container you can use docker run, for example to execute jaeger --help you can follow the example below:
consoledocker run --rm --name jaeger bitnami/jaeger:latest --help
Check the official Jaeger documentation for more information.
The Bitnami Jaeger Docker image from the Bitnami Secure Images catalog includes extra features and settings to configure the container with FIPS capabilities. You can configure the next environment variables:
OPENSSL_FIPS: whether OpenSSL runs in FIPS mode or not. yes (default), no.docker-compose.yamlPlease be aware this file has not undergone internal testing. Consequently, we advise its use exclusively for development or testing purposes. For production-ready deployments, we highly recommend utilizing its associated Bitnami Helm chart.
If you detect any issue in the docker-compose.yaml file, feel free to report it or contribute with a fix by following our Contributing Guidelines.
We'd love for you to contribute to this container. You can request new features by creating an issue or submitting a pull request with your contribution.
If you encountered a problem running this container, you can file an issue. For us to provide better support, be sure to fill the issue template.
Copyright © 2026 Broadcom. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
<[***]>
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.





manifest unknown 错误
TLS 证书验证失败
DNS 解析超时
410 错误:版本过低
402 错误:流量耗尽
身份认证失败错误
429 限流错误
凭证保存错误
来自真实用户的反馈,见证轩辕镜像的优质服务