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 4c5e6e530 Add files via upload
4c5e6e530 is described below

commit 4c5e6e53084d10ba3637c6dbdbbecec7a97fb567
Author: Piergiorgio Lucidi <[email protected]>
AuthorDate: Fri Jun 28 14:58:32 2024 +0200

    Add files via upload
---
 src/main/docker/JDK-6/README.md | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/src/main/docker/JDK-6/README.md b/src/main/docker/JDK-6/README.md
new file mode 100644
index 000000000..d77609347
--- /dev/null
+++ b/src/main/docker/JDK-6/README.md
@@ -0,0 +1,16 @@
+# Building Apache ManifoldCF 1.2 Docker Image with Oracle JDK 1.6
+
+In order to build ManifoldCF from version 1.2 to 1.10 you have to:
+
+1. Download jre-6u45-linux-x64.bin from the Oracle Portal and save it in this 
folder
+2. Download or build ManifoldCF 1.2 and be sure to have the dist folder in the 
same folder of this Dockerfile
+3. Build the Docker image with the following command:
+ 
+ For version 1.2:
+ 
+ `docker build --build-arg="MCF_VERSION=1.2" --progress=plain --platform 
linux/amd64 . -t apache/manifoldcf:1.2`
+ 
+4. Run ManifoldCF 1.2 with:
+
+`docker run -p 8345:8345 apache/manifoldcf:1.2`
+

Reply via email to