parcio / julea

A Flexible Storage Framework for HPC
GNU Lesser General Public License v3.0
33 stars 31 forks source link

Julea Development Docker #174

Closed JBenda closed 1 year ago

JBenda commented 1 year ago

Add a docker image to ease development with JULEA.

The image allows setting up a local container, which then can be used to

The advantages are, but not only:

In addition, a workflow was added which builds the container when pushed to master, or a pr is merged in to master and one of the Docker defining files has changed. An example of the provided image can be seen at https://github.com/JBenda/julea/pkgs/container/julea-dev.

Further documentation can be found in doc/Docker.md

michaelkuhn commented 1 year ago

Merged in 98698b6b789cfe9cd69629f7213a95a8dcf951dd and cab3444f0d129db5982b77dadeec52b7e6c5e0ce. I have removed the Spack and CI parts for now to avoid building too much. Thanks!