Remy Suen

Results 168 comments of Remy Suen

> **Note** > > The *exec* form is parsed as a JSON array, which means that you must use double-quotes (") around words not single-quotes ('). According to the [documentation](https://github.com/moby/buildkit/blob/68059406655653f5df4b35f5a4728d673920f166/frontend/dockerfile/docs/reference.md),...

> Is there a reason why the `\\` are removed from the arguments? @tdurieux Hi, thank you for reporting this. From the top of my head, I think the reasoning...

@tdurieux Thank you for your information and apologies for the delay in responding. I am hesitant to change the API. Would it be sufficient to provide you an API to...

> I do think that you already provide this API 'getRawArguments'. You're right. I do have `getRawArgumentsContent()` [here](https://github.com/rcjsuen/dockerfile-ast/blob/f0c926e93fec3d6d6d0416d2f29b98aa8a8f254c/src/instruction.ts#L166-L173)... > Did you see my PR? I see #107 but I thought...

@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?

@vjpr Hi, I was wondering what use cases you have that your linked [dockerfilejs](https://github.com/matutter/dockerfilejs) project does not support that you want us to provide?

Hi, @AntoninSlejska. Thank you for your interest in this project. Unfortunately, this project only parses Dockerfiles at the moment. It is not possible to alter the contents of the parsed...

@jin-ahn Hi, thank you for opening an issue. Support for heredocs has been present since August 2021 and we have continued to build on top of that work in the...

@jin-ahn Have you tried to build your Dockerfile? It looks malformed to me. If you look at the examples in your blog post they do not put spaces in front...

@jin-ahn Please paste your Dockerfile here so I can try to reproduce the syntax highlighting problem. In the meantime, I am able to reproduce the formatting issue so I'll try...