Hey Vinay,
You can use our documentation (this article, "
Hello World! for Custom Runtimes", shows an example Dockerfile) and the
docs.docker.com Dockerfile reference itself to get a sense for how it works, although I can say this to sum them up: you're basically going to need to use "
RUN" to run various commands that will download, install, and configure a JDK of your choice (OpenJDK, Oracle, etc.) on the system.
I hope this is helpful. As always feel free to ask any follow-up questions!
Cheers,
On Friday, October 28, 2016 at 11:07:37 PM UTC-4, Vinay Chitlangia wrote: