Changes
๐ Features
- Add support for
DOCKER_HOST
@cristianrgreco (#494) - Add support for TCC turbo mode @HofmeisterAn (#482)
- Add support for getting first mapped port @cristianrgreco (#493)
- Add support for rootless Docker @cristianrgreco (#486)
- Add support for specifying quantity in LogWaitStrategy @cristianrgreco (#490)
- Add
getConnectionUri
convenience function for Postgres @nikeee (#472) - Add support for working dir @cristianrgreco (#477)
- Add support for
DOCKER_AUTH_CONFIG
@cristianrgreco (#476) - Performance improvements @henrinormak (#453)
- Do not start ryuk for a reusable container @cristianrgreco (#458)
๐ Bug Fixes
- Fix for handling Docker daemon ping response due to docker-modem change @cristianrgreco (#497)
- Fix container logs after restart flakiness @cristianrgreco (#488)
- Fix run in container flakiness @cristianrgreco (#489)
- Make sure container logs are output after container restart @justinwyer (#466)
- Select Docker host port binding according to resolved host IP family @cristianrgreco (#483)
- Correctly parse Dockerfile images containing build args @cristianrgreco (#474)
- UnixSocketStrategy should not use docker host from configuration file @cristianrgreco (#456)
๐งน Maintenance
- Add limited Podman CI workflow @cristianrgreco (#494)
- Do not return auth config when registry names partially match @cristianrgreco (#484)
- Resolve IndexServerAddress from Docker info @cristianrgreco (#481)
- Add Haskell language to docs @cristianrgreco (#475)
- Rename master branch to main @cristianrgreco (#473)
- Migrate README to mkdocs @cristianrgreco (#470)
- Add support for Codespaces @cristianrgreco (#471)
- Integrate SonarCloud @cristianrgreco (#467)
- Set default container labels @cristianrgreco (#454)
- Integrate code linting @cristianrgreco (#461)
- Update ryuk and sshd version images @eddumelendez (#414)