praekeltfoundation / seaworthy

Test harness for Docker container images 🌊 🚢
BSD 3-Clause "New" or "Revised" License
29 stars 4 forks source link

Docker SDK 3.2.0 has broken log streaming #64

Closed JayH5 closed 6 years ago

JayH5 commented 6 years ago

Docker SDK for Python 3.2.0 changed the internals of streaming logs in order to support cancellable streams (docker/docker-py#1965). This has broken our hacking around in the Docker client's stream logic.

Use docker < 3.2.0 until this is fixed.

JayH5 commented 6 years ago

@thedrow I've released Seaworthy 0.2.1.2 with the pinned dependency.