All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Update
docker/docker
version
Runner.StopWithTimeout
andConfig.StopTimeout
to stop containers within the provided time, 0 by default to reduce the tear down time.
- Refactored image pulling logging.
ImagePuller
authentication.
- BREAKING:
aceptadora.New()
now accepts anImagePuller
instead of creating it, andaceptadora.Config
no longer contains theaceptadora.ImagePullerConfig
. This allows reusing same ImagePuller for multiple aceptadora instances (one per test probably) and taking advantage of the image cache thatImagePuller
has to avoid pulling same image multiple times.
- Initial public version