medizininformatik-initiative / mii-fhir-site-report-aktin

Apache License 2.0
6 stars 2 forks source link

Consider alpine or slim docker base images #5

Open haemka opened 2 years ago

haemka commented 2 years ago

I would recommend to switch the docker base image to an -alpine or -slim image. The single python script does not need all the fancy stuff from the full image and image size qwould be considerably smaller.

haemka commented 2 years ago

This should still be considered. I built the current version 0.6.0 image with a -slim image without problems.

Due to the recent code changes I wouldn't recommend an -alpine image anymore for this project. The additional work to get pandas working under alpine isn't worth it.