jesumyip commented on issue #12895:
URL: https://github.com/apache/iceberg/issues/12895#issuecomment-2840602948

   I just tested the build and it works great locally in Docker. Should be 
quite easy to put this into our ci/cd pipeline.  I had to make some minor 
changes to your Dockerfile and script.
   
   For someone who comes across this post in the future, here's the changes:
   1. Dockerfile
   -- added this just before `COPY`
   `RUN mkdir tmp`
   
   2. docker-build.sh
   -- modified this line
   `mkdir tmp && cp ${ICEBERG_KAFKA_CONNECT_FILENAME} iceberg-kafka-connect.zip 
tmp`
   -- to
   `mkdir tmp && cp ${ICEBERG_KAFKA_CONNECT_FILENAME} 
tmp/iceberg-kafka-connect.zip`
   
   Thank you again!


-- 
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: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to