We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
During docker:publishLocal, it would be nice to be able to customize the docker build command or at least having support for adding docker build args (https://docs.docker.com/engine/reference/commandline/build/#/set-build-time-variables-build-arg)
The text was updated successfully, but these errors were encountered:
I posted a suggestion on how to implement this here #806 Maybe you can try a pull request?
Sorry, something went wrong.
Adding 'dockerBuildCommand' and 'dockerBuildOptions'
779b5f7
TODO: Write summary Fixes sbt#844.
Is this not solved by #854 ?
True! Thanks for mentioning 😃
The support for docker build options (#854) is not enough. The Docker build args require the ARG instruction in the Dockerfile: https://docs.docker.com/engine/reference/builder/#arg
build args
No branches or pull requests
During docker:publishLocal, it would be nice to be able to customize the docker build command or at least having support for adding docker build args (https://docs.docker.com/engine/reference/commandline/build/#/set-build-time-variables-build-arg)
The text was updated successfully, but these errors were encountered: