simplify the number of images in the container registry
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
, andlatest-prod
for the tips ofnext
,qa
, andmain
- 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