Building Apache ManifoldCF 2.30 Docker Image with Open JDK 21
In order to build ManifoldCF from version 2.30 you have to:
- Download or build ManifoldCF 2.30 and be sure to have the dist folder in the same folder of this Dockerfile
- Build the Docker image with the following command:
For version 2.30:
docker build --build-arg="MCF_VERSION=2.30" --progress=plain . -t apache/manifoldcf:2.30
- Run ManifoldCF 2.30 with:
docker run -p 8345:8345 apache/manifoldcf:2.30