Github user mccheah commented on the issue:
https://github.com/apache/spark/pull/23053
Hm, reviewing this again I think a better way to do it is to only opt-in to
building images of different bindings. So for example the Python image should
only be built when `-p <file>` is specified. It seems strange that by default
the utility is building all images.
Perhaps a better interface for this entry point is this:
```
bin/docker-image-tool.sh -f <path to dockerfile> -j <optional java
override> -p <optional python override>
```
What does everyone think"?
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]