Skip to content

ci-sourcerer/dfparse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

History
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Dump a Dockerfile's AST as JSON

Topics

Resources

License

Stars

Watchers

Forks