Skip to content
Gunter Zeilinger edited this page Apr 25, 2024 · 9 revisions

For older releases go here

Docker images

Repository Tag(s) Description
dcm4che/slapd-dcm4chee 2.6.5-32.0 OpenLDAP server (slapd) with schemas and default configuration for dcm4che Archive 5
dcm4che/postgres-dcm4chee 16.2-32, 15.6-32, 14.11-32, 13.14-32, 12.18-32 PostgreSQL 16/15/14/13/12 for dcm4che Archive 5
dcm4che/dcm4chee-arc-psql 5.32.0, 5.32.0-secure, 5.32.0-secure-ui Wildfly 30.0.1 with deployed dcm4che Archive 5 for use with PostgreSQL as DB
dcm4che/keycloak 24.0.3 Keycloak 24.0.3
dcm4che/oauth2-proxy 7.5.1 OAuth2 Proxy 7.5.1 for securing access to System and Audit Logs via Kibana
dcm4che/logstash-dcm4chee 8.13.0-16 Logstash 8.13.0 for dcm4che Archive 5.x
dcm4che/dcm4che-tools 5.32.0 dcm4che Library and Tools
Notes:
  1. dcm4che/slapd-dcm4chee tag is of the form X.X.X-Y.Y where X.X.X is the version of the included OpenLDAP server (slapd) and Y.Y the minor and patch version number of the included schemas and default configuration, which have to match with the version of the used Archive docker image.

  2. dcm4che/postgres-dcm4chee tag is of the form X.X-Y where X.X is the version of the included PostgreSQL and Y the minor version number of the Archive docker image which match with the initialized database schema by this PostgreSQL docker image.

Docker Installation

Docker’s installation method differs based on one's platforms. Review Docker’s Installation guides for one's respective platform.

If you want to distribute the individual archive services provided by above Docker images over several hosts, you have to install Docker on each of the hosts.

Web Service URLs

  • Archive UI: http://<docker-host>:8080/dcm4chee-arc/ui2 - if secured, login with

    Name Password Role(s)
    root changeit auth
    root
    auditlog
    ADMINISTRATOR
    all roles specified by client realm-management
    admin changeit auth
    admin
    user changeit auth
    user
  • Wildfly Administration Console: http://<docker-host>:9990, login with Username: root, Password: changeit.

  • DICOM QIDO-RS Base URL: http://<docker-host>:8080/dcm4chee-arc/aets/DCM4CHEE/rs

  • DICOM STOW-RS Base URL: http://<docker-host>:8080/dcm4chee-arc/aets/DCM4CHEE/rs

  • DICOM WADO-RS Base URL: http://<docker-host>:8080/dcm4chee-arc/aets/DCM4CHEE/rs

  • DICOM WADO-URI: http://<docker-host>:8080/dcm4chee-arc/aets/DCM4CHEE/wado

  • IHE XDS-I Retrieve Imaging Document Set: http://<docker-host>:8080/dcm4chee-arc/xdsi/ImagingDocumentSource

Clone this wiki locally