orthanc-server / orthanc-builder

Repo used to build osimis/orthanc docker images, windows installers and OSX packages
GNU Affero General Public License v3.0
29 stars 12 forks source link

Suggest using Clear Linux or Alpine as base image for better performance #22

Open cecilyen opened 1 month ago

cecilyen commented 1 month ago

Hi,

I noticed Orthanc Docker uses Debian as the base image, but according to Phoronix's tests, Debian is slower compared to Clear Linux and Alpine in container environments.

Clear Linux and Alpine are both lightweight and optimized for containers, which could improve build times, memory use, and overall performance. It might be worth trying one of these for Orthanc docker to see if it speeds things up.

Thanks for considering this!

amazy commented 1 month ago

Hi,

Well, this benchmark is 8 years old and shows only a few percent differences in the relevant benchmarks: I/O + e.g Postgresql.

Trying other base images can require many days of work and we have no plan to work on that in the near future. However, the build scripts are available and anyone can try ...