Skip to content

simplify the number of images in the container registry

Borreguero Calvo, Jose requested to merge reimaging_container_registry into next

References Defect 5066: [WEBREF] web-reflectivity testenv can't connect to livedata testenv

Work done

Simplify the layout of the container registry with:

  • tags latest-dev, latest-test, and latest-prod for the tips of next, qa, and main
  • subdirectory feature/. Each feature branch will have one tag inside this directory. The tag is used for testing and other CI jobs
  • subdiretory release/ containing version tags (e.g. v2.1.0) The container registry home page should look like this:
lates-dev
latest-qa
latest-prod
feature/
release/

For the reviewer

Simply verify that the container registry has the desired layout

Edited by Borreguero Calvo, Jose

Merge request reports