Skip to content

v0.7.0

Choose a tag to compare

@boukaba boukaba released this 24 Jul 16:50

v0.7.0 — compose parity milestone

Features

  • Compose auto-build for build:-only services. pullrun compose up now automatically builds services that have a build: section but no image: field, matching Docker Compose behavior.
  • Compose auto-build for image: + build: combo. When both are set, the service is built and tagged with the specified image name, matching Docker Compose behavior.

Build / packaging

  • install.sh ships pullrun-compose. Added to the binary loop so all three binaries (CLI, runtime, compose) are installed from a single install.sh run.

Changelog

See CHANGELOG.md for the full list of fixes from 0.6.3 through 0.7.0.