summaryrefslogtreecommitdiff
path: root/cmd/podman/image.go
diff options
context:
space:
mode:
authorbaude <bbaude@redhat.com>2019-02-14 10:52:30 -0600
committerbaude <bbaude@redhat.com>2019-02-14 10:52:30 -0600
commit476ea5645e2ce92dcfcf5d84db58d3155bd3215f (patch)
tree653613d8a2998434785b54a77d2488713a708af8 /cmd/podman/image.go
parent0cd22435964573231ab32e545d5f319821b35b14 (diff)
downloadpodman-476ea5645e2ce92dcfcf5d84db58d3155bd3215f.tar.gz
podman-476ea5645e2ce92dcfcf5d84db58d3155bd3215f.tar.bz2
podman-476ea5645e2ce92dcfcf5d84db58d3155bd3215f.zip
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>
Diffstat (limited to 'cmd/podman/image.go')
-rw-r--r--cmd/podman/image.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/podman/image.go b/cmd/podman/image.go
index edc37b28a..4f9c7cd6a 100644
--- a/cmd/podman/image.go
+++ b/cmd/podman/image.go
@@ -18,6 +18,7 @@ var (
//imageSubCommands are implemented both in local and remote clients
var imageSubCommands = []*cobra.Command{
+ _buildCommand,
_historyCommand,
_imageExistsCommand,
_imagesCommand,