Skip to content

Commit aa4b9fc

Browse files
committed
Add readme files
1 parent 76d7dbd commit aa4b9fc

File tree

7 files changed

+245
-0
lines changed

7 files changed

+245
-0
lines changed

README.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
## Docker images of Java 7/8 provided by Oracle on top of Ubuntu
2+
3+
This repository contains **Dockerfile** of [Java SE](http://java.oracle.com/) for [Docker](https://www.docker.com/)'s [automated build](https://hub.docker.com/r/sgrio/java-oracle/) published to the public [Docker Hub](https://hub.docker.com/).
4+
5+
To use this image, you must accept the [Oracle Binary Code License Agreement](http://www.oracle.com/technetwork/java/javase/terms/license/index.html) for Java SE.
6+
7+
### Docker Tags
8+
9+
`sgrio/java-oracle` provides several tagged images:
10+
11+
* Default
12+
* `latest`: pointed to `sgrio/java-oracle:server_jre_8_unlimited`
13+
14+
* Java 8
15+
* `server_jre_8`: based on `Oracle Java SE Server Runtime Environment 8 update 131 build 11`
16+
* `jre_8`: based on `Oracle Java SE Runtime Environment 8 update 131 build 11`
17+
* `jdk_8`: based on `Oracle Java SE Development Kit 8 update 131 build 11`
18+
19+
* Java 7
20+
* `server_jre_7`: based on `Oracle Java SE Server Runtime Environment 7 update 80 build 15`
21+
* `jre_7`: based on `Oracle Java SE Runtime Environment 7 update 80 build 15`
22+
* `jdk_7`: based on `Oracle Java SE Development Kit 7 update 80 build 15`
23+
24+
* Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy Files
25+
You can always apply tailing `_unlimited` to any of the tags above if you want a patched version, for example `server_jre_8_unlimited`.
26+
27+
### Installation
28+
29+
1. Install [Docker](https://www.docker.com/).
30+
31+
2. Download [automated build](https://hub.docker.com/r/sgrio/java-oracle/) from public [Docker Hub](https://hub.docker.com/): `docker pull sgrio/java-oracle`
32+
33+
### Usage
34+
35+
docker run -it --rm sgrio/java-oracle java -version

jdk/README.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
## Docker images of Java 7/8 provided by Oracle on top of Ubuntu
2+
3+
This repository contains **Dockerfile** of [Java SE](http://java.oracle.com/) for [Docker](https://www.docker.com/)'s [automated build](https://hub.docker.com/r/sgrio/java-oracle/) published to the public [Docker Hub](https://hub.docker.com/).
4+
5+
To use this image, you must accept the [Oracle Binary Code License Agreement](http://www.oracle.com/technetwork/java/javase/terms/license/index.html) for Java SE.
6+
7+
### Docker Tags
8+
9+
`sgrio/java-oracle` provides several tagged images:
10+
11+
* Default
12+
* `latest`: pointed to `sgrio/java-oracle:server_jre_8_unlimited`
13+
14+
* Java 8
15+
* `server_jre_8`: based on `Oracle Java SE Server Runtime Environment 8 update 131 build 11`
16+
* `jre_8`: based on `Oracle Java SE Runtime Environment 8 update 131 build 11`
17+
* `jdk_8`: based on `Oracle Java SE Development Kit 8 update 131 build 11`
18+
19+
* Java 7
20+
* `server_jre_7`: based on `Oracle Java SE Server Runtime Environment 7 update 80 build 15`
21+
* `jre_7`: based on `Oracle Java SE Runtime Environment 7 update 80 build 15`
22+
* `jdk_7`: based on `Oracle Java SE Development Kit 7 update 80 build 15`
23+
24+
* Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy Files
25+
You can always apply tailing `_unlimited` to any of the tags above if you want a patched version, for example `server_jre_8_unlimited`.
26+
27+
### Installation
28+
29+
1. Install [Docker](https://www.docker.com/).
30+
31+
2. Download [automated build](https://hub.docker.com/r/sgrio/java-oracle/) from public [Docker Hub](https://hub.docker.com/): `docker pull sgrio/java-oracle`
32+
33+
### Usage
34+
35+
docker run -it --rm sgrio/java-oracle java -version

jdk_unlimited/README.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
## Docker images of Java 7/8 provided by Oracle on top of Ubuntu
2+
3+
This repository contains **Dockerfile** of [Java SE](http://java.oracle.com/) for [Docker](https://www.docker.com/)'s [automated build](https://hub.docker.com/r/sgrio/java-oracle/) published to the public [Docker Hub](https://hub.docker.com/).
4+
5+
To use this image, you must accept the [Oracle Binary Code License Agreement](http://www.oracle.com/technetwork/java/javase/terms/license/index.html) for Java SE.
6+
7+
### Docker Tags
8+
9+
`sgrio/java-oracle` provides several tagged images:
10+
11+
* Default
12+
* `latest`: pointed to `sgrio/java-oracle:server_jre_8_unlimited`
13+
14+
* Java 8
15+
* `server_jre_8`: based on `Oracle Java SE Server Runtime Environment 8 update 131 build 11`
16+
* `jre_8`: based on `Oracle Java SE Runtime Environment 8 update 131 build 11`
17+
* `jdk_8`: based on `Oracle Java SE Development Kit 8 update 131 build 11`
18+
19+
* Java 7
20+
* `server_jre_7`: based on `Oracle Java SE Server Runtime Environment 7 update 80 build 15`
21+
* `jre_7`: based on `Oracle Java SE Runtime Environment 7 update 80 build 15`
22+
* `jdk_7`: based on `Oracle Java SE Development Kit 7 update 80 build 15`
23+
24+
* Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy Files
25+
You can always apply tailing `_unlimited` to any of the tags above if you want a patched version, for example `server_jre_8_unlimited`.
26+
27+
### Installation
28+
29+
1. Install [Docker](https://www.docker.com/).
30+
31+
2. Download [automated build](https://hub.docker.com/r/sgrio/java-oracle/) from public [Docker Hub](https://hub.docker.com/): `docker pull sgrio/java-oracle`
32+
33+
### Usage
34+
35+
docker run -it --rm sgrio/java-oracle java -version

jre/README.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
## Docker images of Java 7/8 provided by Oracle on top of Ubuntu
2+
3+
This repository contains **Dockerfile** of [Java SE](http://java.oracle.com/) for [Docker](https://www.docker.com/)'s [automated build](https://hub.docker.com/r/sgrio/java-oracle/) published to the public [Docker Hub](https://hub.docker.com/).
4+
5+
To use this image, you must accept the [Oracle Binary Code License Agreement](http://www.oracle.com/technetwork/java/javase/terms/license/index.html) for Java SE.
6+
7+
### Docker Tags
8+
9+
`sgrio/java-oracle` provides several tagged images:
10+
11+
* Default
12+
* `latest`: pointed to `sgrio/java-oracle:server_jre_8_unlimited`
13+
14+
* Java 8
15+
* `server_jre_8`: based on `Oracle Java SE Server Runtime Environment 8 update 131 build 11`
16+
* `jre_8`: based on `Oracle Java SE Runtime Environment 8 update 131 build 11`
17+
* `jdk_8`: based on `Oracle Java SE Development Kit 8 update 131 build 11`
18+
19+
* Java 7
20+
* `server_jre_7`: based on `Oracle Java SE Server Runtime Environment 7 update 80 build 15`
21+
* `jre_7`: based on `Oracle Java SE Runtime Environment 7 update 80 build 15`
22+
* `jdk_7`: based on `Oracle Java SE Development Kit 7 update 80 build 15`
23+
24+
* Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy Files
25+
You can always apply tailing `_unlimited` to any of the tags above if you want a patched version, for example `server_jre_8_unlimited`.
26+
27+
### Installation
28+
29+
1. Install [Docker](https://www.docker.com/).
30+
31+
2. Download [automated build](https://hub.docker.com/r/sgrio/java-oracle/) from public [Docker Hub](https://hub.docker.com/): `docker pull sgrio/java-oracle`
32+
33+
### Usage
34+
35+
docker run -it --rm sgrio/java-oracle java -version

jre_unlimited/README.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
## Docker images of Java 7/8 provided by Oracle on top of Ubuntu
2+
3+
This repository contains **Dockerfile** of [Java SE](http://java.oracle.com/) for [Docker](https://www.docker.com/)'s [automated build](https://hub.docker.com/r/sgrio/java-oracle/) published to the public [Docker Hub](https://hub.docker.com/).
4+
5+
To use this image, you must accept the [Oracle Binary Code License Agreement](http://www.oracle.com/technetwork/java/javase/terms/license/index.html) for Java SE.
6+
7+
### Docker Tags
8+
9+
`sgrio/java-oracle` provides several tagged images:
10+
11+
* Default
12+
* `latest`: pointed to `sgrio/java-oracle:server_jre_8_unlimited`
13+
14+
* Java 8
15+
* `server_jre_8`: based on `Oracle Java SE Server Runtime Environment 8 update 131 build 11`
16+
* `jre_8`: based on `Oracle Java SE Runtime Environment 8 update 131 build 11`
17+
* `jdk_8`: based on `Oracle Java SE Development Kit 8 update 131 build 11`
18+
19+
* Java 7
20+
* `server_jre_7`: based on `Oracle Java SE Server Runtime Environment 7 update 80 build 15`
21+
* `jre_7`: based on `Oracle Java SE Runtime Environment 7 update 80 build 15`
22+
* `jdk_7`: based on `Oracle Java SE Development Kit 7 update 80 build 15`
23+
24+
* Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy Files
25+
You can always apply tailing `_unlimited` to any of the tags above if you want a patched version, for example `server_jre_8_unlimited`.
26+
27+
### Installation
28+
29+
1. Install [Docker](https://www.docker.com/).
30+
31+
2. Download [automated build](https://hub.docker.com/r/sgrio/java-oracle/) from public [Docker Hub](https://hub.docker.com/): `docker pull sgrio/java-oracle`
32+
33+
### Usage
34+
35+
docker run -it --rm sgrio/java-oracle java -version

server_jre/README.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
## Docker images of Java 7/8 provided by Oracle on top of Ubuntu
2+
3+
This repository contains **Dockerfile** of [Java SE](http://java.oracle.com/) for [Docker](https://www.docker.com/)'s [automated build](https://hub.docker.com/r/sgrio/java-oracle/) published to the public [Docker Hub](https://hub.docker.com/).
4+
5+
To use this image, you must accept the [Oracle Binary Code License Agreement](http://www.oracle.com/technetwork/java/javase/terms/license/index.html) for Java SE.
6+
7+
### Docker Tags
8+
9+
`sgrio/java-oracle` provides several tagged images:
10+
11+
* Default
12+
* `latest`: pointed to `sgrio/java-oracle:server_jre_8_unlimited`
13+
14+
* Java 8
15+
* `server_jre_8`: based on `Oracle Java SE Server Runtime Environment 8 update 131 build 11`
16+
* `jre_8`: based on `Oracle Java SE Runtime Environment 8 update 131 build 11`
17+
* `jdk_8`: based on `Oracle Java SE Development Kit 8 update 131 build 11`
18+
19+
* Java 7
20+
* `server_jre_7`: based on `Oracle Java SE Server Runtime Environment 7 update 80 build 15`
21+
* `jre_7`: based on `Oracle Java SE Runtime Environment 7 update 80 build 15`
22+
* `jdk_7`: based on `Oracle Java SE Development Kit 7 update 80 build 15`
23+
24+
* Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy Files
25+
You can always apply tailing `_unlimited` to any of the tags above if you want a patched version, for example `server_jre_8_unlimited`.
26+
27+
### Installation
28+
29+
1. Install [Docker](https://www.docker.com/).
30+
31+
2. Download [automated build](https://hub.docker.com/r/sgrio/java-oracle/) from public [Docker Hub](https://hub.docker.com/): `docker pull sgrio/java-oracle`
32+
33+
### Usage
34+
35+
docker run -it --rm sgrio/java-oracle java -version

server_jre_unlimited/README.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
## Docker images of Java 7/8 provided by Oracle on top of Ubuntu
2+
3+
This repository contains **Dockerfile** of [Java SE](http://java.oracle.com/) for [Docker](https://www.docker.com/)'s [automated build](https://hub.docker.com/r/sgrio/java-oracle/) published to the public [Docker Hub](https://hub.docker.com/).
4+
5+
To use this image, you must accept the [Oracle Binary Code License Agreement](http://www.oracle.com/technetwork/java/javase/terms/license/index.html) for Java SE.
6+
7+
### Docker Tags
8+
9+
`sgrio/java-oracle` provides several tagged images:
10+
11+
* Default
12+
* `latest`: pointed to `sgrio/java-oracle:server_jre_8_unlimited`
13+
14+
* Java 8
15+
* `server_jre_8`: based on `Oracle Java SE Server Runtime Environment 8 update 131 build 11`
16+
* `jre_8`: based on `Oracle Java SE Runtime Environment 8 update 131 build 11`
17+
* `jdk_8`: based on `Oracle Java SE Development Kit 8 update 131 build 11`
18+
19+
* Java 7
20+
* `server_jre_7`: based on `Oracle Java SE Server Runtime Environment 7 update 80 build 15`
21+
* `jre_7`: based on `Oracle Java SE Runtime Environment 7 update 80 build 15`
22+
* `jdk_7`: based on `Oracle Java SE Development Kit 7 update 80 build 15`
23+
24+
* Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy Files
25+
You can always apply tailing `_unlimited` to any of the tags above if you want a patched version, for example `server_jre_8_unlimited`.
26+
27+
### Installation
28+
29+
1. Install [Docker](https://www.docker.com/).
30+
31+
2. Download [automated build](https://hub.docker.com/r/sgrio/java-oracle/) from public [Docker Hub](https://hub.docker.com/): `docker pull sgrio/java-oracle`
32+
33+
### Usage
34+
35+
docker run -it --rm sgrio/java-oracle java -version

0 commit comments

Comments
 (0)