-
Notifications
You must be signed in to change notification settings - Fork 139
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
chore: update docker to v25 #2160
Conversation
Skipping CI for Draft Pull Request. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2160 +/- ##
==========================================
+ Coverage 63.09% 65.14% +2.04%
==========================================
Files 108 108
Lines 13918 13918
==========================================
+ Hits 8782 9067 +285
+ Misses 4288 3952 -336
- Partials 848 899 +51
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
395ae87
to
7928e24
Compare
This depends on openshift/source-to-image#1140 |
func (n notFoundErr) NotFound() { | ||
panic("just a marker interface") |
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 note: this change was tricky, it was not forced by compiler error like rest.
There was just failing test because the mock error stopped being "not found" error according to docker semantic.
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.
For the future I added type assert below (in form of assigment).
Signed-off-by: Matej Vašek <[email protected]>
7928e24
to
907243a
Compare
/test all |
Signed-off-by: Matej Vašek <[email protected]>
Signed-off-by: Matej Vašek <[email protected]>
/approve |
Feel free to unhold, adding it just in case anyone wants to look at the PR. /hold |
Signed-off-by: Matej Vašek <[email protected]>
PTAL @gauron99 @lkingland @matzew |
// Pin moby/buildkit until docker/docker is upgraded | ||
replace github.com/moby/buildkit => github.com/moby/buildkit v0.11.6 | ||
|
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.
👍 and no fork replace for s2i as well, nice!
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.
For other reviewers.
/hold
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dsimansk, matejvasek 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 |
/unhold |
No description provided.