Sign inSign up

seeruk/java

By seeruk

Updated over 7 years ago

Docker Image packaging for Java, built on Ubuntu base images.

Image
0

527

seeruk/java repository overview

Docker Java

Docker Image packaging for Java, built on Ubuntu base images. Available on the Docker Hub.

Usage

Similar to the official Java image:

FROM seeruk/java:openjdk-java8
COPY . /app
WORKDIR /app
RUN javac Main.java
CMD ["java", "Main"]

Notes

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).

License

MIT

Contributing

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.

Tag summary

Content type

Image

Digest

Size

241.2 MB

Last updated

over 7 years ago

docker pull seeruk/java