Skip to content

Commit 9bfd693

Browse files
Pin dependencies (#6512)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Martin Costello <[email protected]>
1 parent 52404f4 commit 9bfd693

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/AspNetCore/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ services:
1313

1414
# Exports Traces to Tempo
1515
tempo:
16-
image: grafana/tempo:latest
16+
image: grafana/tempo:2.8.2@sha256:0ef775495967cd5d7a6b2e146b6ea695d624803c8db8349fb8ce4164f719f9b7
1717
command: [ "-config.file=/etc/tempo.yaml" ]
1818
volumes:
1919
- ./tempo.yaml:/etc/tempo.yaml

examples/MicroserviceExample/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
zipkin:
3-
image: openzipkin/zipkin
3+
image: openzipkin/zipkin:3.5.1@sha256:bb570eb45c2994eaf32da783cc098b3d51d1095b73ec92919863d73d0a9eaafb
44
ports:
55
- 9411:9411
66

test/OpenTelemetry.Exporter.OpenTelemetryProtocol.Tests/IntegrationTest/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ services:
1919
"
2020
2121
otel-collector:
22-
image: otel/opentelemetry-collector
22+
image: otel/opentelemetry-collector:0.136.0@sha256:98fd3b410ae8a939be9588f1580c4b7c3da6ebba49f5363df4259a827aabb779
2323
volumes:
2424
- ./test/OpenTelemetry.Exporter.OpenTelemetryProtocol.Tests/IntegrationTest:/cfg
2525
command: --config=/cfg/otel-collector-config.yaml

0 commit comments

Comments
 (0)