You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[+] Building 0.0s (0/0)
error: unexpected character "-" in variable name near "-csdf\n"
but builds and runs fine with docker-compose build.
The problem is likely that the env parser treats the env file as space separated, where it is actually line separated (and anyway bake shouldn't have to care, since the env file is only used during execution).
The text was updated successfully, but these errors were encountered:
jcfj
changed the title
Building docker-compose files may choke on env_files with
Building docker-compose files may choke on env_files with spaces
Jan 5, 2022
Quick problem reproducer:
Fails with
but builds and runs fine with
docker-compose build
.The problem is likely that the env parser treats the env file as space separated, where it is actually line separated (and anyway bake shouldn't have to care, since the env file is only used during execution).
The text was updated successfully, but these errors were encountered: