This repository has been archived by the owner on Oct 2, 2024. It is now read-only.
ch-image modify
: pretty print and validate parse tree
#1908
Labels
PR #1408 adds
ch-image modify
to modify existing images interactively or non-interactively. In the non-interactive case, the program will create a parse tree under the hood analogous to those produced by parsing Dockerfiles duringch-image build
. After parsing a Dockerfile,ch-image build
will "pretty print" the resulting parse tree at the verbose level, e.g.The way we construct the parse tree under the hood is not amicable to pretty printing, which also means that we can't easily validate parse trees in the test suite. We should:
ch-image modify
parse trees so they can be pretty printed, andNote that I'm deferring this as a future issue so it doesn't further delay the PR.
The text was updated successfully, but these errors were encountered: