v0.7.0
v0.7.0 — compose parity milestone
Features
- Compose auto-build for
build:-only services.pullrun compose upnow automatically builds services that have abuild:section but noimage: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.