-
Notifications
You must be signed in to change notification settings - Fork 199
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
[v0.59] Don't abort listing tags when we encounter a digest #2068
[v0.59] Don't abort listing tags when we encounter a digest #2068
Conversation
Per containers/skopeo#2346, that happens in the wild. Signed-off-by: tomsweeneyredhat <[email protected]>
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: TomSweeneyRedHat 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 |
@edsantiago any thoughts on the test errors here? They're pretty consistent across the three backport PRs, but I'm not finding what's failing in them. |
You have to backport #2057 for test fixes |
Thanks @Luap99 ! You save the day once again. |
We see issues in CI where we fail to pull from k8s.gcr.io. As k8s uses a new registry URL migrate to that[1] and hope it fixes the issues. [1] https://kubernetes.io/blog/2023/02/06/k8s-gcr-io-freeze-announcement/ Signed-off-by: Paul Holzinger <[email protected]> Signed-off-by: tomsweeneyredhat <[email protected]>
As the title says. Signed-off-by: tomsweeneyredhat <[email protected]>
As the title says. Signed-off-by: tomsweeneyredhat <[email protected]>
77e06ec
to
557925e
Compare
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.
/lgtm
Setting c/common v0.59.2 up to handle containers/skopeo#2346, that happens
in the wild.