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 f1daf88 commit ccec483Copy full SHA for ccec483
catalogd/cmd/catalogd/main.go
@@ -285,8 +285,8 @@ func main() {
285
SourceCtxFunc: func(ctx context.Context) (*types.SystemContext, error) {
286
logger := log.FromContext(ctx)
287
srcContext := &types.SystemContext{
288
- DockerCertPath: pullCasDir,
289
- OCICertPath: pullCasDir,
+ DockerCertPath: "",
+ OCICertPath: "",
290
}
291
if _, err := os.Stat(authFilePath); err == nil && globalPullSecretKey != nil {
292
logger.Info("using available authentication information for pulling image")
0 commit comments