0.6.2
Version 0.6.2 fixes a locale environment variable issue and improves the output for builds with containers that don't start up.
Changed
- The build environment now sets
LANG
and other locale environment variables toC.UTF-8
or the closest approximation thereof. Previously, these variables were unset, which caused problems with programs that required a UTF-8 character set to function properly, like those written in Ruby or Python.
Fixed
- If a container dependency exits while waiting for it to become healthy, yb will now display a container's logs rather than waiting for the full timeout and giving an unhelpful error message.
- The
TZ
environment variable is now set toUTC0
by default. Previously, it was set toUTC
, which is not a POSIX-conforming value.