浏览代码

Bump IBM Java version to 1.8.0_sr5fp11(8.0.5.11).

Dinakar Guniguntala 7 年之前
父节点
当前提交
c3b5c85f30
共有 1 个文件被更改,包括 1 次插入14 次删除
  1. 1 14
      ibmjava/content.md

+ 1 - 14
ibmjava/content.md

@@ -1,6 +1,6 @@
 ### Overview
 
-The images in this repository contain IBM® SDK, Java™ Technology Edition, version 1.8.0\_sr5fp10 (8.0-5.10). See [what's new](https://developer.ibm.com/javasdk/blog). See the license section for restrictions that relate to the use of this image. For more information about IBM® SDK, Java™ Technology Edition and API documentation as well as tutorials, recipes, and Java usage in IBM Cloud, see [IBM developerWorks](https://developer.ibm.com/javasdk/).
+The images in this repository contain IBM® SDK, Java™ Technology Edition, version 1.8.0\_sr5fp11 (8.0-5.11). See [what's new](https://developer.ibm.com/javasdk/blog). See the license section for restrictions that relate to the use of this image. For more information about IBM® SDK, Java™ Technology Edition and API documentation as well as tutorials, recipes, and Java usage in IBM Cloud, see [IBM developerWorks](https://developer.ibm.com/javasdk/).
 
 Java and all Java-based trademarks and logos are trademarks or registered trademarks of Oracle and/or its affiliates.
 
@@ -49,19 +49,6 @@ COPY japp.jar /opt/app
 CMD ["java", "-jar", "/opt/app/japp.jar"]
 ```
 
-To download the latest Java 9 Beta (Early Access) Image:
-
-```console
-docker pull %%IMAGE%%:9-ea2-sdk
-```
-
-```dockerfile
-FROM %%IMAGE%%:jre
-RUN mkdir /opt/app
-COPY japp.jar /opt/app
-CMD ["java", "-jar", "/opt/app/japp.jar"]
-```
-
 You can build and run the Docker Image as shown in the following example:
 
 ```console