-
Notifications
You must be signed in to change notification settings - Fork 645
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
- add support for pulling an image once per (reactor) build #512
Conversation
Thanks a lot, will have look soon. |
6c50392
to
b41154e
Compare
Signed-off-by: Jae Gangemi <jgangemi@gmail.com>
b41154e
to
136bc01
Compare
any updates on this? |
Uff, everyone is on PTO except for me. Tons of stuff todo, but yeah, you are right, this should be a bit upper in the queue ;-) will try to do it this evening. If not, please keep nagging me ;-) |
cool - i'm going to try and get the push retry finished off today (i just need to do the tests) as well. |
|
||
- Allow images to only be pulled once per build (useful for reactor projects) ([#504](https://github.com/fabric8io/docker-maven-plugin/issues/504)) | ||
|
||
>>>>>>> Stashed changes |
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.
oops ;-)
Thanks a lot, LGTM. If you don't mind (and agree to my nit-picking ;-) I'd fix the minor gotchas myself, in order to speed things up. |
And yes, thanks to get into jmockit. Not easy in the beginning, I know, but quite powerful (especially when it comes to partial mocks). Also kudos for providing unit tests and docs from the very beginning. Not the usual case. |
resolves #504 and allows images to be auto-pulled once for an entire build.