From a738c4bb37c695cdf6ba17e77d47757755e044f2 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 22 Apr 2025 16:02:48 +0000 Subject: [PATCH 1/2] update statistics image and bump version to 2.5 The statistics image is updated to the latest available as of 2025-04-22, image ID e0705e6cb218. This image was retagged with v2.5. The version is also updated in the config file, now 2.5. --- config.json | 2 +- src/docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.json b/config.json index 721fbb49..c95630f9 100644 --- a/config.json +++ b/config.json @@ -1,7 +1,7 @@ { "name": "streamline-emr", "org": "streamline", - "version": "2.4", + "version": "2.5", "platforms": [ "linux/arm64" ] diff --git a/src/docker-compose.yml b/src/docker-compose.yml index e9959ecf..a3464f3d 100755 --- a/src/docker-compose.yml +++ b/src/docker-compose.yml @@ -18,7 +18,7 @@ services: retries: 5 statistics: - image: registry.gitlab.com/signalytic/client-external/streamline/streamline-emr/statistics/arm64:2.4 + image: registry.gitlab.com/signalytic/client-external/streamline/streamline-emr/statistics/arm64:2.5 container_name: streamline-emr-statistics restart: unless-stopped environment: From 375bad1f1aee01279501c9762ae7769b3609fc5d Mon Sep 17 00:00:00 2001 From: root Date: Tue, 22 Apr 2025 18:13:09 +0000 Subject: [PATCH 2/2] update streamline and statistics images The previous statistics image (2.5-rc1) was replaced with a new version 2.5-rc2. Version 2.5 is specified in the compose file and currently matches 2.5-rc2. The streamline-emr image is also updated, now specifying version 2.5. For consistency, the redis image is re-tagged with 2.5 as well, but the image itself has not been changed. --- src/docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/docker-compose.yml b/src/docker-compose.yml index a3464f3d..c5300c3e 100755 --- a/src/docker-compose.yml +++ b/src/docker-compose.yml @@ -1,6 +1,6 @@ services: streamline-emr: - image: registry.gitlab.com/signalytic/client-external/streamline/streamline-emr/streamline-emr/arm64:2.3 + image: registry.gitlab.com/signalytic/client-external/streamline/streamline-emr/streamline-emr/arm64:2.5 container_name: streamline-emr restart: unless-stopped volumes: @@ -37,7 +37,7 @@ services: - redis redis: - image: registry.gitlab.com/signalytic/client-external/streamline/streamline-emr/redis/arm64:2.3 + image: registry.gitlab.com/signalytic/client-external/streamline/streamline-emr/redis/arm64:2.5 container_name: streamline-emr-redis restart: unless-stopped volumes: