File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import (
1010
1111 "github.com/operator-framework/operator-registry/pkg/containertools"
1212 "github.com/operator-framework/operator-registry/pkg/image"
13- "github.com/operator-framework/operator-registry/pkg/image/containerdregistry "
13+ "github.com/operator-framework/operator-registry/pkg/image/containersimageregistry "
1414 "github.com/operator-framework/operator-registry/pkg/image/execregistry"
1515 "github.com/operator-framework/operator-registry/pkg/lib/bundle"
1616)
@@ -69,7 +69,7 @@ func validateFunc(cmd *cobra.Command, _ []string) error {
6969 case containertools .PodmanTool , containertools .DockerTool :
7070 registry , err = execregistry .NewRegistry (tool , logger )
7171 case containertools .NoneTool :
72- registry , err = containerdregistry . NewRegistry ( containerdregistry . WithLog ( logger ) )
72+ registry , err = containersimageregistry . NewDefault ( )
7373 default :
7474 err = fmt .Errorf ("unrecognized container-tool option: %s" , containerTool )
7575 }
You can’t perform that action at this time.
0 commit comments