-
-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
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
Is there an AST builder to generate dockerfile? #50
Comments
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? |
No op, but in my opinion dockerfilejs project does not meet the requirements of this issue in the following ways:
|
There is the TypeBuild project for creating container images using TypeScript although that may not be what people are looking for. Nonetheless, I figured I would share it anyway if it even helps one person. |
No description provided.
The text was updated successfully, but these errors were encountered: