Remove preconfigured yum repos as last step of build #423
Remove preconfigured yum repos as last step of build #423MarkSymsCtx wants to merge 1 commit intomasterfrom
Conversation
…ted fallback Signed-off-by: Mark Syms <mark.syms@citrix.com>
euanh
left a comment
There was a problem hiding this comment.
Would it be better to mark them disabled, so they are still there if someone wants to install a utility package in at run time?
|
We add our own repos from artifactory in the build process, we want those to be preferred and they should have everything needed. |
|
Yes, but we also use these containers for local builds, and being able to say |
|
We have to avoid the names clashing then. Probably needs an update to the Jenkins build jobs to prefix or suffix the repo names before merging this |
|
I think an issue here may be that the internal centos images are already using the correct snapshoted repositories, while the upstream centos is not |
|
@MarkSymsCtx @euanh Should we close or merge this PR? |
Avoid unexpected fallback by removing all yum repos and require the build process to add them
Signed-off-by: Mark Syms mark.syms@citrix.com