camdencheek / tree-sitter-dockerfile

A tree-sitter grammar for Dockerfile
MIT License
71 stars 20 forks source link

Add support for quoted USER argument #55

Open mjambon opened 3 months ago

mjambon commented 3 months ago

The following is supported by docker by the current tree-sitter-dockerfile implementation only supports unquoted strings:

FROM busybox
USER "nobody:nobody"