-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Fix tag resolution for schema 1 manifests #4432
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jonjohnsonjr: 0 warnings.
In response to this:
Fixes #4155
Based on #4430
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.
fc7ef55
to
48d8f47
Compare
ec74a10
to
ace3323
Compare
/assign @mattmoor We probably want to hold off until after the release. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just a nit, but LGTM.
I'll add this to my list of post-cut PRs to approve (or /hold cancel
) if you get it updated.
Fixes knative#4155 For fat manifests, we'll fetch an image by platform because CRI-O is broken: knative#3997 For everything else, we'll just use the digest we get back from the initial request.
ace3323
to
610c5d8
Compare
The following is the coverage report on pkg/.
|
/lgtm Waitint for 0.7 cut, I'll remove the |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jonjohnsonjr, mattmoor The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/hold cancel |
Fixes knative#4155 For fat manifests, we'll fetch an image by platform because CRI-O is broken: knative#3997 For everything else, we'll just use the digest we get back from the initial request.
Fixes #4155
This is a workaround for #3997 that doesn't break quay.io images.