Fix docker_compose up_args - #997
Conversation
|
Any updates on this, it is blocking our upgrade of the module ? |
|
(I am not code owner) I wonder if the argument validation for up_args is correct in the ruby-code for the docker_compose type? I also notices that this pullrequests has failing CI-tests. |
|
@mcarrolle : Is this still an issue for you? It looks like the CI tests originally failed and have since been cleared out. There are also now branch conflicts with latest. Would you be able to update this and resolve any CI results that fail for unit testing? (Note that acceptance testing will not succeed due to current limitations on the testing matrix config) |
# Conflicts: # lib/puppet/provider/docker_compose/ruby.rb
|
Hi @jst-cyr — yes, the issue is still present. I’ve updated the branch: the changes fixing the placement of the |
|
Running CI tests for this PR here: #1062 |
Summary
Fix wrong position of up_args arguments passed to command and handle up_args argument that contains value like
--pull always.Issue: #984 and #996
Additional Context
Related Issues (if any)
Checklist
puppet apply)