Skip to content

Commit a6ea786

Browse files
Merge pull request #22619 from markmc/extract-tools-security-opts
extract_tools: pass security options
2 parents 8b4ea55 + 1fea521 commit a6ea786

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pkg/oc/cli/admin/release/extract_tools.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,7 @@ func (o *ExtractOptions) extractCommand(command string) error {
269269
// load the release image
270270
dir := o.Directory
271271
infoOptions := NewInfoOptions(o.IOStreams)
272+
infoOptions.SecurityOptions = o.SecurityOptions
272273
release, err := infoOptions.LoadReleaseInfo(o.From, false)
273274
if err != nil {
274275
return err

0 commit comments

Comments
 (0)