mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-09-17 14:21:39 +00:00
Use tomcat 10.1 base image
This commit is contained in:
@@ -16,4 +16,10 @@ function clone_and_install {
|
|||||||
|
|
||||||
clone_and_install surf-webscripts
|
clone_and_install surf-webscripts
|
||||||
clone_and_install alfresco-greenmail
|
clone_and_install alfresco-greenmail
|
||||||
clone_and_install alfresco-tas-email
|
clone_and_install alfresco-tas-email
|
||||||
|
|
||||||
|
tomcat_image_path=$DEPENDENCIES_DIR/projects/alfresco-docker-base-tomcat
|
||||||
|
if [ ! -d "$tomcat_image_path" ]; then
|
||||||
|
git clone --single-branch --branch jakarta-migration https://github.com/Alfresco/alfresco-docker-base-tomcat.git $tomcat_image_path
|
||||||
|
fi
|
||||||
|
docker build --build-arg JDIST=jre --build-arg DISTRIB_NAME=rockylinux --build-arg DISTRIB_MAJOR=8 --build-arg JAVA_MAJOR=17 --build-arg TOMCAT_MAJOR=10 -t tomcat10-jakarta $tomcat_image_path
|
@@ -1,6 +1,6 @@
|
|||||||
# Fetch image based on Tomcat 9.0, Java 17 and Rocky Linux 8
|
# Fetch image based on Tomcat 9.0, Java 17 and Rocky Linux 8
|
||||||
# More infos about this image: https://github.com/Alfresco/alfresco-docker-base-tomcat
|
# More infos about this image: https://github.com/Alfresco/alfresco-docker-base-tomcat
|
||||||
FROM alfresco/alfresco-base-tomcat:tomcat9-jre17-rockylinux8-202303081618
|
FROM tomcat10-jakarta:latest
|
||||||
|
|
||||||
# Set default docker_context.
|
# Set default docker_context.
|
||||||
ARG resource_path=target
|
ARG resource_path=target
|
||||||
|
Reference in New Issue
Block a user