Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How exactly do I build container for spark operator? #2358

Open
sfc-gh-aivanou opened this issue Dec 12, 2024 · 1 comment
Open

How exactly do I build container for spark operator? #2358

sfc-gh-aivanou opened this issue Dec 12, 2024 · 1 comment

Comments

@sfc-gh-aivanou
Copy link

What question do you want to ask?

It seems that there is a lot of documentation about how to use spark operator, but there is zero documentation about how to build a container for spark operator, which is very strange.
Are there any documentations or examples that show how exactly do I build an image from the source files that is compatible with spark operator??

Additional context

No response

Have the same question?

Give it a 👍 We prioritize the question with most 👍

@ChenYi015
Copy link
Contributor

@sfc-gh-aivanou There are some useful targets in Makefile, for example, if you have docker with buildkit installed, you can run the following command to build images and push to your own image registry as follows:

make docker-buildx IMAGE_REGISTRY=docker.io IMAGE_REPOSITORY=kubeflow/spark-operator IMAGE_TAG=latest

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants