appropriate / docker-jetty

Formerly the location of the Docker official image for Jetty
https://registry.hub.docker.com/_/jetty/
46 stars 46 forks source link

Jetty on top of Openjdk-8 JDK version #131

Closed PhantomYdn closed 4 years ago

PhantomYdn commented 4 years ago

Hello! Is it possible to make an image with openjdk-8, but JDK version (not JRE - as it's right now)? It would be much more convenient for our project.

A little more about use case: our application Orienteer is based on OrientDB version 2 - which require Java 8. It's running on JRE, but from time to time we need to do more deeper analysis of running instance with the aid of jcmd and etc. But we can't do it on top of JRE version.

PhantomYdn commented 4 years ago

PR created #132

joakime commented 4 years ago

This issue has been moved to the new Official Eclipse Jetty Docker repository.

See https://github.com/eclipse/jetty.docker/issues/13