ansibleplaybookbundle / ansible-playbook-bundle

THIS REPO IS MIGRATING: https://github.com/automationbroker/apb
GNU General Public License v2.0
140 stars 70 forks source link

Fix pip install and error when dockers gid is in use in the container #141

Closed jmontleon closed 7 years ago

jmontleon commented 7 years ago

python-docker will pull in websockets-client >= 0.40.0 during requirements but during setup kubernetes will complain that it needs <= 0.40.0, which is also fine for python-docker. So we install 0.40.0 first, docker uses that, and then kubernetes is happy.

We also had an issue where a users docker daemon was running with gid 50. This is in use by the ftp group on the container. There's no real problem with this, we just need to handle it in a way that doesn't produce errors.