containers / BuildSourceImage

Tool to build a source image based on an existing OCI image
GNU General Public License v2.0
29 stars 14 forks source link

RFE: multiple extra src args #76

Closed vbatts closed 3 years ago

vbatts commented 4 years ago

allow providing multiple extra src directories for layering content, rather than putting many sources in a single directory.

This will be either via making ${input_extra_src_dir} a bash array, and appending to it via getopts OR Doing something nasty like comma or colon delimiting the ${OPTARG} already there, so a single flag does the trick for handling multiple directories.