We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a300328 + 8798767 commit 9f536b0Copy full SHA for 9f536b0
Dockerfile
@@ -8,5 +8,5 @@ ENV JAR=jmx_prometheus_javaagent-$VERSION.jar
8
9
RUN curl -L https://repo1.maven.org/maven2/io/prometheus/jmx/jmx_prometheus_javaagent/$VERSION/$JAR -o /lib/$JAR
10
11
-FROM gcr.io/distroless/static:nonroot
+FROM alpine:3.22
12
COPY --from=tmp /lib /lib
0 commit comments