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.
1 parent a300328 commit ab3eea9Copy full SHA for ab3eea9
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 scratch
12
COPY --from=tmp /lib /lib
0 commit comments