You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 8, 2022. It is now read-only.
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
9
So image have all *JVM* parts to run and compile *Java applications* in Docker containers.
10
10
11
-
There are two base images:
11
+
There such tags:
12
12
13
13
#### *latest*
14
-
Uses base image [Debian Sid Slim](https://hub.docker.com/_/debian/)*(63.3MB)*
15
-
16
-
Image size with JDK *(319MB)*
14
+
* Uses base image [Debian Sid Slim](https://hub.docker.com/_/debian/)*(63.3MB)*
15
+
* Image size with JDK *(319MB)*
17
16
18
17
#### *stretch*
19
-
Uses base image [Debian Stretch Slim](https://hub.docker.com/_/debian/)*(55.3MB)*
20
-
21
-
Image size with JDK *(305MB)*
18
+
* Uses base image [Debian Stretch Slim](https://hub.docker.com/_/debian/)*(55.3MB)*
19
+
* Image size with JDK *(305MB)*
22
20
23
21
### Mission Control
24
22
25
-
Images below contains [mission control](http://www.oracle.com/technetwork/java/javaseproducts/mission-control/java-mission-control-1998576.html) as well:
23
+
Images below contains [Mission Control](http://www.oracle.com/technetwork/java/javaseproducts/mission-control/java-mission-control-1998576.html) as well:
26
24
27
25
#### *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)*
26
+
* Uses base image [Debian Sid Slim](https://hub.docker.com/_/debian/)*(63.3MB)*
27
+
* Image size with JDK and *Mission Control**(378MB)*
31
28
32
29
#### *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)*
30
+
* Uses base image [Debian Stretch Slim](https://hub.docker.com/_/debian/)*(55.3MB)*
31
+
* Image size with JDK and *Mission Control**(364MB)*
36
32
37
33
## Usage
38
34
Image have docker *USER* named **app** so you can use it for your application.
0 commit comments