fedora: blueprint must have a name
This commit is contained in:
parent
f164bfb272
commit
b209bcec55
1 changed files with 1 additions and 1 deletions
|
|
@ -654,7 +654,7 @@ func (t *imageType) Manifest(customizations *blueprint.Customizations,
|
|||
containers []container.Spec,
|
||||
seed int64) (distro.Manifest, error) {
|
||||
|
||||
bp := &blueprint.Blueprint{}
|
||||
bp := &blueprint.Blueprint{Name: "empty blueprint"}
|
||||
err := bp.Initialize()
|
||||
if err != nil {
|
||||
panic("could not initialize empty blueprint: " + err.Error())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue