mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
ACS-1970 Switch to the alfresco/alfresco-base-tomcat:9.0.52-java-11-centos-7 base image (#693)
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# Fetch image based on Tomcat 9.0, Java 11 and Centos 8
|
# Fetch image based on Tomcat 9.0, Java 11 and Centos 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:9.0.45-java-11-centos-8
|
FROM alfresco/alfresco-base-tomcat:9.0.52-java-11-centos-7
|
||||||
|
|
||||||
# Set default docker_context.
|
# Set default docker_context.
|
||||||
ARG resource_path=target
|
ARG resource_path=target
|
||||||
@@ -65,12 +65,12 @@ RUN sed -i -e "s_log4j.appender.File.File\=alfresco.log_log4j.appender.File.File
|
|||||||
|
|
||||||
# fontconfig is required by Activiti worflow diagram generator
|
# fontconfig is required by Activiti worflow diagram generator
|
||||||
# installing pinned dependencies as well
|
# installing pinned dependencies as well
|
||||||
RUN yum install -y fontconfig-2.13.1-3.el8 \
|
RUN yum install -y fontconfig-2.13.0-4.3.el7 \
|
||||||
dejavu-fonts-common-2.35-7.el8 \
|
dejavu-fonts-common-2.33-6.el7 \
|
||||||
fontpackages-filesystem-1.44-22.el8 \
|
fontpackages-filesystem-1.44-8.el7 \
|
||||||
freetype-2.9.1-4.el8_3.1 \
|
freetype-2.8-14.el7_9.1 \
|
||||||
libpng-1.6.34-5.el8 \
|
libpng-1.5.13-8.el7 \
|
||||||
dejavu-sans-fonts-2.35-7.el8 && \
|
dejavu-sans-fonts-2.33-6.el7 && \
|
||||||
yum clean all
|
yum clean all
|
||||||
|
|
||||||
# The standard configuration is to have all Tomcat files owned by root with group GROUPNAME and whilst owner has read/write privileges,
|
# The standard configuration is to have all Tomcat files owned by root with group GROUPNAME and whilst owner has read/write privileges,
|
||||||
|
Reference in New Issue
Block a user