jayceslesar commented on issue #1527:
URL: 
https://github.com/apache/iceberg-python/issues/1527#issuecomment-3330695684

   I think its as easy as doing a multi stage build where we first build from 
   
   ```Docker
   FROM apache/spark-py:v3.5.6 AS spark-dist
   
   # stuff in between the existing start of the Dockerfile to COPY 
spark-defaults.conf /opt/spark/conf
   
   COPY --from=spark-dist /opt/spark /opt/spark
   COPY spark-defaults.conf /opt/spark/conf
   
   # stuff after spark-defaults.conf /opt/spark/conf
   
   ```
   
   Would need some ARG/ENV handling so we dont break anything


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to