File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ The IBM Semeru Runtimes are free production-ready open source binaries built wit
142142To run a pre-built japp.jar file with the latest OpenJDK 11, use the following Dockerfile:
143143
144144``` dockerfile
145- FROM ibm-semeru-runtimes:11
145+ FROM ibm-semeru-runtimes:open-11-jdk
146146RUN mkdir /opt/app
147147COPY japp.jar /opt/app
148148CMD ["java" , "-jar" , "/opt/app/japp.jar" ]
@@ -163,7 +163,7 @@ If you are using a distribution that we don't provide an image for you can copy
163163# Example
164164FROM <base image>
165165ENV JAVA_HOME=/opt/java/openjdk
166- COPY --from=ibm-semeru-runtimes:11 $JAVA_HOME $JAVA_HOME
166+ COPY --from=ibm-semeru-runtimes:open-11-jdk $JAVA_HOME $JAVA_HOME
167167ENV PATH="${JAVA_HOME}/bin:${PATH}"
168168```
169169
You can’t perform that action at this time.
0 commit comments