We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0db4f67 commit a4d8992Copy full SHA for a4d8992
catalogd/cmd/catalogd/main.go
@@ -271,8 +271,8 @@ func main() {
271
BaseCachePath: unpackCacheBasePath,
272
SourceContextFunc: func(logger logr.Logger) (*types.SystemContext, error) {
273
srcContext := &types.SystemContext{
274
- DockerCertPath: pullCasDir,
275
- OCICertPath: pullCasDir,
+ DockerCertPath: "",
+ OCICertPath: "",
276
}
277
if _, err := os.Stat(authFilePath); err == nil && globalPullSecretKey != nil {
278
logger.Info("using available authentication information for pulling image")
0 commit comments