-
Notifications
You must be signed in to change notification settings - Fork 380
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
[release-5.31] Don't abort listing tags when we encounter a digest #2451
[release-5.31] Don't abort listing tags when we encounter a digest #2451
Conversation
Per containers/skopeo#2346, that happens in the wild. Signed-off-by: Miloslav Trmač <mitr@redhat.com> Signed-off-by: tomsweeneyredhat <tsweeney@redhat.com>
Bumping to incorporate the abort listing tags fix. Signed-off-by: tomsweeneyredhat <tsweeney@redhat.com>
Bump back to a dev version in the release-5.31 branch Signed-off-by: tomsweeneyredhat <tsweeney@redhat.com>
@mtrmac Do I need to adjust the test, or is this picking up a true error? I see the same in the 5.29 branch, but the 5.30 branch is having a compile error, and I'm confused as to why 5.29 isn't, too.
|
@TomSweeneyRedHat Thanks for the backport! The root cause of the count discrepancy is a failure a few lines above:
Sadly that failure does not immediately abort the test. IIRC we’ve been seeing LGTM other than the test failure. |
(See a |
@Luap99 you were concerned that this might be a breaking change? Can you confirm either in here or Slack and let me know what's needed. We have a high level customer request to fix this issue quickly. @cevich or @edsantiago any thoughts on the testing hiccups? |
@TomSweeneyRedHat I was talking about containers/storage#1828 not anything in c/image. If you backported the c/storage PR without the follow up revert on the broken commit we are breaking backwards compatibility on all podman containers. But anyway it is in now way related to this here so lets have this discussion elsewhere. The k8s.gcr.io failures must be fixed by replacing the URL to new registry AFAICT, i.e. containers/common#2057 and containers/skopeo#2356 |
This is a backport to begin the fix for containers/skopeo#2346 in the versions of container tools that use c/image v5.31. |
Cherry Pick #2440 then bump to v5.31.1 and finally to v5.31.2-dev