Skip to content

Commit afb21a0

Browse files
committed
release (meddream upgrade)
1 parent e1b0d5f commit afb21a0

File tree

4 files changed

+20
-13
lines changed

4 files changed

+20
-13
lines changed

minimal-setup/keycloak-meddream-full/docker-compose.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ version: "3"
66
services:
77

88
nginx:
9-
image: orthancteam/orthanc-nginx:25.8.1
9+
image: orthancteam/orthanc-nginx:26.2.0
1010
depends_on: [orthanc, orthanc-auth-service, orthanc-for-api, meddream-viewer, keycloak]
1111
restart: unless-stopped
1212
ports: ["80:80"]
@@ -24,7 +24,7 @@ services:
2424
ENABLE_ORTHANC_FOR_API: "true"
2525

2626
orthanc:
27-
image: orthancteam/orthanc:25.8.2
27+
image: orthancteam/orthanc:26.1.0
2828
volumes:
2929
- orthanc-storage:/var/lib/orthanc/db
3030
depends_on: [orthanc-db]
@@ -76,7 +76,7 @@ services:
7676
}
7777
7878
orthanc-auth-service:
79-
image: orthancteam/orthanc-auth-service:25.8.1
79+
image: orthancteam/orthanc-auth-service:26.2.0
8080
depends_on: [keycloak, meddream-token-service]
8181
# permissions can be customized in the permissions.json file
8282
volumes:
@@ -104,7 +104,7 @@ services:
104104
POSTGRES_HOST_AUTH_METHOD: "trust"
105105

106106
keycloak:
107-
image: orthancteam/orthanc-keycloak:25.8.1
107+
image: orthancteam/orthanc-keycloak:26.2.0
108108
depends_on: [keycloak-db]
109109
restart: unless-stopped
110110
environment:
@@ -126,11 +126,11 @@ services:
126126
POSTGRES_DB: "keycloak"
127127

128128
meddream-token-service:
129-
image: orthancteam/meddream-token-service:25.8.1
129+
image: orthancteam/meddream-token-service:26.2.0
130130
restart: unless-stopped
131131

132132
meddream-viewer:
133-
image: orthancteam/meddream-viewer:25.8.1
133+
image: orthancteam/meddream-viewer:26.2.0
134134
restart: unless-stopped
135135
depends_on:
136136
- orthanc-for-api
@@ -152,7 +152,7 @@ services:
152152

153153
# An orthanc dedicated for API accesses and also used by MedDream
154154
orthanc-for-api:
155-
image: orthancteam/orthanc:25.8.2
155+
image: orthancteam/orthanc:26.1.0
156156
volumes:
157157
- orthanc-storage:/var/lib/orthanc/db
158158
- ./meddream-plugin.py:/scripts/meddream-plugin.py

minimal-setup/keycloak/docker-compose.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ version: "3"
66
services:
77

88
nginx:
9-
image: orthancteam/orthanc-nginx:25.9.0
9+
image: orthancteam/orthanc-nginx:26.2.0
1010
depends_on: [orthanc, orthanc-auth-service, keycloak]
1111
restart: unless-stopped
1212
ports: ["80:80"]
@@ -27,7 +27,7 @@ services:
2727
ENABLE_OHIF: "true"
2828

2929
orthanc:
30-
image: orthancteam/orthanc:25.10.5
30+
image: orthancteam/orthanc:26.1.0
3131
volumes:
3232
- orthanc-storage:/var/lib/orthanc/db
3333
depends_on: [orthanc-db]
@@ -98,7 +98,7 @@ services:
9898
}
9999
100100
orthanc-auth-service:
101-
image: orthancteam/orthanc-auth-service:25.9.0
101+
image: orthancteam/orthanc-auth-service:26.2.0
102102
# always disable this port mapping in production !!!
103103
# ports: ["8000:8000"]
104104
# permissions can be customized in the permissions.json file
@@ -134,15 +134,15 @@ services:
134134

135135
# to use OHIF-plugin: you don't need this container
136136
ohif:
137-
image: orthancteam/ohif-v3:25.9.0
137+
image: orthancteam/ohif-v3:26.2.0
138138
# uncomment if you want to customize ohif configuration
139139
# volumes:
140140
# - ./ohif-app-config.js:/usr/share/nginx/html/app-config.js
141141
restart: unless-stopped
142142

143143

144144
keycloak:
145-
image: orthancteam/orthanc-keycloak:25.9.0
145+
image: orthancteam/orthanc-keycloak:26.2.0
146146
depends_on: [keycloak-db]
147147
restart: unless-stopped
148148
environment:

release-notes.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,19 @@ SPDX-FileCopyrightText: 2022 - 2025 Orthanc Team SRL <info@orthanc.team>
44
SPDX-License-Identifier: GPL-3.0-or-later
55
-->
66

7+
v 26.2.0
8+
========
9+
- Upgraded `Meddream` Docker base image from `8.4.0` to `8.8.0`
10+
- Upgraded `Nginx` Docker base image from `1.27.4` to `1.29.5`
11+
12+
713
v 25.12.0
814
========
915
- In `orthanc-nginx`: fixed the default value of ENABLE_ORTHANC that is now set to `true`.
1016
- Modified Nginx docker images to avoid the buffering of requests body (removed rewrite directive).
1117
- Added `worklists` in the `UserPermissions` model
1218

19+
1320
v 25.9.0
1421
========
1522
- Update cache cleaner values for the Meddream viewer (according to Softneta recommendations)

sources/nginx/Dockerfile.orthanc-nginx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# SPDX-License-Identifier: CC0-1.0
44

5-
FROM nginx:1.27.4
5+
FROM nginx:1.29.5
66

77
RUN mkdir /etc/nginx/enabled-reverse-proxies
88
RUN mkdir /scripts

0 commit comments

Comments
 (0)