This is an automated email from the ASF dual-hosted git repository.

piergiorgio pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/manifoldcf.git


The following commit(s) were added to refs/heads/trunk by this push:
     new c7b58b353 Create Dockerfile for JDK 11 (CONNECTORS-1754)
c7b58b353 is described below

commit c7b58b3537da805f8ed9c532999d18d686998f09
Author: Piergiorgio Lucidi <[email protected]>
AuthorDate: Fri Jun 28 14:56:30 2024 +0200

    Create Dockerfile for JDK 11 (CONNECTORS-1754)
---
 src/main/docker/JDK-11/README.md | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/src/main/docker/JDK-11/README.md b/src/main/docker/JDK-11/README.md
new file mode 100644
index 000000000..1d19640dc
--- /dev/null
+++ b/src/main/docker/JDK-11/README.md
@@ -0,0 +1,15 @@
+# Building Apache ManifoldCF 2.26 Docker Image with Open JDK 11
+
+In order to build ManifoldCF from version 2.26 you have to:
+
+1. Download or build ManifoldCF 2.26 and be sure to have the dist folder in 
the same folder of this Dockerfile
+2. Build the Docker image with the following command:
+ 
+ For version 2.26:
+ 
+ `docker build --build-arg="MCF_VERSION=2.26" --progress=plain . -t 
apache/manifoldcf:2.26`
+ 
+4. Run ManifoldCF 2.25 with:
+
+`docker run -p 8345:8345 apache/manifoldcf:2.25`
+

Reply via email to