Update version to 1.8.0_sr3fp10 and add links to s390x and ppc64le images.
This commit is contained in:
parent
432fb10907
commit
31c90046e8
|
|
@ -1,6 +1,6 @@
|
||||||
### Overview
|
### Overview
|
||||||
|
|
||||||
The images in this repository contain IBM® SDK, Java™ Technology Edition. 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, see the [IBM Knowledge Center](http://www.ibm.com/support/knowledgecenter/SSYKE2/welcome_javasdk_family.html). For tutorials, recipes, and Java usage in Bluemix, see [IBM developerWorks](http://www.ibm.com/developerworks/java).
|
The images in this repository contain IBM® SDK, Java™ Technology Edition, version 1.8.0\_sr3fp10 (8.0-3.10). See [what's new](http://www.ibm.com/support/knowledgecenter/SSYKE2_8.0.0/com.ibm.java.lnx.80.doc/diag/preface/changes_80/whatsnew_sr3fp10.html). 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, see the [IBM Knowledge Center](http://www.ibm.com/support/knowledgecenter/SSYKE2/welcome_javasdk_family.html). For tutorials, recipes, and Java usage in Bluemix, see [IBM developerWorks](http://www.ibm.com/developerworks/java).
|
||||||
|
|
||||||
Java and all Java-based trademarks and logos are trademarks or registered trademarks of Oracle and/or its affiliates.
|
Java and all Java-based trademarks and logos are trademarks or registered trademarks of Oracle and/or its affiliates.
|
||||||
|
|
||||||
|
|
@ -14,15 +14,21 @@ The Small Footprint JRE ([SFJ](http://download.boulder.ibm.com/ibmdl/pub/softwar
|
||||||
|
|
||||||
##### Alpine Linux
|
##### Alpine Linux
|
||||||
|
|
||||||
Consider using [Alpine Linux](http://alpinelinux.org/) if you are concerned about the size of the overall image. Alpine Linux is a stripped down version of Linux that is based on [musl glibc](http://wiki.musl-libc.org/wiki/Functional_differences_from_glibc) and Busybox, resulting in a [Docker image](https://hub.docker.com/_/alpine/) size of approximately 5 MB. Due to its extremely small size and reduced number of installed packages, it has a much smaller attack surface which improves security. However, because the IBM SDK has a dependency on gnu glibc, installing this library adds an extra 8 MB to the image size. The following table compares Docker Image sizes based on the latest JRE `8.0-3.0`.
|
Consider using [Alpine Linux](http://alpinelinux.org/) if you are concerned about the size of the overall image. Alpine Linux is a stripped down version of Linux that is based on [musl glibc](http://wiki.musl-libc.org/wiki/Functional_differences_from_glibc) and Busybox, resulting in a [Docker image](https://hub.docker.com/_/alpine/) size of approximately 5 MB. Due to its extremely small size and reduced number of installed packages, it has a much smaller attack surface which improves security. However, because the IBM SDK has a dependency on gnu glibc, installing this library adds an extra 8 MB to the image size. The following table compares Docker Image sizes based on the latest JRE `8.0-3.10`.
|
||||||
|
|
||||||
| JRE | JRE | SFJ | SFJ |
|
| JRE | JRE | SFJ | SFJ |
|
||||||
|:------:|:------:|:------:|:------:|
|
|:------:|:------:|:------:|:------:|
|
||||||
| Ubuntu | Alpine | Ubuntu | Alpine |
|
| Ubuntu | Alpine | Ubuntu | Alpine |
|
||||||
| 300 MB | 186 MB | 218 MB | 104 MB |
|
| 305 MB | 184 MB | 220 MB | 101 MB |
|
||||||
|
|
||||||
**Note: Alpine Linux is not an officially supported operating system for IBM® SDK, Java™ Technology Edition.**
|
**Note: Alpine Linux is not an officially supported operating system for IBM® SDK, Java™ Technology Edition.**
|
||||||
|
|
||||||
|
##### Architectures Supported
|
||||||
|
|
||||||
|
In addition to the x86\_64 images, [ppc64le](https://hub.docker.com/r/ppc64le/ibmjava/) and [s390x](https://hub.docker.com/r/s390x/ibmjava/) images are available as well.
|
||||||
|
|
||||||
|
### How to use this Image
|
||||||
|
|
||||||
To run a pre-built jar file with the JRE image, use the following commands:
|
To run a pre-built jar file with the JRE image, use the following commands:
|
||||||
|
|
||||||
```dockerfile
|
```dockerfile
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue