I pass this on to the Docker aficionados on the list…
Christian
Thanks and sorry for responding on a month old post about the xml parser, I just noticed my email filters were not working.
About the QUERYPATH, I think the issue isn't specifically about docker. Maybe I'm missing something, but how can a basexclient execute XQUERY "import module namespace test = "test" at "test.xq" if there isn't a querypath to define the directory for the modules? I'm trying this on a local server instance and it searches for the test.xq in the BaseX bin directory. I hope there is an alternative way to declare the path, because I won't be able to use BaseX any more from my java application, using the BasexClient query method.
Specifically about Docker, the older images can't run because of the .m2 permissions, and the latest one is missing QUERYPATH.