better subvariants for cloud images
Vagrant is an imagetype, it's not properly a component of the subvariant; both the raw disk and vagrant cloud_base images should have the same subvariant. The Docker image's subvariant should be Docker_Base to stay in line with the Cloud images, I think. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
22b7efca93
commit
f46e4f59ef
@ -291,7 +291,7 @@ image_build = {
|
||||
'arches': ['x86_64'],
|
||||
'repo_from': 'Cloud',
|
||||
'install_tree_from': 'Cloud',
|
||||
'subvariant': 'Docker'
|
||||
'subvariant': 'Docker_Base'
|
||||
}
|
||||
}
|
||||
],
|
||||
@ -327,7 +327,7 @@ image_build = {
|
||||
'arches': ['x86_64', 'i386'],
|
||||
'repo_from': 'Cloud',
|
||||
'install_tree_from': 'Cloud',
|
||||
'subvariant': 'Cloud_Base-Vagrant'
|
||||
'subvariant': 'Cloud_Base'
|
||||
}
|
||||
}
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user