M1 Chip Docker Images

Thanks to Alain’s assistance, I was able to build a native M1 Docker Image for the 1.11.0 release. I have 2 versions that I will host publicly for a bit if there is interest. They are here:

Built per instructions from the BitBucket repo at:

https://bitbucket.org/osimis/orthanc-builder/src/master/

The first image is the Docker Image built from that. It should be basically the same as the osimis/orthanc image on Docker Hub, except it is M1 native and I think is missing a couple of plug-ins yet though.

1. https://hub.docker.com/r/sdscotti/osimis-orthanc-m1

The second image is a customized build that I have using the base image plus some other add-ons for wkhtmltopdf support within the container, as well as a number of PIP modules for Python that I used for a Python Plug-in. With the Python script, it does provide a number of customized API endpoints for various features.

2. https://hub.docker.com/r/sdscotti/pacs-1-m1

I may not keep them up for a long time, unless there is some interest. I would have to explain how to use the customized version because you would need a config file and python script file to use it correctly.

Stephen D. Scotti, M.D.