From e54c6d20f5900828a1064d493805f172c7b3b39e Mon Sep 17 00:00:00 2001 From: Gavin Morris Date: Fri, 6 Oct 2023 16:41:02 -0400 Subject: [PATCH 1/2] ISLE-1.5.27-release - Security and Application upgrades --- .github/workflows/docker-image.yml | 2 +- Dockerfile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 9d68545..4700108 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -41,7 +41,7 @@ jobs: file: ./Dockerfile push: true tags: | - ${{ secrets.DOCKERHUB_ORG }}/isle-imageservices:1.5.26 + ${{ secrets.DOCKERHUB_ORG }}/isle-imageservices:1.5.27 ${{ secrets.DOCKERHUB_ORG }}/isle-imageservices:latest - name: Image digest diff --git a/Dockerfile b/Dockerfile index 24b2ec4..d90d9c4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM islandoracollabgroup/isle-tomcat:1.5.26 +FROM borndigital/isle-tomcat:1.5.27 # Set up environmental variables for Tomcat, Cantaloupe & dependencies # @see: Cantaloupe https://github.com/cantaloupe-project/cantaloupe/releases @@ -6,7 +6,7 @@ FROM islandoracollabgroup/isle-tomcat:1.5.26 ENV JAVA_MAX_MEM=${JAVA_MAX_MEM:-2G} \ JAVA_MIN_MEM=${JAVA_MIN_MEM:-0} \ CANTALOUPE_VERSION=${CANTALOUPE_VERSION:-4.1.11} \ - IMAGEMAGICK_VERSION=${IMAGEMAGICK_VERSION:-7.1.1-12} \ + IMAGEMAGICK_VERSION=${IMAGEMAGICK_VERSION:-7.1.1-19} \ OPENJPEG_VERSION=${OPENJPEG_VERSION:-v2.5.0} \ JAVA_OPTS='-Djava.awt.headless=true -server -Xmx${JAVA_MAX_MEM} -Xms${JAVA_MIN_MEM} -XX:+UseG1GC -XX:+UseStringDeduplication -XX:MaxGCPauseMillis=200 -XX:InitiatingHeapOccupancyPercent=70 -Djava.net.preferIPv4Stack=true -Djava.net.preferIPv4Addresses=true' \ KAKADU_HOME=/usr/local/cantaloupe/deps/Linux-x86-64/bin \ From 28ea6dc96c3d6c60b9782ba2e31914e16d68065c Mon Sep 17 00:00:00 2001 From: Gavin Morris Date: Fri, 6 Oct 2023 20:44:28 -0400 Subject: [PATCH 2/2] ISLE-1.5.27-release - Security and Application upgrades --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d90d9c4..751defd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM borndigital/isle-tomcat:1.5.27 +FROM islandoracollabgroup/isle-tomcat:1.5.27 # Set up environmental variables for Tomcat, Cantaloupe & dependencies # @see: Cantaloupe https://github.com/cantaloupe-project/cantaloupe/releases