See, balena-io/open-balena#271
balena-cli chokes when presented with a composition containing a valid compose syntax (e.g.):
...
environment:
<<: *default-environment
VPN_PORT: ${VPN_PORT:-443}
.. instead it should parse this by checking if there is an override set for VPN_PORT in build-variables, substituting the interpolation syntax;
if no override is presented, use the default value
See, balena-io/open-balena#271
balena-cli chokes when presented with a composition containing a valid compose syntax (e.g.):
.. instead it should parse this by checking if there is an override set for
VPN_PORTin build-variables, substituting the interpolation syntax;if no override is presented, use the default value