-
Notifications
You must be signed in to change notification settings - Fork 6
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
Not supporting multi arch build images #101
Comments
When just doing this build action:
(eg without any |
So I think the bug is somewhere within imageInit.go. |
Hello, thank you for submitting the issue. I am presently researching this to determine the level of effort involved in supporting the feature. I will report back with additional guidance after I've validated work-arounds. |
I'd imagine the only viable workaround would be to do this via some tagging standard. Eg
|
@tnh Hi there, I wanted to let you know that I was out most of last week with pneumonia - thank you for your continued patience. I'm resuming work on this feature again. Now, I'm presently working on a PoC for supporting multi-arch images. That said, I am interested in feedback for this use case if you have any to share. platform: "linux/amd64" |
Update: we have a pull request in progress that allows users to specify the container image platform they wish to scan: We are planning on shipping this with our next release, ETA early November. Feel free to let us know if you have questions or feedback. |
Description
it doesnt appear that you support multiarch builds within ECR
Expected Behavior
You should
Actual Behavour
ECR is returning unauthorised.
Steps to Reproduce
This github action pipeline:
The build output is:
Other Information
Please provide any additional information such as logs or screenshots.
I see the
e4ec5a89a346c47eb8f81af9a4109e0d7e436521
in my ecr:The text was updated successfully, but these errors were encountered: