Skip to content

build-image-incr.py: Add -c flag

Ahmon Dancy requested to merge main-Ifed6e0d6b4f7a6eefcba893569fa71457b34f9d6 into main

Add the -c flag to make-container-image/support/build-image-incr.py to
allow for arbitrary additional Dockerfile commands to be executed when
committing.

Supported Dockerfile instructions: CMD|ENTRYPOINT|ENV|EXPOSE|LABEL|ONBUILD|USER|VOLUME|WORKDIR

Merge request reports