From fcd12627211127f7417027f20437eae6b0d79d30 Mon Sep 17 00:00:00 2001 From: "Brian M. Long" Date: Tue, 1 Nov 2022 15:03:04 -0400 Subject: [PATCH 1/2] parameterized ACS share version --- .env | 1 + docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.env b/.env index 43cc336..16ae058 100644 --- a/.env +++ b/.env @@ -8,3 +8,4 @@ PROXY_PORT=8080 ACS_TAG=7.3.0 AAMQ_TAG=5.17.1-jre17-centos7 POSTGRES_TAG=13 +ACS_SHARE_TAG=7.3.0 diff --git a/docker-compose.yml b/docker-compose.yml index 9e06735..639298f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -31,7 +31,7 @@ services: - activemq share: - image: alfresco/alfresco-share:latest + image: alfresco/alfresco-share:${ACS_SHARE_TAG} environment: REPO_HOST: "platform" CSRF_FILTER_REFERER: "${PROXY_PROTOCOL}://${PROXY_HOST}(:${PROXY_PORT})?/?.*" From 23b3057329787f23395410242e07cf49b33076f7 Mon Sep 17 00:00:00 2001 From: "Brian M. Long" Date: Wed, 25 Oct 2023 20:19:43 -0400 Subject: [PATCH 2/2] ACS share v7.4.1.2 --- .env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env b/.env index 98a80a5..d0ffea4 100644 --- a/.env +++ b/.env @@ -8,4 +8,4 @@ PROXY_PORT=8080 ACS_TAG=7.4.1.1 AAMQ_TAG=latest POSTGRES_TAG=13 -ACS_SHARE_TAG=7.3.0 +ACS_SHARE_TAG=7.4.1.2