-
-
Notifications
You must be signed in to change notification settings - Fork 648
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
Add support for adding arbitrary docker build flags #21839
Comments
This does seem sensible. The hardest bit is probably deciding on a name that doesn't conflict with the existing Would you like to contribute this? Breadcrumbs:
|
Is your feature request related to a problem? Please describe.
Docker has a lot of different flags, most of which are not officially supported via pants, I'd like to be able to use them without needing code changes to pants.
extra_runs_args got added in #20440 but the build args version was never added.
Describe the solution you'd like
I'd like docker_image and pants.toml to get some extra parameters for extra_command_line_build_args to be passed to docker build..
Describe alternatives you've considered
Adding every flag to pants that does not need special handling seems wasteful.
The text was updated successfully, but these errors were encountered: