abogatov commented on issue #2241: URL: https://github.com/apache/camel-k/issues/2241#issuecomment-833320354
I used this parameter as well. I've re-installed camel-k (I've uninstalled it before re-install)  and again run `kubectl get builds kit-c29nla863kg74t466aj0 -o yaml`  so, the error details now: ``` error: 'could not pull base image image adoptopenjdk/openjdk11:slim: GET https://auth.docker.io/token?scope=repository%3Aadoptopenjdk%2Fopenjdk11%3Apull&service=registry.docker.io: unsupported status code 401' failure: reason: 'failure while building project: signal: killed' recovery: attempt: 5 attemptMax: 5 attemptTime: "2021-05-06T05:21:24Z" time: "2021-05-06T05:15:55Z" phase: Error platform: camel-k ``` this is the same as you have. Next, I changed my password on the docker hub and it worked! @squakez, thanks a lot for your support! My next goals to try the Amason ECR repository instead docker hub and understand what is the camel-k-operator actually doing. A couple of questions, if it's still possible :-) The docker repository is used for deploying images that contain particular integration and environment to run it. And the main advantages of camel-k are the automatic creation and deployment of these images (I can pick up them and deploy them manually to the Kubernative), right? Where can I read more details about camel-k-operator (what is it actually doing)? -- 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. For queries about this service, please contact Infrastructure at: [email protected]
