Github user ifilonenko commented on the issue:
https://github.com/apache/spark/pull/21584
@felixcheung @mccheah by that logic.. should then both Python and R images
be version configurable? This is all handled in the `bin/docker-image-tool.sh`
? Aren't those configurations just way to hard to deal with (i.e. make the
build script very cumbersome with all the build-args... why can't they just
create their own images with unique versions? i.e.
```
ARG VERSION
apk-add R-base:$VERSION R-dev:$VERSION
```
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]