You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 9, 2020. It is now read-only.
Hi, I stumbled over this issue (I want to learn more about Spark on Kubernetes) and wanted to fix this issue. After I looked into the Dockerfiles I found out that there are many repetitions in the Docker images maybe it would be a good move to create a base-image ?
@johscheuer thanks for taking an interest in this project!
We can do this by merging the RUN commands in each separate Dockerfile, and then later creating a base-image, or jumping straight to creating the base image.
If you're interested in contributing to this project with a PR I'd be happy to help code review!
#320 (comment)
Basically, don't repeatedly use RUN
The text was updated successfully, but these errors were encountered: