style95 commented on issue #2440: Use docker API via unix-socket in /var/run/docker.sock URL: https://github.com/apache/incubator-openwhisk/pull/2440#issuecomment-311838608 We can remove `mac` environment with minor changes. IIRC, only this part should be handled. `ansible/roles/invoker/tasks/deploy.yml` ``` - name: define options when deploying invoker on Ubuntu set_fact: linuxOptions: "-v /usr/lib/x86_64-linux-gnu/libapparmor.so.1:/usr/lib/x86_64-linux-gnu/libapparmor.so.1" when: whisk_version_name != "mac" ``` Regarding curl problem, we may upgrade curl in Travis build environment as we can add one command in [setup script](https://github.com/apache/incubator-openwhisk/blob/master/tools/travis/setup.sh) I found from 7.40.0 version, curl started supporting `--unix-socket`. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
With regards, Apache Git Services
