Skip to content

Commit 303f33b

Browse files
Merge pull request #2033 from tchap/remove-image-serve
WRKLDS-1716: oc image serve: Remove as deprecated
2 parents 5583faa + d3fe789 commit 303f33b

File tree

2 files changed

+0
-125
lines changed

2 files changed

+0
-125
lines changed

pkg/cli/image/image.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ import (
1111
"github.com/openshift/oc/pkg/cli/image/extract"
1212
"github.com/openshift/oc/pkg/cli/image/info"
1313
"github.com/openshift/oc/pkg/cli/image/mirror"
14-
"github.com/openshift/oc/pkg/cli/image/serve"
1514
)
1615

1716
var (
@@ -41,7 +40,6 @@ func NewCmdImage(f kcmdutil.Factory, streams genericiooptions.IOStreams) *cobra.
4140
{
4241
Message: "Advanced commands:",
4342
Commands: []*cobra.Command{
44-
serve.NewServe(streams),
4543
append.NewCmdAppendImage(streams),
4644
extract.NewExtract(streams),
4745
},

pkg/cli/image/serve/serve.go

Lines changed: 0 additions & 123 deletions
This file was deleted.

0 commit comments

Comments
 (0)