-
Notifications
You must be signed in to change notification settings - Fork 1.1k
[release-1.32] Cherry-pick changes from containers/image project #8902
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-1.32] Cherry-pick changes from containers/image project #8902
Conversation
/cc @cri-o/cri-o-maintainers |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## release-1.32 #8902 +/- ##
=============================================
Coverage 47.08% 47.08%
=============================================
Files 154 154
Lines 22138 22138
=============================================
Hits 10424 10424
Misses 10645 10645
Partials 1069 1069 |
git clean -xdf go mod download go mod vendor tar zcvf ../cri-o_1.32.0.orig.tar.gz --exclude=.git . debuild -uc -us cp cri-o.spec ../cri-o_1.32.0-1.spec cp ../cri-o*1.32.0*.{gz,xz,spec,dsc} /osc/home\:alvistack/cri-o-cri-o-1.32.0/ rm -rf ../cri-o*1.32.0*.* See cri-o#8867 See cri-o#8868 See cri-o#8902 See cri-o#8903 Signed-off-by: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
…a191585accdedc6e382 See cri-o/cri-o#8867 See cri-o/cri-o#8868 See cri-o/cri-o#8902 See cri-o/cri-o#8903 Signed-off-by: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
git clean -xdf go mod download go mod vendor tar zcvf ../cri-o_1.32.0.orig.tar.gz --exclude=.git . debuild -uc -us cp cri-o.spec ../cri-o_1.32.0-1.spec cp ../cri-o*1.32.0*.{gz,xz,spec,dsc} /osc/home\:alvistack/cri-o-cri-o-1.32.0/ rm -rf ../cri-o*1.32.0*.* See cri-o#8867 See cri-o#8868 See cri-o#8902 See cri-o#8903 Signed-off-by: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
961b067
to
99db209
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
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: kwilczynski, sohankunkerkar 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 |
I re-triggered the GitHub Actions as they were failing, to see if they pass this time. |
@kwilczynski Does this PR also require a cniplugin version bump similar to b57566b |
Cherry-pick the following changes: - containers/image/pull#2636 - containers/image/pull#2643 Signed-off-by: Krzysztof Wilczyński <kwilczynski@redhat.com>
99db209
to
fffe627
Compare
@sohankunkerkar, no. This will be covered by a rebase since other merged change was against the same release branch. |
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
git clean -xdf go mod download go mod vendor tar zcvf ../cri-o_1.32.0.orig.tar.gz --exclude=.git . debuild -uc -us cp cri-o.spec ../cri-o_1.32.0-1.spec cp ../cri-o*1.32.0*.{gz,xz,spec,dsc} /osc/home\:alvistack/cri-o-cri-o-1.32.0/ rm -rf ../cri-o*1.32.0*.* See cri-o#8868 See cri-o#8902 Signed-off-by: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
git clean -xdf go mod download go mod vendor tar zcvf ../cri-o_1.33.0.orig.tar.gz --exclude=.git . debuild -uc -us cp cri-o.spec ../cri-o_1.33.0-1.spec cp ../cri-o*1.33.0*.{gz,xz,spec,dsc} /osc/home\:alvistack/cri-o-cri-o-1.33.0/ rm -rf ../cri-o*1.33.0*.* See cri-o#8868 See cri-o#8902 Signed-off-by: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
/hold cancel |
90f9f85
into
cri-o:release-1.32
git clean -xdf go mod download go mod vendor tar zcvf ../cri-o_1.32.0.orig.tar.gz --exclude=.git . debuild -uc -us cp cri-o.spec ../cri-o_1.32.0-1.spec cp ../cri-o*1.32.0*.{gz,xz,spec,dsc} /osc/home\:alvistack/cri-o-cri-o-1.32.0/ rm -rf ../cri-o*1.32.0*.* See cri-o#8868 See cri-o#8902 Signed-off-by: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
git clean -xdf go mod download go mod vendor tar zcvf ../cri-o_1.33.0.orig.tar.gz --exclude=.git . debuild -uc -us cp cri-o.spec ../cri-o_1.33.0-1.spec cp ../cri-o*1.33.0*.{gz,xz,spec,dsc} /osc/home\:alvistack/cri-o-cri-o-1.33.0/ rm -rf ../cri-o*1.33.0*.* See cri-o#8868 See cri-o#8902 Signed-off-by: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
git clean -xdf go mod download go mod vendor tar zcvf ../cri-o_1.32.0.orig.tar.gz --exclude=.git . debuild -uc -us cp cri-o.spec ../cri-o_1.32.0-1.spec cp ../cri-o*1.32.0*.{gz,xz,spec,dsc} /osc/home\:alvistack/cri-o-cri-o-1.32.0/ rm -rf ../cri-o*1.32.0*.* See cri-o#8868 See cri-o#8902 Signed-off-by: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
What type of PR is this?
/kind bug
/assign kwilczynski
What this PR does / why we need it:
Manually cherry-pick changes from containers/image project.
These changes carry fixes that need to be backported to CRI-O.
Related:
Which issue(s) this PR fixes:
None
Special notes for your reviewer:
None
Does this PR introduce a user-facing change?