Building the docker image:
make build
Test the built image locally:
make run-local
Note that the validation
directory will be mounted inside the service.
Raising the version can be achieved via one for three methods. The major
,minor
or patch
can be bumped, for example:
make version-patch
If you already have a local copy of o2S2PARC running and wish to push data to the local registry:
make publish-local
After a new service version has been published on the master deployment, it can be manually tested. For example a Template, called "Test Jupyter-math 2.0.9 ipywidgets" can be used for internal testing on the master deployment.
v2.0.10 (2023-12-11): add openBLAS for faster Octave solution