Skip to content

Commit

Permalink
24.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
amazy committed May 21, 2024
1 parent 18fbad5 commit 6656663
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 19 deletions.
10 changes: 5 additions & 5 deletions minimal-setup/basic-auth/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ version: "3"
services:

nginx:
image: orthancteam/orthanc-nginx:24.5.0
image: orthancteam/orthanc-nginx:24.5.1
depends_on: [orthanc, orthanc-auth-service, orthanc-for-shares]
restart: unless-stopped
ports: ["80:80"]
Expand All @@ -23,7 +23,7 @@ services:
ENABLE_OHIF: "true"

orthanc:
image: orthancteam/orthanc:24.5.0
image: orthancteam/orthanc:24.5.1
volumes:
- orthanc-storage:/var/lib/orthanc/db
depends_on: [orthanc-db]
Expand Down Expand Up @@ -64,7 +64,7 @@ services:
}
orthanc-for-shares:
image: orthancteam/orthanc:24.5.0
image: orthancteam/orthanc:24.5.1
volumes:
- orthanc-storage:/var/lib/orthanc/db
depends_on: [orthanc-db]
Expand Down Expand Up @@ -107,7 +107,7 @@ services:
}
orthanc-auth-service:
image: orthancteam/orthanc-auth-service:24.5.0
image: orthancteam/orthanc-auth-service:24.5.1
restart: unless-stopped
environment:
SECRET_KEY: "change-me-I-am-a-secret-key"
Expand All @@ -121,7 +121,7 @@ services:
}
ohif:
image: orthancteam/ohif-v3:24.5.0
image: orthancteam/ohif-v3:24.5.1
# uncomment if you want to customize ohif configuration
# volumes:
# - ./ohif-app-config.js:/usr/share/nginx/html/app-config.js
Expand Down
14 changes: 7 additions & 7 deletions minimal-setup/keycloak-meddream-full/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ version: "3"
services:

nginx:
image: orthancteam/orthanc-nginx:24.5.0
image: orthancteam/orthanc-nginx:24.5.1
depends_on: [orthanc, orthanc-auth-service, orthanc-for-api, meddream-viewer, keycloak]
restart: unless-stopped
ports: ["80:80"]
Expand All @@ -24,7 +24,7 @@ services:
ENABLE_ORTHANC_FOR_API: "true"

orthanc:
image: orthancteam/orthanc:24.5.0
image: orthancteam/orthanc:24.5.1
volumes:
- orthanc-storage:/var/lib/orthanc/db
depends_on: [orthanc-db]
Expand Down Expand Up @@ -76,7 +76,7 @@ services:
}
orthanc-auth-service:
image: orthancteam/orthanc-auth-service:24.5.0
image: orthancteam/orthanc-auth-service:24.5.1
depends_on: [keycloak, meddream-token-service]
# permissions can be customized in the permissions.json file
volumes:
Expand All @@ -102,7 +102,7 @@ services:
POSTGRES_HOST_AUTH_METHOD: "trust"

keycloak:
image: orthancteam/orthanc-keycloak:24.5.0
image: orthancteam/orthanc-keycloak:24.5.1
depends_on: [keycloak-db]
restart: unless-stopped
environment:
Expand All @@ -125,11 +125,11 @@ services:
POSTGRES_DB: "keycloak"

meddream-token-service:
image: orthancteam/meddream-token-service:24.5.0
image: orthancteam/meddream-token-service:24.5.1
restart: unless-stopped

meddream-viewer:
image: orthancteam/meddream-viewer:24.5.0
image: orthancteam/meddream-viewer:24.5.1
restart: unless-stopped
depends_on:
- orthanc-for-api
Expand All @@ -151,7 +151,7 @@ services:

# An orthanc dedicated for API accesses and also used by MedDream
orthanc-for-api:
image: orthancteam/orthanc:24.5.0
image: orthancteam/orthanc:24.5.1
volumes:
- orthanc-storage:/var/lib/orthanc/db
- ./meddream-plugin.py:/scripts/meddream-plugin.py
Expand Down
10 changes: 5 additions & 5 deletions minimal-setup/keycloak/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ version: "3"
services:

nginx:
image: orthancteam/orthanc-nginx:24.5.0
image: orthancteam/orthanc-nginx:24.5.1
depends_on: [orthanc, orthanc-auth-service, keycloak]
restart: unless-stopped
ports: ["80:80"]
Expand All @@ -26,7 +26,7 @@ services:
orthanc:
# to use OHIF-plugin: use the master-unstable image
# image: orthancteam/orthanc-pre-release:master-unstable
image: orthancteam/orthanc:24.5.0
image: orthancteam/orthanc:24.5.1
volumes:
- orthanc-storage:/var/lib/orthanc/db
depends_on: [orthanc-db]
Expand Down Expand Up @@ -92,7 +92,7 @@ services:
}
orthanc-auth-service:
image: orthancteam/orthanc-auth-service:24.5.0
image: orthancteam/orthanc-auth-service:24.5.1
# always disable port mapping in production !!!
# ports: ["8000:8000"]
# permissions can be customized in the permissions.json file
Expand Down Expand Up @@ -124,15 +124,15 @@ services:

# to use OHIF-plugin: you don't need this container
ohif:
image: orthancteam/ohif-v3:24.5.0
image: orthancteam/ohif-v3:24.5.1
# uncomment if you want to customize ohif configuration
# volumes:
# - ./ohif-app-config.js:/usr/share/nginx/html/app-config.js
restart: unless-stopped


keycloak:
image: orthancteam/orthanc-keycloak:24.5.0
image: orthancteam/orthanc-keycloak:24.5.1
depends_on: [keycloak-db]
restart: unless-stopped
# healthcheck:
Expand Down
3 changes: 1 addition & 2 deletions release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,12 @@ SPDX-License-Identifier: GPL-3.0-or-later
-->


v 24.5.0
v 24.5.1
========

- Upgraded OHIF from v3.7.0 to v3.8.0
- in OHIF default configuration, show the "investigational use" warning every 180 days.
- Upgraded Meddream from v8.3.0 to v8.4.0
- in MedDream, set `preloadSeries=ON` by default
- demo setups now use "ReadCommitted" Transaction mode

v 24.2.0
Expand Down

0 comments on commit 6656663

Please sign in to comment.