|
1 | 1 | # Docker Debian Oracle JDK 10
|
2 |
| -Docker Debian Slim image with cleaned Oracle JDK 10 Update 1 (239MB for stretch) |
| 2 | +Docker Debian Slim image with cleaned Oracle JDK 10 Update 1 (305MB for stretch) |
3 | 3 |
|
4 | 4 | You must accept the [Oracle Binary Code License Agreement for Java SE](http://www.oracle.com/technetwork/java/javase/terms/license/index.html) to use this image.
|
5 | 5 |
|
6 | 6 | ## Image
|
7 | 7 | Image contains cleaned [Oracle JDK 10.0.1](http://www.oracle.com/technetwork/java/javase/downloads/jdk10-downloads-4416644.html).
|
8 |
| -JDK is provided without *desktop, sources* and other unnecessary stuff except JVM. |
9 |
| -So image have all *JVM* parts to run *Java applications* in Docker containers. |
| 8 | +JDK is provided without *desktop, sources* and other unnecessary stuff except JVM and javac. Some tags have mission control included as well (check image section below). |
| 9 | +So image have all *JVM* parts to run and compile *Java applications* in Docker containers. |
10 | 10 |
|
11 | 11 | There are two base images:
|
12 | 12 |
|
13 |
| -#### Latest |
14 |
| -Uses base image [Debian Sid Slim](https://hub.docker.com/_/debian/) (63.3MB) |
| 13 | +#### *latest* |
| 14 | +Uses base image [Debian Sid Slim](https://hub.docker.com/_/debian/) *(63.3MB)* |
15 | 15 |
|
16 |
| -Image size with JDK (254MB) |
| 16 | +Image size with JDK *(319MB)* |
17 | 17 |
|
18 |
| -#### Stretch |
19 |
| -Uses base image [Debian Stretch Slim](https://hub.docker.com/_/debian/) (55.3MB) |
| 18 | +#### *stretch* |
| 19 | +Uses base image [Debian Stretch Slim](https://hub.docker.com/_/debian/) *(55.3MB)* |
20 | 20 |
|
21 |
| -Image size with JDK (239MB) |
| 21 | +Image size with JDK *(305MB)* |
| 22 | + |
| 23 | +### Mission Control |
| 24 | + |
| 25 | +Images below contains [mission control](http://www.oracle.com/technetwork/java/javaseproducts/mission-control/java-mission-control-1998576.html) as well: |
| 26 | + |
| 27 | +#### *latest-mission* |
| 28 | +Uses base image [Debian Sid Slim](https://hub.docker.com/_/debian/) *(63.3MB)* |
| 29 | + |
| 30 | +Image size with JDK and Mission Control *(378MB)* |
| 31 | + |
| 32 | +#### *stretch-mission* |
| 33 | +Uses base image [Debian Stretch Slim](https://hub.docker.com/_/debian/) *(55.3MB)* |
| 34 | + |
| 35 | +Image size with JDK and Mission Control *(364MB)* |
22 | 36 |
|
23 | 37 | ## Usage
|
24 | 38 | Image have docker *USER* named **app** so you can use it for your application.
|
|
0 commit comments