|
|
|
@ -45,7 +45,7 @@ func runBuild(_ *cobra.Command, args []string) {
|
|
|
|
|
common.ExitWithErr("cannot open image configuration is %s an image?: %s\n", path, err) |
|
|
|
|
} |
|
|
|
|
if config.Name == "" { |
|
|
|
|
common.ExitWithErr("name must be defined in config") |
|
|
|
|
common.ExitWithErr("name must be defined in config\n") |
|
|
|
|
} |
|
|
|
|
manifest = schema.BlankImageManifest() |
|
|
|
|
manifest.Name = types.ACIdentifier(config.Name) |
|
|
|
|