-
Notifications
You must be signed in to change notification settings - Fork 644
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
Added support for 'cachefrom' when building an image #1139
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1139 +/- ##
============================================
- Coverage 52.29% 52.25% -0.05%
- Complexity 1472 1474 +2
============================================
Files 150 150
Lines 7852 7866 +14
Branches 1168 1171 +3
============================================
+ Hits 4106 4110 +4
- Misses 3347 3355 +8
- Partials 399 401 +2
|
1 similar comment
Codecov Report
@@ Coverage Diff @@
## master #1139 +/- ##
============================================
- Coverage 52.29% 52.25% -0.05%
- Complexity 1472 1474 +2
============================================
Files 150 150
Lines 7852 7866 +14
Branches 1168 1171 +3
============================================
+ Hits 4106 4110 +4
- Misses 3347 3355 +8
- Partials 399 401 +2
|
Thanks for the PR ! To complete it, I'd recommend:
We don't have really any integration tests, so its ok to have only this unit test. I'm planning to make a release this evening (CET), so we could still include this PR if you have time to implement that parts today. thanks ! |
@llowrey : Is this till a WIP? |
This should be done. I had made the changes requested by @rhuss. |
@llowrey: ah, okay. Adding WIP label then |
@llowrey : Polite ping, still working on this patch? We're preparing to release and I would like to have this in. Could you please find time to update this? Otherwise we would update it whenever we get time. |
This should have been done as of my commit on Dec-14. Is there something else I need to do? |
@llowrey : oh, sorry. I misunderstood your previous statement. Removing WIP then |
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.
Thank for the PR ! Could you please add the new property also to PropertyHandler
and PropertyHandlerTest
? I.e. for usage als properties. Also, the documentation needs to be updated here.
Unfortunately, I do not have any more time to put toward this so I am abandoning this PR. Sorry for the bother and thank you for considering it. |
@llowrey : ah, It's okay someone else can pick this up. It's pretty much done, right? What are things that need to be fixed in order to get this merged? |
@rohanKanojia actually I think its only the integration into the PropertyHandler (including a test). Otherwise the PR looks good to me. |
@rohanKanojia: I don't know. @rhuss mentioned |
@llowrey no worries we can pick that up, if this is ok for you. |
@llowrey thanks for the PR btw, really appreciated ! |
91385dd
to
a5e0d99
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.
Thanks ! lgtm.
Fixes #1132 :This is my initial attempt. I'm not sure how to test it so this effort is incomplete. This PR relates to issue