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

merge different config for different minor versions #84

Closed michaeloffner closed 3 months ago

michaeloffner commented 3 months ago

Lucee Config I have checked the changes in Lucee to the default server and web config files between version 5.0 and 5.4, this changes are mostly cosmetic, there are only 2 real changes

What about adding Lucee 5 config to Lucee 6? Lucee 6 simply ignores it

What about adding Lucee 6 config to Lucee 5? Lucee 5 simply ignores it

We could also consider to add no lucee config at all, maybe that would be the cleaner solution. Lucee will add it anyway when needed.

Tomcat Config We use the same Tomcat version for all builds, why adding different versions of the config for the same tomcat version?

michaeloffner commented 3 months ago

outdatted