We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8b4ea55 + 1fea521 commit a6ea786Copy full SHA for a6ea786
1 file changed
pkg/oc/cli/admin/release/extract_tools.go
@@ -269,6 +269,7 @@ func (o *ExtractOptions) extractCommand(command string) error {
269
// load the release image
270
dir := o.Directory
271
infoOptions := NewInfoOptions(o.IOStreams)
272
+ infoOptions.SecurityOptions = o.SecurityOptions
273
release, err := infoOptions.LoadReleaseInfo(o.From, false)
274
if err != nil {
275
return err
0 commit comments