summaryrefslogtreecommitdiff
path: root/cmd/podman/commands.go
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-02-14 19:16:03 +0100
committerGitHub <noreply@github.com>2019-02-14 19:16:03 +0100
commitdd82acd8ba02be51ec5fea65584e1f7b2036d7c8 (patch)
tree653613d8a2998434785b54a77d2488713a708af8 /cmd/podman/commands.go
parent0cd22435964573231ab32e545d5f319821b35b14 (diff)
parent476ea5645e2ce92dcfcf5d84db58d3155bd3215f (diff)
downloadpodman-dd82acd8ba02be51ec5fea65584e1f7b2036d7c8.tar.gz
podman-dd82acd8ba02be51ec5fea65584e1f7b2036d7c8.tar.bz2
podman-dd82acd8ba02be51ec5fea65584e1f7b2036d7c8.zip
Merge pull request #2336 from baude/addbuildtomain
add build to main and as subcommand to image
Diffstat (limited to 'cmd/podman/commands.go')
-rw-r--r--cmd/podman/commands.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/cmd/podman/commands.go b/cmd/podman/commands.go
index 90e2ab5cf..baa49d2af 100644
--- a/cmd/podman/commands.go
+++ b/cmd/podman/commands.go
@@ -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,