Docker Image packaging for Java, built on Ubuntu base images.
527
Docker Image packaging for Java, built on Ubuntu base images. Available on the Docker Hub.
Similar to the official Java image:
FROM seeruk/java:openjdk-java8
COPY . /app
WORKDIR /app
RUN javac Main.java
CMD ["java", "Main"]
The Oracle image(s) automatically accept the license agreement for you. By using these images you are agreeing to the terms and conditions of their license. (For this reason, these images may not be around forever, and I recommend using the OpenJDK image(s) instead where possible).
MIT
Feel free to open a pull request, or file an issue on Github. I always welcome contributions as long as they're for the benefit of all (potential) users of this image.
If you're unsure about anything, feel free to ask about it in an issue before you get your heart set on fixing it yourself.
Content type
Image
Digest
Size
241.2 MB
Last updated
over 7 years ago
docker pull seeruk/java