How to pull stackable spark docker image locally? #314
Answered
by
sbernauer
paulpaul1076
asked this question in
Q&A
|
I have a bunch of dependency problems when running spark and including the spark-sql-kafka jar. I wanted to debug what the problem is, and for that I wanted to download the jars from stackable spark docker image from here: But when I do that I get an error: How do I get it to pull? |
Answered by
sbernauer
Nov 28, 2023
Replies: 1 comment
|
Hi @paulpaul1076! We self-host our own container registry, the image is called e.g. You should be able to pull that image as follows |
0 replies
Answer selected by
paulpaul1076
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @paulpaul1076!
The error message seems to indicate that you are trying to pull from (the official) docker hub https://hub.docker.com/:
We self-host our own container registry, the image is called e.g.
docker.stackable.tech/stackable/spark-k8s:3.3.0-stackable23.7.0.You should be able to pull that image as follows