We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7efbfee + 7e5ac7c commit cdf1051Copy full SHA for cdf1051
Dockerfile
@@ -15,6 +15,8 @@ RUN mvn -B native:compile -P native --no-transfer-progress -DskipTests=true && \
15
# ---------------------------------------------------------------------
16
FROM debian:bookworm-slim
17
18
+COPY --from=ghcr.io/tarampampam/curl:latest-alpine /bin/curl /bin/curl
19
+
20
COPY --from=builder "/build/target/prometheus-alertecho" /srv/prometheus-alertecho
21
22
HEALTHCHECK --interval=5s --timeout=1s CMD curl -f http://localhost:9095/health
0 commit comments