Skip to content

Publishing

DSP is published as a set of Docker images under the DaSCH Dockerhub Organization.

The following Docker images are published:

DSP's Docker images are published automatically through Github CI each time a pull-request is merged into the main branch.

Each image is tagged with a version number, which is derived by using the result of git describe. The describe version is built from the last tag + number of commits since tag + short hash, e.g., 8.0.0-7-ga7827e9.

The images can be published locally by running:

make docker-build

or to Dockerhub:

make docker-publish