We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b251ab commit d618d9eCopy full SHA for d618d9e
build-bin/docker-compose.base.yml
@@ -4,7 +4,7 @@
4
services:
5
sut:
6
container_name: sut
7
- image: ghcr.io/openzipkin/alpine:3.21.2
+ image: ghcr.io/openzipkin/alpine:3.23.3
8
entrypoint: /bin/sh
9
# Keep the container running until HEALTHCHECK passes
10
command: "-c \"sleep 5m\""
@@ -13,7 +13,7 @@ services:
13
test: wget -qO- --spider http://zipkin:9411/api/v2/trace/cafebabecafebabe
14
get_frontend:
15
container_name: get_frontend
16
17
18
# Pass a trace header with a constant trace ID, so that we know what to look for later
19
command: "-c \"wget -qO- --header 'b3: cafebabecafebabe-cafebabecafebabe-1' http://frontend:8081\""
0 commit comments