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

Docker image for jetty 10 #109

Closed chergey closed 4 years ago

chergey commented 5 years ago

Hi, Are there plans to dockerize jetty 10 ? I tried to replace JETTY_TGZ_URL url in https://github.com/appropriate/docker-jetty/blob/master/9.4-jre11/Dockerfile for jetty 10 but image creation fails with error:

+ gpg --batch --verify jetty.tar.gz.asc jetty.tar.gz gpg: Signature made Thu 11 Jul 2019 12:21:30 PM UTC using DSA key ID B4372146 gpg: Can't check signature: No public key

joakime commented 5 years ago

Where did you get the image of jetty.tar.gz and jetty.tar.gz.asc?

That key isn't recognized by the the list of keys at https://github.com/eclipse/jetty.project/blob/jetty-9.4.x/KEYS.txt

chergey commented 5 years ago

From here. Why is it not recognized ? It this version being developed by other people ?

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/11