Explorar el Código

Run update.sh

Docker Library Bot hace 7 años
padre
commit
90afa257ab
Se han modificado 1 ficheros con 1 adiciones y 14 borrados
  1. 1 14
      ibmjava/README.md

+ 1 - 14
ibmjava/README.md

@@ -53,7 +53,7 @@ WARNING:
 
 ### 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.
 
@@ -102,19 +102,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 ibmjava:9-ea2-sdk
-```
-
-```dockerfile
-FROM ibmjava: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