From 6e586a0fc46b03ec0a6271cfa6109b60644e9e23 Mon Sep 17 00:00:00 2001 From: Stephen Marshall Date: Thu, 20 Sep 2018 16:05:40 +0100 Subject: [PATCH] Fix RTC ppcle_linux build --- test/messaging/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/messaging/Dockerfile b/test/messaging/Dockerfile index 6a2d8f29..32c61179 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"]