From 2ddb7322d720398bddd7b1f5f4b9d37a7fa60bd2 Mon Sep 17 00:00:00 2001 From: Stephen Marshall Date: Wed, 19 Sep 2018 17:11:16 +0100 Subject: [PATCH] Fix RTC ppcle_linux build (#209) --- test/messaging/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/messaging/Dockerfile b/test/messaging/Dockerfile index 6a2d8f2..32c6117 100644 --- a/test/messaging/Dockerfile +++ b/test/messaging/Dockerfile @@ -30,7 +30,7 @@ RUN find /usr/src/mymaven ############################################################################### # Application runtime (JRE only, no build environment) ############################################################################### -FROM ibmjava:sfj +FROM ibmjava:8-jre COPY --from=builder /usr/src/mymaven/target/*.jar /opt/app/ COPY --from=builder /usr/src/mymaven/target/lib/*.jar /opt/app/ ENTRYPOINT ["java", "-classpath", "/opt/app/*", "org.junit.platform.console.ConsoleLauncher", "-p", "com.ibm.mqcontainer.test", "--details", "verbose"]