You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@manifoldcf.apache.org by Piergiorgio Lucidi <pi...@apache.org> on 2022/04/20 13:04:22 UTC

[CONNECTORS-1492] - Add support for Docker - Update

Hi folks,

I have just shared some initial commits for adding Docker support to
ManifoldCF (branch CONNECTORS-1492):

https://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1492/?pathrev=1900067

In this branch you will find the following new artifacts:

   - /Dockerfile: build the container from the source, very useful for
   development purpose
   - /src/main/docker/Dockerfile: build the container using the
   distribution package after the build this file will be in the final dist
   folder
   - /src/main/docker/compose: a complete Docker Compose example building
   the container from the online ManifoldCF distribution and using a
   PostgreSQL database as database storage. It doesn't need the local packages
   and it is self-consistent. After the build it will create a new
   example-docker-compose folder in the distribution package

Please let me know what you think.
Thanks.

Cheers,
PJ

-- 
Piergiorgio