Skip to content

Commit

Permalink
Pin jaeger version (#3145)
Browse files Browse the repository at this point in the history
* Pin jaeger version

* fixing version

* fixing version

* fixing version
  • Loading branch information
danielbdias committed Sep 11, 2023
1 parent b894ac2 commit 4577b61
Show file tree
Hide file tree
Showing 18 changed files with 18 additions and 18 deletions.
Expand Up @@ -9,7 +9,7 @@ services:
timeout: 3s
interval: 1s
retries: 60
image: jaegertracing/all-in-one:latest
image: jaegertracing/all-in-one:1.48.0
networks:
default: null
restart: unless-stopped
Expand Down
Expand Up @@ -9,7 +9,7 @@ services:
timeout: 3s
interval: 1s
retries: 60
image: jaegertracing/all-in-one:latest
image: jaegertracing/all-in-one:1.48.0
networks:
default: null
restart: unless-stopped
Expand Down
Expand Up @@ -9,7 +9,7 @@ services:
timeout: 3s
interval: 1s
retries: 60
image: jaegertracing/all-in-one:latest
image: jaegertracing/all-in-one:1.48.0
networks:
default: null
restart: unless-stopped
Expand Down
Expand Up @@ -9,7 +9,7 @@ services:
timeout: 3s
interval: 1s
retries: 60
image: jaegertracing/all-in-one:latest
image: jaegertracing/all-in-one:1.48.0
ports:
- 16686:16686
networks:
Expand Down
Expand Up @@ -9,7 +9,7 @@ services:
timeout: 3s
interval: 1s
retries: 60
image: jaegertracing/all-in-one:latest
image: jaegertracing/all-in-one:1.48.0
ports:
- 16686:16686
networks:
Expand Down
2 changes: 1 addition & 1 deletion examples/observability-to-the-rescue/docker-compose.yaml
Expand Up @@ -109,7 +109,7 @@ services:
- jaeger

jaeger:
image: jaegertracing/all-in-one:latest
image: jaegertracing/all-in-one:1.48.0
restart: unless-stopped
ports:
- 16686:16686
Expand Down
2 changes: 1 addition & 1 deletion examples/quick-start-go-and-kafka/docker-compose.yaml
Expand Up @@ -116,7 +116,7 @@ services:
condition: service_started

jaeger:
image: jaegertracing/all-in-one:latest
image: jaegertracing/all-in-one:1.48.0
restart: unless-stopped
ports:
- 16686:16686
Expand Down
Expand Up @@ -50,7 +50,7 @@ services:
- ./tracetest/collector.config.yaml:/otel-local-config.yaml

jaeger:
image: jaegertracing/all-in-one:latest
image: jaegertracing/all-in-one:1.48.0
restart: unless-stopped
ports:
- "16686:16686"
Expand Down
2 changes: 1 addition & 1 deletion examples/quick-start-net-core/docker-compose.yaml
Expand Up @@ -61,7 +61,7 @@ services:
- 4318:4318

jaeger:
image: jaegertracing/all-in-one:latest
image: jaegertracing/all-in-one:1.48.0
restart: unless-stopped
healthcheck:
test: ["CMD", "wget", "--spider", "localhost:16686"]
Expand Down
2 changes: 1 addition & 1 deletion examples/quick-start-tail-sampling/docker-compose.yaml
Expand Up @@ -75,7 +75,7 @@ services:
condition: service_started

jaeger:
image: jaegertracing/all-in-one:latest
image: jaegertracing/all-in-one:1.48.0
restart: unless-stopped
ports:
- 16686:16686
Expand Down
2 changes: 1 addition & 1 deletion examples/tracetest-jaeger/docker-compose.yml
Expand Up @@ -55,7 +55,7 @@ services:
- 4317:4317

jaeger:
image: jaegertracing/all-in-one:latest
image: jaegertracing/all-in-one:1.48.0
restart: unless-stopped
healthcheck:
test: ["CMD", "wget", "--spider", "localhost:16686"]
Expand Down
2 changes: 1 addition & 1 deletion examples/tracetest-k6/docker-compose.yml
Expand Up @@ -54,7 +54,7 @@ services:
- 4317:4317

jaeger:
image: jaegertracing/all-in-one:latest
image: jaegertracing/all-in-one:1.48.0
restart: unless-stopped
healthcheck:
test: ["CMD", "wget", "--spider", "localhost:16686"]
Expand Down
2 changes: 1 addition & 1 deletion examples/tracetest-otel-demo/docker-compose.yaml
Expand Up @@ -68,7 +68,7 @@ services:
condition: service_healthy

jaeger:
image: jaegertracing/all-in-one:latest
image: jaegertracing/all-in-one:1.48.0
restart: unless-stopped
healthcheck:
test: ["CMD", "wget", "--spider", "localhost:16686"]
Expand Down
2 changes: 1 addition & 1 deletion examples/tracetest-provisioning-env/docker-compose.yml
Expand Up @@ -53,7 +53,7 @@ services:
- 4317:4317

jaeger:
image: jaegertracing/all-in-one:latest
image: jaegertracing/all-in-one:1.48.0
restart: unless-stopped
healthcheck:
test: ["CMD", "wget", "--spider", "localhost:16686"]
Expand Down
Expand Up @@ -9,7 +9,7 @@ services:
timeout: 3s
interval: 1s
retries: 60
image: jaegertracing/all-in-one:latest
image: jaegertracing/all-in-one:1.48.0
restart: unless-stopped
environment:
- COLLECTOR_OTLP_ENABLED=true
Expand Down
2 changes: 1 addition & 1 deletion local-config/jaeger/docker-compose.yml
Expand Up @@ -15,7 +15,7 @@ services:
- 5432:5432

jaeger:
image: jaegertracing/all-in-one:latest
image: jaegertracing/all-in-one:1.48.0
restart: unless-stopped
healthcheck:
test: ["CMD", "wget", "--spider", "localhost:16686"]
Expand Down
Expand Up @@ -53,7 +53,7 @@ services:
- 4317

jaeger:
image: jaegertracing/all-in-one:latest
image: jaegertracing/all-in-one:1.48.0
restart: unless-stopped
healthcheck:
test: ["CMD", "wget", "--spider", "localhost:16686"]
Expand Down
2 changes: 1 addition & 1 deletion testing/load/infra/docker-compose.yaml
Expand Up @@ -58,7 +58,7 @@ services:
- 4318:4318

jaeger:
# image: jaegertracing/all-in-one:latest
# image: jaegertracing/all-in-one:1.48.0
image: jaegertracing/all-in-one:1.46.0
restart: unless-stopped
healthcheck:
Expand Down

0 comments on commit 4577b61

Please sign in to comment.