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 b526516 commit 97152d7Copy full SHA for 97152d7
infrastructure/environments/test/load-generator/Dockerfile
@@ -1,4 +1,6 @@
1
-FROM openjdk:11
+FROM eclipse-temurin:17
2
+
3
+RUN apt-get update && apt-get install zip -y
4
5
# Install JMeter
6
RUN wget https://dlcdn.apache.org//jmeter/binaries/apache-jmeter-5.6.3.tgz && \
0 commit comments