Make multiple build targets #6221
mcullenEST
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
I'm not sure what do you mean with backwards compatibility. I'm not aware of the Java targets ever being in the container builds. But I think this could be easily solved by adding some dummy targets to the container Makefiles. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When building both the source code (java_install) and the docker images (docker_build) together, the following error appears in the docker-images/base directory:
We understand that this build target is not in this Makefile, but we think it could help make the builds become more backwards compatible and simple by allowing these targets to be run together in a single command (as shown below).
To Reproduce
Steps to reproduce the behavior:
Run the make command as follows:
Expected behavior
For docker images to be generated
Beta Was this translation helpful? Give feedback.
All reactions