I’m currently trying to install xwiki offline in a docker environment.
It works and i can access to the xwiki main page but for the moment i cant use the standard flavor. My flavor list is empty in my distribution wizard.
My method was to start the docker container, enter in it, unzip the xip package and restart the docker. I tried more than 10 times and each time i had an empty flavors list.
i use the same version of xwiki war and xip.
I put the capture of the content of my permanent directory.
I have to enter in the container because, the permanent directory is not created before i start the container (and the tomcat). So i cant put this instruction before the catalina start. I did it by scripting in the docker entry point but its the same result in all case.
yes it shouldn’t change. Now I don’t see why docker would lead to a different result for XIP install than without docker. I’ll have to try it when I get some time.