mirror of
https://github.com/containers/podman.git
synced 2025-12-07 22:32:46 +08:00
add build to main and as subcommand to image
add build as a local and remote-client command in the main podman menu. also ensure it is added to the image subcommands as well. Signed-off-by: baude <bbaude@redhat.com>
This commit is contained in:
@@ -10,7 +10,6 @@ import (
|
||||
func getMainCommands() []*cobra.Command {
|
||||
rootCommands := []*cobra.Command{
|
||||
_attachCommand,
|
||||
_buildCommand,
|
||||
_commitCommand,
|
||||
_createCommand,
|
||||
_diffCommand,
|
||||
@@ -54,7 +53,6 @@ func getMainCommands() []*cobra.Command {
|
||||
// Commands that the local client implements
|
||||
func getImageSubCommands() []*cobra.Command {
|
||||
return []*cobra.Command{
|
||||
_buildCommand,
|
||||
_loadCommand,
|
||||
_saveCommand,
|
||||
_signCommand,
|
||||
|
||||
Reference in New Issue
Block a user