Skip to content

Commit 97152d7

Browse files
VIA-591 Use JDK which is still available for building performance load tester.
(cherry picked from commit 8a4bc9d)
1 parent b526516 commit 97152d7

File tree

1 file changed

+3
-1
lines changed
  • infrastructure/environments/test/load-generator

1 file changed

+3
-1
lines changed

infrastructure/environments/test/load-generator/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
FROM openjdk:11
1+
FROM eclipse-temurin:17
2+
3+
RUN apt-get update && apt-get install zip -y
24

35
# Install JMeter
46
RUN wget https://dlcdn.apache.org//jmeter/binaries/apache-jmeter-5.6.3.tgz && \

0 commit comments

Comments
 (0)