Skip to content

Commit 3223a2c

Browse files
authored
Pin github file to commit (#12822)
1 parent f008277 commit 3223a2c

File tree

1 file changed

+1
-1
lines changed
  • test/e2e-v2/cases/kafka/kafka-monitoring

1 file changed

+1
-1
lines changed

test/e2e-v2/cases/kafka/kafka-monitoring/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ FROM bitnami/kafka:2.4.1
1818

1919
# Download the JMX Prometheus Java Agent and config file
2020
ADD https://repo1.maven.org/maven2/io/prometheus/jmx/jmx_prometheus_javaagent/0.18.0/jmx_prometheus_javaagent-0.18.0.jar /etc/jmx_prometheus_javaagent-0.18.0.jar
21-
ADD https://raw.githubusercontent.com/prometheus/jmx_exporter/main/example_configs/kafka-2_0_0.yml /etc/kafka-2_0_0.yml
21+
ADD https://raw.githubusercontent.com/prometheus/jmx_exporter/91622ad478015364444e5d63475d1673c09e6268/examples/kafka-2_0_0.yml /etc/kafka-2_0_0.yml
2222

2323
# Set the necessary permissions for the jar and yml
2424
USER root

0 commit comments

Comments
 (0)