-
Notifications
You must be signed in to change notification settings - Fork 1k
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
docker - incorrect update of manifest list sha to amd64 manifest sha #2962
Comments
@greysteil since you seem to be the person most active in /docker and this has yet to be assigned to someone. |
I'm afraid I don't work on Dependabot anymore (and I'm a product manager these days, not an engineer), so I'm not the best person to help here. @feelepxyz @jurre - any thoughts on the above? |
@KnicKnic will take a look this week. |
Interestingly.. This is what the docker API returns as the digest for that repo+tag 😕
We may need to call whatever |
🎉 we need to pass in |
I built the latest master (0c3f58f) and this repros
Package manager/ecosystem
docker
Manifest contents prior to update
https://github.com/KnicKnic/myq-garage-server/blob/2f81d6dfac244bf06f669a5ef86d6b3b42949364/Dockerfile
FROM python:slim@sha256:4d92968b26bb6b7b62d957244de86fc1054f03793577d49e85c00864eb03ca07 as python-base
Incorrect Updated dependency
see incorrect pull request KnicKnic/myq-garage-server#3
FROM python:slim@sha256:56d9bdc243bc53d4bb055305b58cc0be15b05cc09dcda9b9d5e224233889b61b as python-base
What you expected to see, versus what you actually saw
I did not expect to see an update as the original dockerfile referenced the most recent manifest list. I have dumped the manifest list at the time of the bug to show that it is going from the manifest list sha, to the linux/amd64 manifest sha.
The build system targets multi architecture builds, it is not appropriate to change the sha to a manifest from a manifest list.
Images of the diff or a link to the PR, issue or logs
here is the reproduction logs
The text was updated successfully, but these errors were encountered: