spark-operator icon indicating copy to clipboard operation
spark-operator copied to clipboard

Docker Image Not Found

Open jasonlai1218 opened this issue 1 year ago • 2 comments

I execute this cmd: docker pull gcr.io/spark-operator/spark-py:v3.1.0

Error response from daemon: manifest for gcr.io/spark-operator/spark-py:v3.1.0 not found: manifest unknown: Failed to fetch "v3.1.0" from request "/v2/spark-operator/spark-py/manifests/v3.1.0".

jasonlai1218 avatar Dec 29 '23 04:12 jasonlai1218

Use the official spark docker repo instead, confirmed it works. https://hub.docker.com/_/spark/tags

acherla avatar Jan 04 '24 01:01 acherla

Glad to head that we can use official images from the Dockerhub although, these versions doesn't match, I think the older one available is the 3.4.5 while all the examples seems to be using 3.1.1. Again, Is it possible to at least see how this image has been constructed? so we build and distribute in our own?

ruslanguns avatar Jan 18 '24 10:01 ruslanguns