Skip to content

Commit ccec483

Browse files
committed
debug CA
1 parent f1daf88 commit ccec483

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

catalogd/cmd/catalogd/main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,8 +285,8 @@ func main() {
285285
SourceCtxFunc: func(ctx context.Context) (*types.SystemContext, error) {
286286
logger := log.FromContext(ctx)
287287
srcContext := &types.SystemContext{
288-
DockerCertPath: pullCasDir,
289-
OCICertPath: pullCasDir,
288+
DockerCertPath: "",
289+
OCICertPath: "",
290290
}
291291
if _, err := os.Stat(authFilePath); err == nil && globalPullSecretKey != nil {
292292
logger.Info("using available authentication information for pulling image")

0 commit comments

Comments
 (0)