We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When attempting to use a env var as a build variable that's passed as a docker build arg, the deploy fails with:
ERROR: failed to solve: dockerfile parse error on line X: ARG names can not be blank
After deleting all spaces from the env var, it works fine.
Example Dockerfile
ARG EXAMPLE=""
Then set env var EXAMPLE to some value with spaces in the coolify UI with "Build Variable?" checkbox checked.
EXAMPLE
some value with spaces
No response
v4.0.0-beta.373
No (self-hosted)
Ubuntu 22.04
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Error Message and Logs
When attempting to use a env var as a build variable that's passed as a docker build arg, the deploy fails with:
After deleting all spaces from the env var, it works fine.
Steps to Reproduce
Example Dockerfile
Then set env var
EXAMPLE
tosome value with spaces
in the coolify UI with "Build Variable?" checkbox checked.Example Repository URL
No response
Coolify Version
v4.0.0-beta.373
Are you using Coolify Cloud?
No (self-hosted)
Operating System and Version (self-hosted)
Ubuntu 22.04
Additional Information
No response
The text was updated successfully, but these errors were encountered: