-
Notifications
You must be signed in to change notification settings - Fork 353
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How can I modify registries in buildah container? #1357
Comments
I modified the
|
The registry configuration is stored in a secret, that's mounted into the builder pod, and referenced using the 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. |
@astefanutti Thanks for your reply. I deploy the Registry with the following command and I can execute
I think this way does not require authentication. |
using
camel-k:1.0.0-RC2
.After Java code compiled. The pod
camel-k-kit-bpp3c3g3g14ct1jabkqg-builder
is running, and its logs:kamel install args:
I found a file named
/etc/containers/registries.conf
in the builder pod:How can I modify the registries?
The text was updated successfully, but these errors were encountered: