-
Notifications
You must be signed in to change notification settings - Fork 354
Build option for DockerCompose #168
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
Conversation
|
@aloosley, hello. Can you update this PR? |
|
Hi both, thanks for checking in on this PR! First glance, the needed change looks small. I'll do this (and try to write a better test) in the next day when I get to a computer. |
…ners-python into compose-build-option
Codecov Report
@@ Coverage Diff @@
## master #168 +/- ##
=======================================
Coverage 85.07% 85.08%
=======================================
Files 24 24
Lines 630 637 +7
Branches 59 61 +2
=======================================
+ Hits 536 542 +6
Misses 75 75
- Partials 19 20 +1
Continue to review full report at Codecov.
|
|
Alright @yakimka, I cleaned up the PR a bit. Testing |
|
🥳 Thanks @yakimka, any other steps needed here? |
|
@aloosley thank you =) |
There are some usecases where it is useful to force building to occur when using docker-compose (the equivalent to
docker-compose up --build).In this PR, a boolean parameter is added to allow for this, similar to the
pullboolean parameter that already exists to force image pulling.