From 822a073c4e4324a8932360c6da1e527cf5c98ce1 Mon Sep 17 00:00:00 2001 From: Stephen Marshall Date: Fri, 21 Sep 2018 09:30:53 +0100 Subject: [PATCH] Fix RTC ppcle_linux build (#211) --- 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"]