Use jaeger all-in-one v1 image

It looks like the :latest image may be the head of the main branch,
which is cool, we do that too, but apparently Jaeger does not test
their releases with Zuul, and it appears they have merged something
that breaks our usage for it.  They may be starting v2 development
and thus may be intentionally merging backwards incompatible changes.

To address this, use the :1 image tag, so that we are still compatible
with Zuul.

Change-Id: I7f9602fbd2d98502c5c88641f61b4e408aa1525d
This commit is contained in:
James E. Blair 2024-07-03 11:33:46 -07:00
parent 19049bcde5
commit 84bda251dd

View File

@ -4,7 +4,7 @@ version: '2'
services:
jaeger:
image: docker.io/jaegertracing/all-in-one:latest
image: docker.io/jaegertracing/all-in-one:1
network_mode: host
restart: always
environment: