Due to a big bug, we could not continue to use oracle-jdk as image name. In a quick (and dirty...) solution we have renamed image name to 'oraclejdk'
We hope that could be an acceptable solution for a better one later.
Docker Image for Oracle Java SDK (JDK and JRE) based on airdock/base:jessie
This repository contains Dockerfile for Docker's automated build published to the public Docker Hub Registry.
Dependency: airdock/base:jessie
Few links:
airdock/oraclejdk:latest (jdk-8u201)
airdock/oraclejdk:1.8 (jdk-8u201)
You should have already install Docker.
Execute:
'docker run -t -i airdock/oraclejdk:latest java -version'
Please note that a correct docker command should be something like this one (using java user defined):
CMD [ "gosu", "java:java", "/srv/java/jvm/bin/java", ... ]
JVM uses only 1/4 of system memory by default, with script java-dynamic-memory-opts, you could set a specific percent of memory (80 % per default) :
CMD [ "gosu", "java:java", "/srv/java/jvm/bin/java", "$(/srv/java/java-dynamic-memory-opts)", ... ]
or
CMD [ "gosu", "java:java", "/srv/java/jvm/bin/java", "$(/srv/java/java-dynamic-memory-opts 90)", ... ]
If you using this script take care of your host sizing.
You should install "make" utility.
Under each project, you could retrieve a Makefile with a set of tasks:
See Docker Project Tree for more details.
All this tags have disappears from docker hub on 2019/01/23 (...).
###Latest tag per version and type
###Specific version
The MIT License (MIT)
Copyright (c) 2015 Airdock.io
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
Content type
Image
Digest
Size
250.5 MB
Last updated
over 7 years ago
docker pull airdock/oraclejdk