Skip to content

Commit

Permalink
Docker has tag in image name
Browse files Browse the repository at this point in the history
Docker labels are used for metadata not versions
  • Loading branch information
sverhoeven authored Oct 14, 2021
1 parent 84a191f commit 5109f53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/adding_models.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Adding a new version of a model
-------------------------------

A model can have different versions.
A model version in the eWaterCycle Python package corresponds to the label of Docker image and the version in a Singularity container image filename.
A model version in the eWaterCycle Python package corresponds to the tag of Docker image and the version in a Singularity container image filename.
The version of the container image should preferably be one of release versions of the model code. Alternativly the version could be the name of a feature branch or a date.

Also parameter sets can be specify which versions of a model they support.
Expand Down

0 comments on commit 5109f53

Please sign in to comment.