OPSEXP-3819 Update ImageMagick to 7.1.2-13-ci-1 and move -ci-1 suffix to version variable (#1171)

This commit is contained in:
Copilot
2026-02-03 14:14:33 +01:00
committed by GitHub
parent 1789963800
commit c6f7136b7e
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -7,9 +7,9 @@ ARG JAVA_BASE_IMAGE=alfresco/alfresco-base-java:jre17-rockylinux9@sha256:f988335
FROM ${JAVA_BASE_IMAGE}
# For other ImageMagick versions please look at https://github.com/Alfresco/imagemagick-build tags
ARG IMAGEMAGICK_VERSION=7.1.2-6
ARG IMAGEMAGICK_VERSION=7.1.2-13-ci-1
ENV IMAGEMAGICK_RPM_URL=https://nexus.alfresco.com/nexus/service/local/repositories/thirdparty/org/imagemagick/imagemagick-distribution/${IMAGEMAGICK_VERSION}-ci-1/imagemagick-distribution-${IMAGEMAGICK_VERSION}-ci-1
ENV IMAGEMAGICK_RPM_URL=https://nexus.alfresco.com/nexus/service/local/repositories/thirdparty/org/imagemagick/imagemagick-distribution/${IMAGEMAGICK_VERSION}/imagemagick-distribution-${IMAGEMAGICK_VERSION}
ENV IMAGEMAGICK_DEP_RPM_URL=https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm
ENV JAVA_OPTS=""