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
In the documentation: https://dnephin.github.io/dobi/variables.html it says that variables can have default values. When I am building an image I would like dobi to resolve those defaults to their actual value. For example if I run b=1 dobi image/test I would like RUN echo ${evaluate} to print 1 instead of env.b, which is what happens now.
In the documentation: https://dnephin.github.io/dobi/variables.html it says that variables can have default values. When I am building an image I would like dobi to resolve those defaults to their actual value. For example if I run
b=1 dobi image/test
I would likeRUN echo ${evaluate}
to print 1 instead of env.b, which is what happens now.Dockerfile
dobi.yaml
The text was updated successfully, but these errors were encountered: