Pin the Jaeger container to 1.58.1
Jaeger just released 1.59.0 and that appears to have broken Zuul's quickstart again. Pin to the 1.58.1 release which should be what we were running before the 1.59.0 update out of an abundance of caution. Change-Id: Iefed34f8df2eb105efa1b68edb5d5c76104f836f
This commit is contained in:
parent
2192d2d62d
commit
352067b5af
@ -4,7 +4,7 @@ version: '2'
|
||||
|
||||
services:
|
||||
jaeger:
|
||||
image: docker.io/jaegertracing/all-in-one:1
|
||||
image: docker.io/jaegertracing/all-in-one:1.58.1
|
||||
network_mode: host
|
||||
restart: always
|
||||
environment:
|
||||
|
Loading…
Reference in New Issue
Block a user