0.7.0-alpha2
Pre-release
Pre-release
This is the second alpha of the 0.7 release. Compared to the first alpha, the following changes have been made:
Added
- Environment variables in
.yourbase.yml
files may now be specified as a map (e.g.FOO: BAR
) instead of a list (e.g.- FOO=BAR
). exec
build packs can now be specified underexec.dependencies.runtime
in.yourbase.yml
.
Fixed
- yb now uses Docker properly by default when if side containers are requested
- yb no longer assumes that Docker build environments are
linux/amd64
- Clean up
yb run
output