ATS-985 - Upgrade LibreOffice to 7.2.5 (#568)

* Upgrade LO to 7.2.5

* Update dockerfiles to use version 7.2.5 of Libreoffice uplodaded to nexus

* Correct formatting of Dockerfiles
This commit is contained in:
evasques
2022-03-16 12:46:01 +00:00
committed by GitHub
parent 839dfb855b
commit f2c10d3fda
7 changed files with 8 additions and 8 deletions

View File

@@ -4,7 +4,7 @@
FROM alfresco/alfresco-base-java:jre11-centos7-202203071429
ARG LIBREOFFICE_VERSION=7.0.6
ARG LIBREOFFICE_VERSION=7.2.5
ENV LIBREOFFICE_RPM_URL=https://nexus.alfresco.com/nexus/service/local/repositories/thirdparty/content/org/libreoffice/libreoffice-dist/${LIBREOFFICE_VERSION}/libreoffice-dist-${LIBREOFFICE_VERSION}-linux.gz
ENV JAVA_OPTS=""

View File

@@ -6,7 +6,7 @@ transform:
config:
location: classpath:libreoffice_engine_config.json
libreoffice:
path: ${LIBREOFFICE_HOME:/opt/libreoffice7.0}
path: ${LIBREOFFICE_HOME:/opt/libreoffice7.2}
maxTasksPerProcess: ${LIBREOFFICE_MAX_TASKS_PER_PROCESS:200}
timeout: ${LIBREOFFICE_TIMEOUT:1200000}
portNumbers: ${LIBREOFFICE_PORT_NUMBERS:8100}