Justin Carter
Justin Carter
Tomcat official base image doesn't have non-root option currently (still?) but there's one suggested workaround in this issue comment; https://github.com/docker-library/tomcat/issues/68#issuecomment-311745802 I'm not sure if that's a commonly accepted practice or...
Also if anyone has working examples that they've implemented and would like to share that could be a good starting point.
Thanks Joe that's super helpful, much appreciated :D I'll take a look in the coming weeks to see how I might be able to integrate this or at least offer...
We don't yet have a solution for completely removing the admin while still allowing users to easily enable it for development purposes. However, in Lucee 5.3.4.x+ there is a new...
I think this would affect all existing web context paths (e.g. /opt/lucee/web/logs would become /opt/lucee/web/{web-context-label}/logs) so some users volume mappings could fail. We might need to solve this a slightly...
Can you try the lucee/lucee:5.3.5.3-SNAPSHOT tag? Each commit has a snapshot build so that you can try the bleeding edge commits :) On Sat., 7 Sep. 2019, 3:14 pm Frans...
The WARNING is still there in the latest build (5.3.4.77); ``` 10-Feb-2020 23:45:57.054 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/9.0.30] WARNING: An illegal reflective access operation has occurred WARNING:...
Agreed. At this time I don't know of a way to remove the warning though, see; https://luceeserver.atlassian.net/browse/LDEV-2300 I'm not sure if Lucee can suppress the Felix warning, but it seems...
Which version/tag of the Lucee Docker images are you looking for a rebuild of? Sometimes rebuilding an image isn't appropriate if some underlying versions have changed that could affect compatibility,...
The current work in progress branch for Lucee 6.x support is here: https://github.com/lucee/lucee-dockerfiles/commits/wip-next/ I think the things left to address are: - adding default JSON config files - supporting XML...