Aceptadora Versions Save

Aceptadora provides the boilerplate to orchestrate the containers for an acceptance test. [managed by soy-programador]

v0.4.0

9 months ago

[0.4.0] - 2023-07-26

Update

  • Update docker/docker version

v0.3.0

3 years ago

Added

  • Runner.StopWithTimeout and Config.StopTimeout to stop containers within the provided time, 0 by default to reduce the tear down time.

Changed

  • Refactored image pulling logging.

v0.2.1

3 years ago

Fixed

  • ImagePuller authentication.

v0.2.0

3 years ago

Changed

  • BREAKING: aceptadora.New() now accepts an ImagePuller instead of creating it, and aceptadora.Config no longer contains the aceptadora.ImagePullerConfig. This allows reusing same ImagePuller for multiple aceptadora instances (one per test probably) and taking advantage of the image cache that ImagePuller has to avoid pulling same image multiple times.

v0.1.0

3 years ago