CentOS / container-pipeline-service

Code, infrastructure and deployment backend for the CentOS Container Pipeline backing up build system for registry.centos.org
https://registry.centos.org
GNU General Public License v3.0
49 stars 27 forks source link

[Feature] Rebuild container, based on changes to source in seperate repository #592

Open mohammedzee1000 opened 6 years ago

mohammedzee1000 commented 6 years ago

Sometimes, it so happens that a container is residing in a separate git repository, say X, while its source lies another repository, say Y, in branch BR.

The pipeline should provide a service whereby it tracks the branch BR of repository Y, and if changes are detected, triggers the image build against X.

navidshaikh commented 6 years ago

We need to track multiple git-url and git-branch.

We can keep the current format as is and add additional key:value pair(s) to existing index entry format. for eg: track-git: [repo1:branch1, repo2:branch2, repo3:branch3]