dockerfile-ast
dockerfile-ast copied to clipboard
Is there an AST builder to generate dockerfile?
@vjpr No, there isn't. This is the same request as #49.
Do you have an API in mind? How would you want to build a Dockerfile in code?
Do you have an API in mind? How would you want to build a Dockerfile in code?
Like this I think: https://github.com/matutter/dockerfilejs
Or
build(['FROM', {name: 'foo', registry: 'bar'}], ...)
@vjpr Hi, I was wondering what use cases you have that your linked dockerfilejs project does not support that you want us to provide?