rgordill opened a new issue #2531:
URL: https://github.com/apache/camel-k/issues/2531
See following log, where insecure=true is set, and still the base image repo
is throwing a CA exception.
```
{"level":"info","ts":1627318501.2848449,"logger":"camel-k.builder","msg":"resolved
base image: registry-quay-quay.apps.ocp4.example.com/integration/openjdk-11"}
{"level":"info","ts":1627318501.3134027,"logger":"camel-k","msg":"spectrum -
2021/07/26 16:55:01 Pulling base image
registry-quay-quay.apps.ocp4.example.com/integration/openjdk-11
(insecure=true)..."}
{"level":"error","ts":1627318501.32457,"logger":"camel-k.controller.build","msg":"Build
kit-c3vegj8464fssg8v2vrg failed: could not pull base image image
registry-quay-quay.apps.ocp4.example.com/integration/openjdk-11: Get
\"https://registry-quay-quay.apps.ocp4.example.com/v2/\": x509: certificate
signed by unknown
authority","request-namespace":"integration","request-name":"kit-c3vegj8464fssg8v2vrg","api-version":"camel.apache.org/v1","kind":"Build","ns":"integration","name":"kit-c3vegj8464fssg8v2vrg","stacktrace":"github.com/apache/camel-k/pkg/controller/build.(*monitorRoutineAction).updateBuildStatus\n\tgithub.com/apache/camel-k/pkg/controller/build/monitor_routine.go:191\ngithub.com/apache/camel-k/pkg/controller/build.(*monitorRoutineAction).runBuild\n\tgithub.com/apache/camel-k/pkg/controller/build/monitor_routine.go:175"}
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]