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 59ea349 commit 003b5b2Copy full SHA for 003b5b2
Dockerfile
@@ -1,10 +1,10 @@
1
-FROM alpine:3.22 as tmp
+FROM alpine:3.22 AS tmp
2
3
RUN --mount=type=cache,target=/var/cache/apk \
4
apk add curl
5
6
-ENV VERSION 1.0.1
7
-ENV JAR jmx_prometheus_javaagent-$VERSION.jar
+ENV VERSION=1.0.1
+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
0 commit comments