==================
- Pin to ``docker-py < 1.10`` until a bug is fixed.
See https://github.com/docker/docker-py/issues/1211
- [build] The cache volume is now created as a docker volume instead of a
data container. It can be controlled using ``docker volume`` commands.
- [build] Properly exit with an error if there was an issue reading
from the container stdout/stderr while attached.
- [build] The ``busybox`` image is no longer required. The archive will
be pulled directly from the build container.