ansible / ansible-container

DEPRECATED -- Ansible Container was a tool to build Docker images and orchestrate containers using only Ansible playbooks.
GNU Lesser General Public License v3.0
2.19k stars 392 forks source link

Pin docker client below 3.0 #870

Closed marcusianlevine closed 6 years ago

marcusianlevine commented 6 years ago
ISSUE TYPE
SUMMARY

Fixes #869 by pinning the version of docker client below 3.0

marcusianlevine commented 6 years ago

One of the build stages failed due to intermittent apt-get failure: https://travis-ci.org/ansible/ansible-container/jobs/336183324

Not sure how to force a rebuild without another commit, but all the other stages of the build passed...

ehelms commented 6 years ago

Thanks @marcusianlevine -- I also hit this error and this helped keep me from digging and losing time. I have restarted the tests for you.

@chouseknecht or @j00bar do either of you see any issues with pinning this for the time being?

ehelms commented 6 years ago

I'm going to merge this for now, and we can talk about unpinning at a later date.