All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
- Add
isLocalImage
to the builder to specify image which should not be pulled from the registry (#4 by @fagossa) - Upgrade to com.spotify:docker-client:8.9.1
⚠️ We no longer use the shaded version because of spotify/docker-client#900 - Fix default environment (it now works with docker for mac)
- Add a builder to remove the need for inheritance
- Add a waitForLog directive
2016-01-06
- Include guava in the dependencies
2016-01-06
- Use the shaded jar of the docker-client
2016-01-06
- Initial release