Skip to content
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

Re-configure registry auth when an extension changes a base or target image reference #2953

Open
chanseokoh opened this issue Dec 21, 2020 · 1 comment

Comments

@chanseokoh
Copy link
Member

(from Gitter)

@alvarosanchez had auth failure for a base image after an extension changed the base image ref to openjdk (i.e., on Docker Hub) from the default gcr.io/distroless/java:8. The root cause is that the credential retrievers set up for the original registry (gcr.io) were being used. We need to re-configure credentials retrievers when the base or target image ref is changed by an extension. Not sure how easy it will be to do so.

@alicejli
Copy link
Contributor

alicejli commented Sep 6, 2023

This is still an issue AFAIK, but there is a workaround micronaut-projects/micronaut-maven-plugin#74. Going to keep this open, but there are no current plants to implement this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants