rucio / containers

Containers for Rucio
Apache License 2.0
8 stars 54 forks source link

webui specific auto-builds #229

Closed maany closed 1 year ago

maany commented 1 year ago

The new webui follows the semantic versioning scheme. The major and minor values for the new webui will always match the major and minor versions of rucio releases that it can work with. The patch release for the new webui is independent of rucio releases.

As discussed with @bari12 , we have decided to make docker-auto-build support two independent release paths:

  1. Standard Rucio Release: Such releases are tagged with a semantic version representing the rucio release. The Rucio WebUI is not built during this release
  2. Rucio WebUI Release: These are WebUI only releases, and their tags follow the format webui-<semantic_version>

The docker-auto-build script must be updated to reflect this behavior