Skip to content

Latest commit

 

History

History
8 lines (4 loc) · 443 Bytes

File metadata and controls

8 lines (4 loc) · 443 Bytes

dfparse

Overview

dfparse uses BuildKit's Dockerfile parser to dump the AST of a Dockerfile as JSON. Possible uses include calling it from another program without first-class support for the BuildKit parser (Python, anyone?), or as a debugging tool to understand how the parser is interpreting a Dockerfile.

The program reads from a file passed as the first argument.