-
Notifications
You must be signed in to change notification settings - Fork 5
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
tools: forcefully build without manifest checking #546
Conversation
if I understand correctly it should work in following way:
For now:
|
tools/build -> parse local git history and detect modifed images (details) -> check image with dockerhub registry -> missing or outdated -> real build So tools/build may not interate over all images.
FYI, you could inspect more details inside But it is open to discuss of adding more details about the build like:
BTW, if the build is skipped, a message will be printed in this PR:
As I said above, you could find the differences in
Indeed. I'll add help docs about
I didn't get it why |
Q: What is the behaviour of |
This PR adds option
-f
and--force
totools/build
command.The redundant image pulling and tagging are also removed in this PR. See https://github.com/ExchangeUnion/xud-docker/pull/546/files#diff-8a792fef7c99bb820b9a2bbfe2d0d532L207-L212