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.
Copy file name to clipboardExpand all lines: README.md
+8-10Lines changed: 8 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
# Docker Debian Oracle Server JRE 10
2
-
Docker Debian Slim image with cleaned Oracle Server JRE 10 Update 1 (239MB for stretch)
2
+
Docker Debian Slim image with cleaned Oracle Server JRE 10 Update 1 (239MB 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
@@ -10,17 +10,15 @@ So image have all *JVM* parts to run *Java applications* in Docker containers.
10
10
11
11
Image contains only Java Runtime Environment, so you must have compiled Java application.
12
12
13
-
There are two base images:
13
+
There such tags:
14
14
15
-
#### Latest
16
-
Uses base image [Debian Sid Slim](https://hub.docker.com/_/debian/) (63.3MB)
15
+
#### *latest*
16
+
* Uses base image [Debian Sid Slim](https://hub.docker.com/_/debian/)*(63.3MB)*
17
+
* Image size with Server JRE *(254MB)*
17
18
18
-
Image size with Server JRE (254MB)
19
-
20
-
#### Stretch
21
-
Uses base image [Debian Stretch Slim](https://hub.docker.com/_/debian/) (55.3MB)
22
-
23
-
Image size with Server JRE (239MB)
19
+
#### *stretch*
20
+
* Uses base image [Debian Stretch Slim](https://hub.docker.com/_/debian/)*(55.3MB)*
21
+
* Image size with Server JRE *(239MB)*
24
22
25
23
## Usage
26
24
Image have docker *USER* named **app** so you can use it for your application.
0 commit comments