You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 21, 2022. It is now read-only.
Much like there is a RegistryAuthSupplier for authenticating with Google's container repository, there could be an implementation that works with AWS ECR repositories. This implementation could make use of the AWS Java SDK to generate ECR credentials on the fly.
Much like there is a
RegistryAuthSupplier
for authenticating with Google's container repository, there could be an implementation that works with AWS ECR repositories. This implementation could make use of the AWS Java SDK to generate ECR credentials on the fly.A rough sketch of the API would be...
Would you accept a pull request that added support for this using the existing
ContainerRegistryAuthSupplier
Google implementation as a model?If this functionality was accepted, a follow up issue + PR would probably add use of it to the spotify/dockerfile-maven plugin.
Thanks!
The text was updated successfully, but these errors were encountered: