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
Is there a way to build an image based on another image stored in our ECR in AWS? We haven't been able to pass the proper authentication to pull the base image, failing with an ACCESS DENIED error.
Thanks.
The text was updated successfully, but these errors were encountered:
I just bumped into this because I had a similar situation, only my base image was on Google Cloud Artifact Registry. I implemented the setup as described by @vito in #52 and it worked flawlessly.
Going to close this per the last two comments - that's the recommended approach, as supporting the same level of auth/access that the registry-image resource type supports is a lot of duplicate effort. Using registry-image resource to represent the base image also allows the input to be versioned and controlled more precisely.
Is there a way to build an image based on another image stored in our ECR in AWS? We haven't been able to pass the proper authentication to pull the base image, failing with an ACCESS DENIED error.
Thanks.
The text was updated successfully, but these errors were encountered: