-
Notifications
You must be signed in to change notification settings - Fork 794
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
[v1.24 backport] bump to race-free c/image
and c/storage
#3850
[v1.24 backport] bump to race-free c/image
and c/storage
#3850
Conversation
Bump c/storage to v1.38.3 so podman could use new `race-free` `AddNames` and `RemoveNames` api Signed-off-by: Aditya R <[email protected]>
Bump c/image to upstream v5.19.2 so podman could use new race-free code. Signed-off-by: Aditya R <[email protected]>
@jnovy @TomSweeneyRedHat @rhatdan PTAL. @jnovy Is merging into this branch enough without any release ? |
Yes @flouthoc I will cherry-pick it from this branch once merged. |
Tests failing, could you also bump c/common to 0.47.5? |
@TomSweeneyRedHat Looks like flake to me. I have restarted tests, if they still fail. I'll bump |
Signed-off-by: Aditya R <[email protected]>
@TomSweeneyRedHat bumped |
LGTM |
Partially addresses: https://bugzilla.redhat.com/show_bug.cgi?id=2066519 RHEL 8.6 BZ: https://bugzilla.redhat.com/show_bug.cgi?id=2055487 @rhatdan @nalind @vrothberg PTAL and if LGTY, then merge away. |
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
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: flouthoc, giuseppe 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 |
Commits explained in bullet points.
AddNames
andRemoveNames
for images,layers,containers storage#1174AddNames
instead ofSetNames
image#1503New Names API in c/storage and c/image ensures that Name modification operations are race-free.
For reference actual upstream PR: containers/image#1480 and containers/storage#1153