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 0d889c0db Add files via upload
0d889c0db is described below
commit 0d889c0dbeb4502984cf3aadba4bfa73cf4456ea
Author: Piergiorgio Lucidi <[email protected]>
AuthorDate: Fri Jun 28 14:57:22 2024 +0200
Add files via upload
---
src/main/docker/JDK-8/README.md | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/src/main/docker/JDK-8/README.md b/src/main/docker/JDK-8/README.md
new file mode 100644
index 000000000..edd3e5864
--- /dev/null
+++ b/src/main/docker/JDK-8/README.md
@@ -0,0 +1,15 @@
+# Building Apache ManifoldCF 2.7-2.25 Docker Image with Open JDK 8
+
+In order to build ManifoldCF from version 2.7 to 2.25 you have to:
+
+1. Download or build ManifoldCF 2.7-2.25 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.25:
+
+ `docker build --build-arg="MCF_VERSION=2.25" --progress=plain . -t
apache/manifoldcf:2.25`
+
+4. Run ManifoldCF 2.25 with:
+
+`docker run -p 8345:8345 apache/manifoldcf:2.25`
+