Skip to content

Commit 1f9fa9f

Browse files
[infra] Remove obsolete compose attribute (#6310)
1 parent 77e73ce commit 1f9fa9f

File tree

6 files changed

+0
-10
lines changed

6 files changed

+0
-10
lines changed

build/docker-compose.net8.0.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
version: '3.7'
2-
31
services:
42
tests:
53
build:

build/docker-compose.net9.0.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
version: '3.7'
2-
31
services:
42
tests:
53
build:

examples/AspNetCore/docker-compose.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
version: "3"
21
services:
32

43
# OTEL Collector to receive logs, metrics and traces from the application

examples/MicroserviceExample/docker-compose.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
version: '3.8'
2-
31
services:
42
zipkin:
53
image: openzipkin/zipkin

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
# This should be run from the root of the repo:
33
# docker compose --file=test/OpenTelemetry.Exporter.OpenTelemetryProtocol.Tests/IntegrationTest/docker-compose.yml --project-directory=. up --exit-code-from=tests --build
44

5-
version: '3.7'
6-
75
services:
86
init-service:
97
image: otel-test-image

test/OpenTelemetry.Instrumentation.W3cTraceContext.Tests/docker-compose.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Start a container and then run OpenTelemetry W3C Trace Context tests.
22
# This should be run from the root of the repo:
33
# opentelemetry>docker compose --file=test/OpenTelemetry.Instrumentation.W3cTraceContext.Tests/docker-compose.yml --project-directory=. up --exit-code-from=tests --build
4-
version: '3.7'
54

65
services:
76
tests:

0 commit comments

Comments
 (0)