Skip to content

v3.0.0

Compare
Choose a tag to compare
@paulcichonski paulcichonski released this 06 Oct 15:11
· 27 commits to master since this release

Major version change because the exit code semantics around lc bootstrap have changed,
it now fails builds if images cannot be pulled.

  • Improve lc bootstrap image pull logic so that elsy will never attempt to pull
    the image being packaged by the repo (i.e., the docker-image-name config). This
    means no more confusing error messages about "unable to pull image". #82
  • Start failing builds if images could not be pulled, this is now possible because
    we are no longer attempting to pull the repo's image (see above bullet). #82
  • Begin pulling images in parallel during lc bootstrap (requires compose 1.12.0 or higher).
    This can be disabled using the flag disable-parallel-pull. #80