kubeflow / spark-operator

Kubernetes operator for managing the lifecycle of Apache Spark applications on Kubernetes.
Apache License 2.0
2.74k stars 1.36k forks source link

[BUG] sparkctl build stanza is broken due to dependency on alpine builder image #2117

Closed lokkju closed 3 weeks ago

lokkju commented 1 month ago

Description

make build-sparkctl fails as it currently depends on the apk package manager. Recently, in commit https://github.com/kubeflow/spark-operator/commit/0dc641bd1d7d262e4a8c5564c926fc4716bcf722 , the builder image in Dockerfile was switched from golang:1.22-alpine to golang:1.22.5; that latter, newer, image uses the apt package management rather than apk, breaking the sparkctl build.

ChenYi015 commented 1 month ago

@lokkju Thanks for reporting this issue, I will fix it.