Skip to content

Commit 27c35c8

Browse files
authored
opentelemetry: Set version (current 0.128.0) for Docker image (#708)
Signed-off-by: Ryan Northey <ryan@synca.io>
1 parent a4f146b commit 27c35c8

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

opentelemetry/Dockerfile-opentelemetry

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM alpine:3.22@sha256:8a1f59ffb675680d47db6337b49d22281a139e9d709335b492be023728e11715 AS otelc_curl
22
RUN apk --update add curl
33

4-
FROM otel/opentelemetry-collector:latest@sha256:aef3e6d742fb69b94e9c0813a028449d28438bb6f9c93cb5d0b8d0704b78ae65
4+
FROM otel/opentelemetry-collector:0.128.0@sha256:580cc87f5ea6c9e3969c37f3c5394b7a8385abb8189df0ddc63b9575a00f52fc
55

66
COPY --from=otelc_curl / /
77

opentelemetry/otel-collector-config.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
extensions:
2-
memory_ballast:
3-
size_mib: 512
42
zpages:
53
endpoint: 0.0.0.0:55679
64
health_check:
@@ -37,4 +35,4 @@ service:
3735
processors: [memory_limiter, batch]
3836
exporters: [debug]
3937

40-
extensions: [memory_ballast, zpages, health_check]
38+
extensions: [zpages, health_check]

0 commit comments

Comments
 (0)