Skip to content

Commit f769e80

Browse files
authored
Merge pull request #2512 from jayasg12/master
Correct IBM Semeru Tag info in Example
2 parents e79257e + 64419f4 commit f769e80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ibm-semeru-runtimes/content.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The IBM Semeru Runtimes are free production-ready open source binaries built wit
1111
To run a pre-built japp.jar file with the latest OpenJDK 11, use the following Dockerfile:
1212

1313
```dockerfile
14-
FROM %%IMAGE%%:11
14+
FROM %%IMAGE%%:open-11-jdk
1515
RUN mkdir /opt/app
1616
COPY japp.jar /opt/app
1717
CMD ["java", "-jar", "/opt/app/japp.jar"]
@@ -32,6 +32,6 @@ If you are using a distribution that we don't provide an image for you can copy
3232
# Example
3333
FROM <base image>
3434
ENV JAVA_HOME=/opt/java/openjdk
35-
COPY --from=%%IMAGE%%:11 $JAVA_HOME $JAVA_HOME
35+
COPY --from=%%IMAGE%%:open-11-jdk $JAVA_HOME $JAVA_HOME
3636
ENV PATH="${JAVA_HOME}/bin:${PATH}"
3737
```

0 commit comments

Comments
 (0)