lucee / lucee-dockerfiles

Official Lucee Dockerfiles for Docker Hub build images
https://hub.docker.com/u/lucee/
MIT License
85 stars 50 forks source link

(Regression) JDK-based Images Missing #78

Closed jamiejackson closed 1 year ago

jamiejackson commented 1 year ago

Old images were based on JDK (versus JRE). However, recently, what should have been a patch release (5.4.1.8) introduced breaking changes for users who relied on a JDK; e.g., users of the luceedebug step debugger.

Until then, we're stuck on 5.4.0.80.

I know this is already on your radar, but a ticket gives me something I can get automated notifications for. Otherwise, I'll continue F5-ing https://github.com/lucee/lucee-dockerfiles/blob/master/.github/workflows/main.yml obsessively.

jamiejackson commented 1 year ago

https://github.com/lucee/lucee-dockerfiles/commit/ed529be5efa2cda4271bf65a1ba003c81c607d40 reintroduces JDK images.

justincarter commented 1 year ago

Following that commit, the 5.4.2.17 images have now been built with JDK11 and will be supported again going forward. I'll see if there's any other versions where I can fill in the gaps.

jamiejackson commented 1 year ago

This works for me, thanks. Feel free to close unless you have unfinished business.