Docker images of the BioCASe software, see the Packages on the right.
To be capable run BioCASe in CERIT Scientific Cloud, we need a no root image with exact versioning and security updates. To achieve this, we modify official Dockerfile and produce versioned images as an alternative to the official.
The base image is checked once per week for updates and all included versions of BioCASe are rebuild.
Functional differences against the official version
- no root in container
- exposing app directly on :80 without the /biocase subpath
- add /opt/biocase/config-initial (copy of config) as a source for copying into volumeMount when deployed on Kubernetes