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.
- Bump
docker/docker
tov27.2.0
- Bump
docker/docker
tov26.1.5
- Use
client.FromEnv
when creating docker client
- Bump
docker/docker
tov26.1.4
- BREAKING: Update
docker/docker
version.RepositoryConfig.Auth
is now aregistry.AuthConfig
instead oftypes.AuthConfig
.
- 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