OHIF / Viewers

OHIF zero-footprint DICOM viewer and oncology specific Lesion Tracker, plus shared extension packages

Home Page:https://docs.ohif.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Keycloak image on OpenResty-Orthanc-Keycloak does not exist

MatheusRdk opened this issue · comments

Describe the Bug

Apparently the keycloak image in docker-compose no longer exists and we can't pull it

Steps to Reproduce

1.Download ohif and install packages
2.run docker-compose up in OpenResty-Orthanc-Keycloak folder

The current behavior

https://hub.docker.com/layers/jboss/keycloak/14.0.0/images/sha256-00bf91597ffef4811c1b08cc88710d078e0b936a4ab473ced8a7abf34ee24fb8

The expected behavior

Update the image and perhaps the keycloak variables will have to change their name depending on the image that is placed in place of the old one

OS

Windows 10

Node version

18.12.0

Browser

Firefox 121.0 | Chrome

yeah that is so weird, not sure what happened, but using the keycloak/keycloak also seems like not working right out of the box

yeah that is so weird, not sure what happened, but using the keycloak/keycloak also seems like not working right out of the box

If I'm not mistaken, the oldest version available in Keycloak/Keycloak is keycloak 17. And in these newer versions the names of keycloak variables have changed, since OpenResty-Orthanc-Keycloak use keycloak 6. E.g, instead of DB_VENDOR, DB_ADDR, and DB_PORT, you need to use KC_DB and KC_DB_URL.

seems like it has moved to quay.io, see our new recipes