Skip to content

OpenTelemetry: Outdated Jaeger docker image #3833

@Ionaru

Description

@Ionaru

The docker image described on the OpenTelemetry docs page for Fresh: https://usefresh.dev/docs/advanced/opentelemetry#jaeger, uses an end-of-life docker image for Jaeger.

jaegertracing/all-in-one:latest -> jaegertracing/all-in-one:1.76.0

Starting this image shows a large banner

*******************************************************************************

🛑  WARNING: End-of-life Notice for Jaeger v1

You are currently running a v1 version of Jaeger, which is deprecated and will
reach end-of-life on December 31st, 2025. This means there will be no further
development, bug fixes, or security patches for v1 after this date.

We strongly recommend migrating to Jaeger v2 for continued support and access
to new features.

For detailed migration instructions, please refer to the official Jaeger
documentation:  https://www.jaegertracing.io/docs/latest/migration/

Tracking issue: https://github.com/jaegertracing/jaeger/issues/6321

🛑  WARNING: End-of-life Notice for Jaeger v1

*******************************************************************************

The new docker image should be cr.jaegertracing.io/jaegertracing/jaeger:latest (cr.jaegertracing.io/jaegertracing/jaeger:2.19.0)
With a slightly different full docker command

docker run --rm --name jaeger \
  -p 16686:16686 \
  -p 4317:4317 \
  -p 4318:4318 \
  -p 5778:5778 \
  -p 9411:9411 \
  cr.jaegertracing.io/jaegertracing/jaeger:latest

Ref: https://www.jaegertracing.io/docs/2.19/getting-started/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions