dockerfile-ast
dockerfile-ast copied to clipboard
An npm module for parsing Dockerfiles powered by TypeScript.
Add support for this type of instructions `SHELL ['ls', '-l']`
Hello, I have an issue with windows paths such as `VOLUME C:\\data\\db C:\\data\\configdb` In this case, [dockerfile-ast](https://github.com/rcjsuen/dockerfile-ast) automatically removes the \\ from the argument but I want to keep the...
I need to edit Dockerfiles in a Javascript application. This library enables to parse the Dockerfiles, but I do not know, how to update the arguments. E.g. I can get...
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.8.4 to 7.23.2. Release notes Sourced from @babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...
```Dockerfile RUN
https://github.com/rcjsuen/dockerfile-ast/blob/a9641b158d09d5720bd6068b1a8e5b8ba3934c7c/src/main.ts#L174-L179 According to [this](https://github.com/moby/buildkit/blob/3a7055008a5e58a2abbe0e0c21c919d9e014e062/frontend/dockerfile/docs/reference.md?plain=1#L2452-L2453), we should also add `ALL_PROXY` and `all_proxy` to the list.