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

Switch to "openjdk" base image instead of "java" #46

Closed md5 closed 8 years ago

md5 commented 8 years ago

The java image is being deprecated in favor of openjdk. We should switch the base image for jetty to be FROM openjdk. The java image will no longer receive updates after December 2016. See https://github.com/docker-library/official-images/pull/2046 and https://github.com/docker-library/docs/pull/660