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 54aa632 commit 56b4476Copy full SHA for 56b4476
wrapper/src/test/java/integration/host/TestEnvironment.java
@@ -1251,7 +1251,7 @@ private static void createTelemetryOtlpContainer(TestEnvironment env) {
1251
private static String getContainerBaseImageName(TestEnvironmentRequest request) {
1252
switch (request.getTargetJvm()) {
1253
case OPENJDK8:
1254
- return "openjdk:8-jdk-alpine";
+ return "amazoncorretto:8-alpine";
1255
case OPENJDK11:
1256
return "amazoncorretto:11.0.19-alpine3.17";
1257
case OPENJDK17:
0 commit comments