Compare commits

..
2 Commits
Author SHA1 Message Date
root 375bad1f1a 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.
2025-04-22 18:13:09 +00:00
root a738c4bb37 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.
2025-04-22 16:07:39 +00:00
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"name": "streamline-emr", "name": "streamline-emr",
"org": "streamline", "org": "streamline",
"version": "2.4", "version": "2.5",
"platforms": [ "platforms": [
"linux/arm64" "linux/arm64"
] ]
+3 -3
View File
@@ -1,6 +1,6 @@
services: services:
streamline-emr: 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 container_name: streamline-emr
restart: unless-stopped restart: unless-stopped
volumes: volumes:
@@ -18,7 +18,7 @@ services:
retries: 5 retries: 5
statistics: 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 container_name: streamline-emr-statistics
restart: unless-stopped restart: unless-stopped
environment: environment:
@@ -37,7 +37,7 @@ services:
- redis - redis
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 container_name: streamline-emr-redis
restart: unless-stopped restart: unless-stopped
volumes: volumes: