diff --git a/engines/aio/Dockerfile b/engines/aio/Dockerfile index bee5437a..171d6034 100644 --- a/engines/aio/Dockerfile +++ b/engines/aio/Dockerfile @@ -5,10 +5,8 @@ # ImageMagick is from ImageMagick Studio LLC. See the license at http://www.imagemagick.org/script/license.php or in /ImageMagick-license.txt. # alfresco-pdf-renderer uses the PDFium library from Google Inc. See the license at https://pdfium.googlesource.com/pdfium/+/master/LICENSE or in /pdfium.txt. -# ACTUAL IMAGE # More infos about this image: https://github.com/Alfresco/alfresco-docker-base-java -# jre17-rockylinux9 (29/07/2024) -FROM alfresco/alfresco-base-java@sha256:8dca9445141dd07b9a6b7a9962f0505546b2ed041b4d5cc785cc9c2d39eeda19 +FROM alfresco/alfresco-base-java:jre17-rockylinux9@sha256:905004d3b37334182a836146c4566151e003a0a6f99976571f8ceae256d78687 ARG EXIFTOOL_VERSION=12.25 ARG EXIFTOOL_FOLDER=Image-ExifTool-${EXIFTOOL_VERSION} diff --git a/engines/example/Dockerfile b/engines/example/Dockerfile index 87d73c30..ab05de74 100644 --- a/engines/example/Dockerfile +++ b/engines/example/Dockerfile @@ -1,7 +1,5 @@ -# ACTUAL IMAGE # More infos about this image: https://github.com/Alfresco/alfresco-docker-base-java -# jre17-rockylinux9 (29/07/2024) -FROM alfresco/alfresco-base-java@sha256:8dca9445141dd07b9a6b7a9962f0505546b2ed041b4d5cc785cc9c2d39eeda19 +FROM alfresco/alfresco-base-java:jre17-rockylinux9@sha256:905004d3b37334182a836146c4566151e003a0a6f99976571f8ceae256d78687 ARG EXIFTOOL_VERSION=12.25 ARG EXIFTOOL_FOLDER=Image-ExifTool-${EXIFTOOL_VERSION} diff --git a/engines/imagemagick/Dockerfile b/engines/imagemagick/Dockerfile index 4c3a53f8..f97f264e 100644 --- a/engines/imagemagick/Dockerfile +++ b/engines/imagemagick/Dockerfile @@ -2,13 +2,11 @@ # ImageMagick is from ImageMagick Studio LLC. See the license at http://www.imagemagick.org/script/license.php or in /ImageMagick-license.txt. -# ACTUAL IMAGE # More infos about this image: https://github.com/Alfresco/alfresco-docker-base-java -# jre17-rockylinux9 (29/07/2024) -FROM alfresco/alfresco-base-java@sha256:8dca9445141dd07b9a6b7a9962f0505546b2ed041b4d5cc785cc9c2d39eeda19 +FROM alfresco/alfresco-base-java:jre17-rockylinux9@sha256:905004d3b37334182a836146c4566151e003a0a6f99976571f8ceae256d78687 # For other ImageMagick versions please look at https://github.com/Alfresco/imagemagick-build tags -ARG IMAGEMAGICK_VERSION=7.1.0-16 +ARG IMAGEMAGICK_VERSION=7.1.0-16-ci-10 ENV IMAGEMAGICK_RPM_URL=https://nexus.alfresco.com/nexus/service/local/repositories/thirdparty/org/imagemagick/imagemagick-distribution/${IMAGEMAGICK_VERSION}-ci-3/imagemagick-distribution-${IMAGEMAGICK_VERSION}-ci-3 ENV IMAGEMAGICK_DEP_RPM_URL=https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm diff --git a/engines/libreoffice/Dockerfile b/engines/libreoffice/Dockerfile index 02fb8e93..58f96136 100644 --- a/engines/libreoffice/Dockerfile +++ b/engines/libreoffice/Dockerfile @@ -2,16 +2,14 @@ # LibreOffice is from The Document Foundation. See the license at https://www.libreoffice.org/download/license/ or in /libreoffice.txt. -# ACTUAL IMAGE # More infos about this image: https://github.com/Alfresco/alfresco-docker-base-java -# jre17-rockylinux9 (29/07/2024) -FROM alfresco/alfresco-base-java@sha256:8dca9445141dd07b9a6b7a9962f0505546b2ed041b4d5cc785cc9c2d39eeda19 +FROM alfresco/alfresco-base-java:jre17-rockylinux9@sha256:905004d3b37334182a836146c4566151e003a0a6f99976571f8ceae256d78687 ARG LIBREOFFICE_VERSION=7.2.5 ENV LIBREOFFICE_RPM_URL=https://nexus.alfresco.com/nexus/service/local/repositories/thirdparty/org/libreoffice/libreoffice-dist/${LIBREOFFICE_VERSION}/libreoffice-dist-${LIBREOFFICE_VERSION}-linux.gz -ENV LIBREOFFICE_ARM64_RPM_URL=https://dl.rockylinux.org/pub/rocky/8/Devel/aarch64/os/Packages/l/ -ENV LIBREOFFICE_ARM64_RPM_VERSION=libreoffice-6.4.7.2 +ENV LIBREOFFICE_ARM64_RPM_URL=https://dl.rockylinux.org/pub/rocky/9/devel/aarch64/os/Packages/l/ +ENV LIBREOFFICE_ARM64_RPM_VERSION=libreoffice-7.1.8.1 ENV JAVA_OPTS="" # Set default user information diff --git a/engines/misc/Dockerfile b/engines/misc/Dockerfile index 51a79c6e..4d7078f6 100644 --- a/engines/misc/Dockerfile +++ b/engines/misc/Dockerfile @@ -1,9 +1,7 @@ # Image provides a container in which to run miscellaneous transformations for Alfresco Content Services. -# ACTUAL IMAGE # More infos about this image: https://github.com/Alfresco/alfresco-docker-base-java -# jre17-rockylinux9 (29/07/2024) -FROM alfresco/alfresco-base-java@sha256:8dca9445141dd07b9a6b7a9962f0505546b2ed041b4d5cc785cc9c2d39eeda19 +FROM alfresco/alfresco-base-java:jre17-rockylinux9@sha256:905004d3b37334182a836146c4566151e003a0a6f99976571f8ceae256d78687 ENV JAVA_OPTS="" diff --git a/engines/pdfrenderer/Dockerfile b/engines/pdfrenderer/Dockerfile index 76f25ea0..4058ebc9 100644 --- a/engines/pdfrenderer/Dockerfile +++ b/engines/pdfrenderer/Dockerfile @@ -2,10 +2,8 @@ # alfresco-pdf-renderer uses the PDFium library from Google Inc. See the license at https://pdfium.googlesource.com/pdfium/+/master/LICENSE or in /pdfium.txt. -# ACTUAL IMAGE # More infos about this image: https://github.com/Alfresco/alfresco-docker-base-java -# jre17-rockylinux9 (29/07/2024) -FROM alfresco/alfresco-base-java@sha256:8dca9445141dd07b9a6b7a9962f0505546b2ed041b4d5cc785cc9c2d39eeda19 +FROM alfresco/alfresco-base-java:jre17-rockylinux9@sha256:905004d3b37334182a836146c4566151e003a0a6f99976571f8ceae256d78687 ARG PDF_RENDERER_VERSION=1.2 ENV ALFRESCO_PDF_RENDERER_LIB_RPM_URL=https://nexus.alfresco.com/nexus/service/local/repositories/releases/org/alfresco/alfresco-pdf-renderer/${PDF_RENDERER_VERSION}/alfresco-pdf-renderer-${PDF_RENDERER_VERSION}-linux.tgz diff --git a/engines/tika/Dockerfile b/engines/tika/Dockerfile index c58333ea..56d0577f 100644 --- a/engines/tika/Dockerfile +++ b/engines/tika/Dockerfile @@ -2,10 +2,8 @@ # Tika is from Apache. See the license at http://www.apache.org/licenses/LICENSE-2.0. -# ACTUAL IMAGE # More infos about this image: https://github.com/Alfresco/alfresco-docker-base-java -# jre17-rockylinux9 (29/07/2024) -FROM alfresco/alfresco-base-java@sha256:8dca9445141dd07b9a6b7a9962f0505546b2ed041b4d5cc785cc9c2d39eeda19 +FROM alfresco/alfresco-base-java:jre17-rockylinux9@sha256:905004d3b37334182a836146c4566151e003a0a6f99976571f8ceae256d78687 ARG EXIFTOOL_VERSION=12.25 ARG EXIFTOOL_FOLDER=Image-ExifTool-${EXIFTOOL_VERSION}