> piece of code you might choose to use for building your own binaries, that
> is not specifically endorsed by Apache Spark"? So it would not be involved
> in the creation of nightly binaries by Apache Spark per se, but could be
> used by individuals for that purpose.
>
> On
u know, we only provide a reference
> Dockerfile. That's the reason why we don't publish docker image via GitHub
> Action (as of Today).
> >
> > To achieve the following custom requirement, I'd like to recommend you
> to have your own Dockerfile.
> > That
This story [1] proposes adding a .gitlab-ci.yml file to make it easy to
create artifacts and images for spark.
Using this mechanism, people can submit any subsequent version of spark for
building and image hosting with gitlab.com.
There is a companion WIP branch [2] with a candidate and example f