File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,15 +5,15 @@ services:
55 # If we were cool, we would use the agent, etc directly and configure
66 # persistent storage. But this bundle is really designed for local dev.
77 jaeger-all-in-one :
8- image : jaegertracing/all-in-one:latest
8+ image : " jaegertracing/all-in-one:1.49 "
99 ports :
1010 - " ${JAEGER_UI_PORT}:16686"
1111 - " 14250"
1212 restart : always
1313
1414 # Collector
1515 otel-collector :
16- image : " otel/opentelemetry-collector-contrib-dev:latest "
16+ image : " otel/opentelemetry-collector-contrib:0.84.0 "
1717 volumes :
1818 - otel-jaeger-config:/etc/otel
1919 ports :
Original file line number Diff line number Diff line change 11schemaVersion : 1.0.0-alpha.1
22name : examples/otel-jaeger
3- version : 0.1.0
3+ version : 0.1.1
44description : " Runs Jaeger with an OpenTelemetry collector"
55registry : ghcr.io/getporter
66
@@ -29,7 +29,7 @@ install:
2929 - " hello"
3030 - exec :
3131 description : " Create OpenTelemetry configuration"
32- command : helpers.sh
32+ command : ./ helpers.sh
3333 arguments :
3434 - set-config
3535 - docker-compose :
You can’t perform that action at this time.
0 commit comments