Skip to content

Commit b1d9558

Browse files
authored
[chore] speed up examples build using a fixed version of the collector for examples (#38389)
The previous approach created the collector from source on every build, that is not necessary.
1 parent 5d93619 commit b1d9558

File tree

2 files changed

+1
-22
lines changed

2 files changed

+1
-22
lines changed

exporter/splunkhecexporter/example/Dockerfile

-19
This file was deleted.

exporter/splunkhecexporter/example/docker-compose.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@ version: "3"
22
services:
33

44
otel-collector:
5-
build:
6-
context: ../../..
7-
dockerfile: exporter/splunkhecexporter/example/Dockerfile
5+
image: otel/opentelemetry-collector-contrib:0.121.0
86
container_name: otel
97
command: ["--config=/etc/otel-collector-config.yml"]
108
volumes:

0 commit comments

Comments
 (0)