mirror of
https://github.com/bitnami/containers.git
synced 2026-02-10 21:27:26 +08:00
[bitnami/jaeger] Release 2.10.0-debian-12-r0 (#85782)
Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
@@ -6,15 +6,14 @@ FROM docker.io/bitnami/minideb:bookworm
|
||||
ARG DOWNLOADS_URL="downloads.bitnami.com/files/stacksmith"
|
||||
ARG TARGETARCH
|
||||
|
||||
LABEL com.vmware.cp.artifact.flavor="sha256:c50c90cfd9d12b445b011e6ad529f1ad3daea45c26d20b00732fae3cd71f6a83" \
|
||||
org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
|
||||
org.opencontainers.image.created="2025-08-13T15:35:17Z" \
|
||||
LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \
|
||||
org.opencontainers.image.created="2025-09-04T02:20:42Z" \
|
||||
org.opencontainers.image.description="Application packaged by Broadcom, Inc." \
|
||||
org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/jaeger/README.md" \
|
||||
org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/jaeger" \
|
||||
org.opencontainers.image.title="jaeger" \
|
||||
org.opencontainers.image.vendor="Broadcom, Inc." \
|
||||
org.opencontainers.image.version="2.9.0"
|
||||
org.opencontainers.image.version="2.10.0"
|
||||
|
||||
ENV HOME="/" \
|
||||
OS_ARCH="${TARGETARCH:-amd64}" \
|
||||
@@ -29,7 +28,7 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \
|
||||
DOWNLOADS_URL=${SECRET_DOWNLOADS_URL:-${DOWNLOADS_URL}} ; \
|
||||
mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \
|
||||
COMPONENTS=( \
|
||||
"jaeger-2.9.0-2-linux-${OS_ARCH}-debian-12" \
|
||||
"jaeger-2.10.0-0-linux-${OS_ARCH}-debian-12" \
|
||||
) ; \
|
||||
for COMPONENT in "${COMPONENTS[@]}"; do \
|
||||
if [ ! -f "${COMPONENT}.tar.gz" ]; then \
|
||||
@@ -46,8 +45,9 @@ RUN chmod g+rwX /opt/bitnami
|
||||
RUN find / -perm /6000 -type f -exec chmod a-s {} \; || true
|
||||
RUN uninstall_packages curl
|
||||
|
||||
ENV APP_VERSION="2.9.0" \
|
||||
ENV APP_VERSION="2.10.0" \
|
||||
BITNAMI_APP_NAME="jaeger" \
|
||||
IMAGE_REVISION="0" \
|
||||
PATH="/opt/bitnami/jaeger/bin:$PATH"
|
||||
|
||||
WORKDIR /opt/bitnami/jaeger
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
{
|
||||
"jaeger": {
|
||||
"arch": "amd64",
|
||||
"distro": "debian-12",
|
||||
"type": "NAMI",
|
||||
"version": "2.9.0-2"
|
||||
}
|
||||
}
|
||||
@@ -1,10 +1,11 @@
|
||||
# Jaeger packaged by Bitnami
|
||||
# Bitnami package for Jaeger
|
||||
|
||||
## What is jaeger?
|
||||
## What is Jaeger?
|
||||
|
||||
> Jaeger is a Distributed Tracing System
|
||||
> Jaeger is a distributed tracing system. It is used for monitoring and troubleshooting microservices-based distributed systems.
|
||||
|
||||
[Overview of jaeger](https://www.jaegertracing.io/)
|
||||
[Overview of Jaeger](https://jaegertracing.io/)
|
||||
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.
|
||||
|
||||
## TL;DR
|
||||
|
||||
@@ -88,16 +89,24 @@ Non-root container images add an extra layer of security and are generally recom
|
||||
| `JAEGER_COLLECTOR_HTTP_PORT_NUMBER` | Jaeger Collector HTTP port. Accept jaeger.thrift directly from clients | `14268` |
|
||||
| `JAEGER_COLLECTOR_GRPC_PORT_NUMBER` | Jaeger Collector GRPC port. Accept jaeger.thrift directly from clients | `14250` |
|
||||
| `JAEGER_ADMIN_HTTP_PORT_NUMBER` | Jaeger Admin port. | `14269` |
|
||||
| `JAEGER_AGENT_ZIPKIN_UDP_HOST` | Jaeger Agent UDP host. Accept zipkin.thrift over compact thrift protocol | `nil` |
|
||||
| `JAEGER_AGENT_COMPACT_UDP_HOST` | Jaeger Agent UDP host. Accept jaeger.thrift over compact thrift protocol | `nil` |
|
||||
| `JAEGER_AGENT_BINARY_UDP_HOST` | Jaeger Agent UDP host. Accept jaeger.thrift over binary thrift protocol | `nil` |
|
||||
| `JAEGER_AGENT_HTTP_HOST` | Jaeger Agent HTTP host. Serve configs. | `nil` |
|
||||
| `JAEGER_QUERY_HTTP_HOST` | Jaeger Query HTTP host. | `nil` |
|
||||
| `JAEGER_QUERY_GRPC_HOST` | Jaeger Query GRPC host. | `nil` |
|
||||
| `JAEGER_COLLECTOR_HTTP_HOST` | Jaeger Collector Zipkin compatible host. | `nil` |
|
||||
| `JAEGER_COLLECTOR_GRPC_HOST` | Jaeger Collector HTTP host. Accept jaeger.thrift directly from clients | `nil` |
|
||||
| `JAEGER_ADMIN_HTTP_HOST` | Jaeger Collector GRPC host. Accept jaeger.thrift directly from clients | `nil` |
|
||||
| `JAEGER_COLLECTOR_ZIPKIN_HOST` | Jaeger Admin host. | `nil` |
|
||||
| `JAEGER_METRICS_PORT_NUMBER` | Jaeger prometheus metrics port. | `8888` |
|
||||
| `JAEGER_HEALTHCHECK_PORT_NUMBER` | Jaeger healthcheck port. | `13133` |
|
||||
| `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. | `14270` |
|
||||
@@ -128,13 +137,13 @@ Non-root container images add an extra layer of security and are generally recom
|
||||
|
||||
### Running commands
|
||||
|
||||
To run commands inside this container you can use `docker run`, for example to execute `jaeger-all-in-one --help` you can follow the example below:
|
||||
To run commands inside this container you can use `docker run`, for example to execute `jaeger --help` you can follow the example below:
|
||||
|
||||
```console
|
||||
docker run --rm --name jaeger bitnami/jaeger:latest --help
|
||||
```
|
||||
|
||||
Check the [official jaeger documentation](https://www.jaegertracing.io//docs) for more information.
|
||||
Check the [official Jaeger documentation](https://jaegertracing.io//docs) for more information.
|
||||
|
||||
## Using `docker-compose.yaml`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user