You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2020/03/19 08:57:07 UTC

[GitHub] [camel-k] astefanutti commented on issue #1357: How can I modify registries in buildah container?

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:
users@infra.apache.org


With regards,
Apache Git Services