openkm / document-management-system

OpenKM is a Open Source Document Management System
https://www.openkm.com/
GNU General Public License v2.0
671 stars 297 forks source link

Docker image for 6.3.11 still reports its version as 6.3.9 #345

Closed aldemira closed 1 year ago

aldemira commented 1 year ago

I've just upgraded to 6.3.11 from https://hub.docker.com/r/openkm/openkm-ce and docker logs still shows:

2022-09-13 10:18:20,028 [localhost-startStop-1] INFO com.openkm.util.WarUtils - okm.version: 6.3.9 2022-09-13 10:18:20,028 [localhost-startStop-1] INFO com.openkm.util.WarUtils - okm.build: e57b626 2022-09-13 10:18:20,031 [localhost-startStop-1] INFO c.o.servlet.RepositoryStartupServlet - *** Application version: 6.3.9 (build: e57b626) *** 2022-09-13 10:18:20,032 [localhost-startStop-1] INFO c.o.servlet.RepositoryStartupServlet - *** Initialize cache manager... ***

monkiki commented 1 year ago

Are you sure you are using the right tag?

Please, write the command line you have used to run the container.

aldemira commented 1 year ago

The problem was docker was creating a local volume for /opt/tomcat, I hadn't know that and I just upgraded from 6.3.9, long story short, I removed the container along with the local volume and running docker-compose up -d worked just fine.