Skip to content
This repository was archived by the owner on Jun 23, 2020. It is now read-only.

Commit 6196c43

Browse files
authored
Merge pull request #71 from oracle/al/set-transport
Set the transport
2 parents d6a5d87 + 226ae21 commit 6196c43

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/oci/client/oci.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -497,5 +497,6 @@ func configureCustomTransport(baseClient *common.BaseClient) error {
497497
}
498498
transport.TLSClientConfig = &tls.Config{RootCAs: caCertPool}
499499
}
500+
httpClient.Transport = transport
500501
return nil
501502
}

0 commit comments

Comments
 (0)