File tree Expand file tree Collapse file tree
otel-supervised-collector Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- ARG COLLECTOR_VERSION=0.127 .0
1+ ARG COLLECTOR_VERSION=0.128 .0
22
33FROM alpine:3.22 AS certs
44RUN apk --update add ca-certificates
@@ -7,8 +7,14 @@ RUN mkdir -p /etc/otelcol-contrib/supervisor-data
77FROM ghcr.io/open-telemetry/opentelemetry-collector-releases/opentelemetry-collector-opampsupervisor:${COLLECTOR_VERSION} AS supervisor
88
99FROM ghcr.io/open-telemetry/opentelemetry-collector-releases/opentelemetry-collector-contrib:${COLLECTOR_VERSION} AS collector
10+
11+ # Uncomment the line below to generate a more helpful debug container
12+ # FROM alpine:3.22
13+
1014USER 10001:10001
1115
16+ # Uncomment the line below to generate a more helpful debug container
17+ # COPY --from=collector /otelcol-contrib /otelcol-contrib
1218COPY --from=certs /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt
1319COPY --from=supervisor --chmod=755 /usr/local/bin/opampsupervisor /opampsupervisor
1420COPY --from=certs --chmod=744 --chown=10001:10001 /etc/otelcol-contrib/supervisor-data /etc/otelcol-contrib/supervisor-data
Original file line number Diff line number Diff line change 33# Default values
44IMAGE_NAME ?= otel-supervised-collector
55IMAGE_TAG ?= latest
6- COLLECTOR_VERSION ?= 0.127 .0
6+ COLLECTOR_VERSION ?= 0.128 .0
77PLATFORMS ?= linux/amd64,linux/arm64
88
99# Docker build arguments
You can’t perform that action at this time.
0 commit comments