astefanutti commented on issue #1357: How can I modify registries in buildah 
container?
URL: https://github.com/apache/camel-k/issues/1357#issuecomment-601062167
 
 
   The registry configuration is stored in a secret, that's mounted into the 
builder pod, and referenced using the `REGISTRY_AUTH_FILE` environment 
variable. The `kamel install` registry options are used to automate the 
creation of a secret called `camel-k-registry-secret`, that's later used for 
the builds.
   
   Could you checked the secret is there and mounted in the builder pod? It 
seems your private registry requires authentication, so you may have to provide 
the required information in the secret as well.

----------------------------------------------------------------
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]


With regards,
Apache Git Services

Reply via email to