We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97de2a0 commit 1fea521Copy full SHA for 1fea521
1 file changed
pkg/oc/cli/admin/release/extract_tools.go
@@ -180,6 +180,7 @@ func (o *ExtractOptions) extractCommand(command string) error {
180
// load the release image
181
dir := o.Directory
182
infoOptions := NewInfoOptions(o.IOStreams)
183
+ infoOptions.SecurityOptions = o.SecurityOptions
184
release, err := infoOptions.LoadReleaseInfo(o.From, false)
185
if err != nil {
186
return err
0 commit comments