cybersecsi / RAUDI

A repo to automatically generate and keep updated a series of Docker images through GitHub Actions.
GNU General Public License v3.0
545 stars 33 forks source link

Automatic Common Args #9

Open thelicato opened 2 years ago

thelicato commented 2 years ago

Set a helper function called check_and_fill_args that parses the Dockerfile and automatically fills the common_args in the buildargs. This function should also raise an error if some argument is missing.