spark-instrumented-optimizer/resource-managers/kubernetes
Yinan Li bf65cd3cda [SPARK-22960][K8S] Revert use of ARG base_image in images
## What changes were proposed in this pull request?

This PR reverts the `ARG base_image` before `FROM` in the images of driver, executor, and init-container, introduced in https://github.com/apache/spark/pull/20154. The reason is Docker versions before 17.06 do not support this use (`ARG` before `FROM`).

## How was this patch tested?

Tested manually.

vanzin foxish kimoonkim

Author: Yinan Li <liyinan926@gmail.com>

Closes #20170 from liyinan926/master.
2018-01-05 17:29:27 -08:00
..
core [SPARK-22953][K8S] Avoids adding duplicated secret volumes when init-container is used 2018-01-04 15:35:20 -08:00
docker/src/main/dockerfiles [SPARK-22960][K8S] Revert use of ARG base_image in images 2018-01-05 17:29:27 -08:00