fix(infra): correct Jaeger image tag #58

Merged
julien merged 1 commits from fix/infra/jaeger-image-tag into main 2026-05-08 20:08:34 +02:00
Owner

Summary

jaegertracing/all-in-one:1.62 doesn't exist on Docker Hub — I picked it from memory in #57 without verification. Jaeger 1.x publishes only full-semver tags (1.X.Y), not rolling minor (1.X) tags.

Activating --profile observability errored at image-pull time:

Error response from daemon: failed to resolve reference
"docker.io/jaegertracing/all-in-one:1.62": not found

Pin to 1.76.0 (latest stable in the 1.x line, verified against Docker Hub).

Test plan

  • cd infra/local && docker compose -f dev.compose.yml --profile observability up -d → all images pull, all services healthy.
  • http://localhost:16686 → Jaeger UI loads (empty until the BFF starts emitting traces, which lands in the upcoming B — Observability foundations PR).
  • Renovate's docker-compose manager picks up future Jaeger 1.x bumps and surfaces them as PRs.
## Summary `jaegertracing/all-in-one:1.62` doesn't exist on Docker Hub — I picked it from memory in #57 without verification. Jaeger 1.x publishes only full-semver tags (1.X.Y), not rolling minor (`1.X`) tags. Activating `--profile observability` errored at image-pull time: ``` Error response from daemon: failed to resolve reference "docker.io/jaegertracing/all-in-one:1.62": not found ``` Pin to `1.76.0` (latest stable in the 1.x line, verified against Docker Hub). ## Test plan - [ ] `cd infra/local && docker compose -f dev.compose.yml --profile observability up -d` → all images pull, all services healthy. - [ ] http://localhost:16686 → Jaeger UI loads (empty until the BFF starts emitting traces, which lands in the upcoming **B — Observability foundations** PR). - [ ] Renovate's docker-compose manager picks up future Jaeger 1.x bumps and surfaces them as PRs.
julien added 1 commit 2026-05-08 20:07:59 +02:00
fix(infra): correct Jaeger image tag
CI / commits (pull_request) Successful in 1m11s
CI / scan (pull_request) Successful in 1m20s
CI / check (pull_request) Successful in 1m22s
CI / a11y (pull_request) Successful in 1m14s
CI / perf (pull_request) Successful in 2m41s
9aaf9f1f45
`jaegertracing/all-in-one:1.62` does not exist on Docker Hub —
Jaeger 1.x publishes only full-semver tags (1.X.Y), not rolling
minor tags. Activating the `observability` profile failed at pull
time:

    Error response from daemon: failed to resolve reference
    "docker.io/jaegertracing/all-in-one:1.62": ... not found

Pin to `1.76.0`, the most recent stable in the 1.x line. Renovate's
docker-compose manager will surface future bumps automatically
(gated behind dashboard approval for majors per renovate.json).
julien merged commit f0372adaae into main 2026-05-08 20:08:34 +02:00
julien deleted branch fix/infra/jaeger-image-tag 2026-05-08 20:08:35 +02:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: julien/apf_portal#58