Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extra build args, preseed support #31

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

alexandruavadanii
Copy link
Contributor

In OPNFV we pre-patch the reclass.sytem git repository with a few custom patches, so overriding its git remote URI via env vars could be really useful.

@alexandruavadanii alexandruavadanii force-pushed the param-src-preseed branch 2 times, most recently from 81d1d5c to 47dac0e Compare September 10, 2018 02:34
Allow reclass.system source URI override via env vars.

Signed-off-by: Alexandru Avadanii <[email protected]>
E.g. A, B with values "a", respectively "b c":
$ invoke build saltmaster-reclass --build-arg-extra='A="a" B="b c"'
will be passed down as:
--build-arg A="a" --build-arg B="b c"

Signed-off-by: Alexandru Avadanii <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant