asottile / dockerfile

Parse a dockerfile into a high-level representation using the official go parser
MIT License
97 stars 18 forks source link

Upgrade buildkit version and support heredocs syntax #174

Open roi-orca opened 11 months ago

roi-orca commented 11 months ago

Support heredocs syntax and add them to the command output to consume it. Currently instructions with heredocs syntax break the parsing (added undefined commands to the output) https://docs.docker.com/engine/reference/builder/#here-documents https://www.docker.com/blog/introduction-to-heredocs-in-dockerfiles/ Thanks!

roi-orca commented 10 months ago

@asottile

asottile commented 10 months ago

@roi-orca