Hi, I was checking the contents of Dockerfile for JAVA in Spark directory, .i.e
${SPARK_HOME}/kubernetes/dockerfiles/spark/Dockerfile in version 3.4.1 I recall that in 3.4.0, I made adjustment to Dockerfile content replacing #ARG java_image_tag=17-jre #FROM eclipse-temurin:${java_image_tag} with *ARG java_image_tag=11-jre-slim* *FROM openjdk:${java_image_tag}* This worked and dockerfile was created With version 3.4.1, the same issue seems to exist Sending build context to Docker daemon 466.1MB Step 1/18 : ARG java_image_tag=17-jre Step 2/18 : FROM eclipse-temurin:${java_image_tag} *manifest for eclipse-temurin:11-jre-slim not found: manifest unknown: manifest unknown* *Failed to build Spark JVM Docker image, please refer to Docker build output for details.* Thanks Mich Talebzadeh, Solutions Architect/Engineering Lead Palantir Technologies Limited London United Kingdom view my Linkedin profile <https://www.linkedin.com/in/mich-talebzadeh-ph-d-5205b2/> https://en.everybodywiki.com/Mich_Talebzadeh *Disclaimer:* Use it at your own risk. Any and all responsibility for any loss, damage or destruction of data or any other property which may arise from relying on this email's technical content is explicitly disclaimed. The author will in no case be liable for any monetary damages arising from such loss, damage or destruction.