Skip to content

How to pull stackable spark docker image locally? #314

Answered by sbernauer
paulpaul1076 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @paulpaul1076!
The error message seems to indicate that you are trying to pull from (the official) docker hub https://hub.docker.com/:

docker pull stackable/spark-k8s:3.3.0-stackable23.7.0          
Error response from daemon: pull access denied for stackable/spark-k8s, repository does not exist or may require 'docker login': denied: requested access to the resource is denied

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

docker pull docker.stackable.tech/stackable/spark-k8s:3.3.0-stackable23.7.0 
3.3.0-stackable23.7.0: Pulling from stackable/spark-k8s
2…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by paulpaul1076
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants