Describe the enhancement
Currently, the Docker parser has some problems such as:
- command parsing
- multi-line commands
The translation of a Dockerfile to our intermediate representation is also not very intuitive. It would be better to invest some time in identifying a new mapping between Dockerfiles and the IR.
Describe the enhancement
Currently, the Docker parser has some problems such as:
The translation of a Dockerfile to our intermediate representation is also not very intuitive. It would be better to invest some time in identifying a new mapping between Dockerfiles and the IR.