-
Notifications
You must be signed in to change notification settings - Fork 142
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 --build-arg support #91
Comments
As I see it, only reason for using this property would be when using an static/external Dockerfile. When plugin is generating the Dockerfile you already can provide properties from within you build script |
Unsupported in docker-java 2.2.0 (used by plugin in master). Needs docker-java 3.0.0+, which includes breaking changes. Postpone this to an later release. |
It would be nice to have this so that you could add build time arguments to a Dockerfile LABEL like this
|
Yes; or to pass parameters to other Dockerfile elements that the plugin doesn't have support for; such as |
News on this? Need to disable the cache |
No work has been done. It is indeed a wanted feature |
Any progress on this ? |
Docker allows users to pass arguments to the build command. This is useful for cases where a developer has to calculate a variable at build time. Please consider adding support for this feature.
The text was updated successfully, but these errors were encountered: