distro/depsolve/cloudapi: Add 3rd-party repository support.
Allow 3rd-party repositories to be supported and custom packages installed. Fixes #COMPOSER-1273
This commit is contained in:
parent
10f34de88b
commit
c93ea748a2
17 changed files with 196 additions and 96 deletions
|
|
@ -187,6 +187,10 @@ func (t *TestImageType) PayloadPipelines() []string {
|
|||
return distro.PayloadPipelinesFallback()
|
||||
}
|
||||
|
||||
func (t *TestImageType) PayloadPackageSets() []string {
|
||||
return []string{}
|
||||
}
|
||||
|
||||
func (t *TestImageType) Exports() []string {
|
||||
return distro.ExportsFallback()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue