spark-operator
spark-operator copied to clipboard
Docker Image Not Found
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".
Use the official spark docker repo instead, confirmed it works. https://hub.docker.com/_/spark/tags
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?