We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e909d4 commit 2011d82Copy full SHA for 2011d82
distributions/otelcol-ebpf-profiler/Dockerfile
@@ -1,12 +1,8 @@
1
-FROM alpine:3.21 as certs
2
-RUN apk --update add ca-certificates
3
-
4
-FROM scratch
+FROM golang:1.23.8
5
6
ARG USER_UID=10001
7
ARG USER_GID=10001
8
USER ${USER_UID}:${USER_GID}
9
10
-COPY --from=certs /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt
11
COPY --chmod=755 otelcol-ebpf-profiler /otelcol-ebpf-profiler
12
ENTRYPOINT ["/otelcol-ebpf-profiler"]
0 commit comments