This is an automated email from the ASF dual-hosted git repository.

morningman pushed a commit to branch branch-3.1
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-3.1 by this push:
     new d64101b8d7a branch-3.1: [fix](docker) fix iceberg docker error: unable 
to prepare context: path "spark/" not found #57417 (#57611)
d64101b8d7a is described below

commit d64101b8d7af1938796be7dc3f13ce27913ad6f9
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Nov 4 10:07:14 2025 +0800

    branch-3.1: [fix](docker) fix iceberg docker error: unable to prepare 
context: path "spark/" not found #57417 (#57611)
    
    Cherry-picked from #57417
    
    Co-authored-by: Socrates <[email protected]>
---
 docker/thirdparties/docker-compose/iceberg/iceberg.yaml.tpl | 1 -
 1 file changed, 1 deletion(-)

diff --git a/docker/thirdparties/docker-compose/iceberg/iceberg.yaml.tpl 
b/docker/thirdparties/docker-compose/iceberg/iceberg.yaml.tpl
index 73de5e9b05f..4dd00504faa 100644
--- a/docker/thirdparties/docker-compose/iceberg/iceberg.yaml.tpl
+++ b/docker/thirdparties/docker-compose/iceberg/iceberg.yaml.tpl
@@ -23,7 +23,6 @@ services:
     image: tabulario/spark-iceberg
     container_name: doris--spark-iceberg
     hostname: doris--spark-iceberg
-    build: spark/
     depends_on:
       rest:
         condition: service_started


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

Reply via email to