You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@streampark.apache.org by "CodingGPT (via GitHub)" <gi...@apache.org> on 2023/05/17 16:50:55 UTC

[GitHub] [incubator-streampark] CodingGPT opened a new issue, #2757: [Bug] Docker Image build failed

CodingGPT opened a new issue, #2757:
URL: https://github.com/apache/incubator-streampark/issues/2757

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/incubator-streampark/issues?q=is%3Aissue+label%3A%22bug%22) and found no similar issues.
   
   
   ### Java Version
   
   1.8
   
   ### Scala Version
   
   2.12.x
   
   ### StreamPark Version
   
   2.2.0-SNAPSHOT
   
   ### Flink Version
   
   1.15
   
   ### deploy mode
   
   None
   
   ### What happened
   
   github actions build docker failed
   
   ### Error Exception
   
   ```log
   #18 [linux/amd64 deps-stage 3/4] RUN tar zxvf dist/apache-streampark_*-*-bin.tar.gz && mv apache-streampark_*-*-bin streampark
   #18 1.232 tar: can't open 'dist/apache-streampark_*-*-bin.tar.gz': No such file or directory
   #18 ERROR: process "/bin/sh -c tar zxvf dist/apache-streampark_*-*-bin.tar.gz && mv apache-streampark_*-*-bin streampark" did not complete successfully: exit code: 1
   
   #19 [linux/arm64 deps-stage 3/4] RUN tar zxvf dist/apache-streampark_*-*-bin.tar.gz && mv apache-streampark_*-*-bin streampark
   #19 CANCELED
   ------
    > [linux/amd64 deps-stage 3/4] RUN tar zxvf dist/apache-streampark_*-*-bin.tar.gz && mv apache-streampark_*-*-bin streampark:
   #18 1.232 tar: can't open 'dist/apache-streampark_*-*-bin.tar.gz': No such file or directory
   ------
   Dockerfile:21
   --------------------
     20 |     WORKDIR /
     21 | >>> RUN tar zxvf dist/apache-streampark_*-*-bin.tar.gz \
     22 | >>> && mv apache-streampark_*-*-bin streampark
     23 |     
   --------------------
   ```
   
   
   ### Screenshots
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [X] Yes I am willing to submit a PR!(您是否要贡献这个PR?)
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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-unsubscribe@streampark.apache.org.apache.org

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


[GitHub] [incubator-streampark] wolfboys closed issue #2757: [Bug] Docker Image build failed

Posted by "wolfboys (via GitHub)" <gi...@apache.org>.
wolfboys closed issue #2757: [Bug] Docker Image build failed
URL: https://github.com/apache/incubator-streampark/issues/2757


-- 
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-unsubscribe@streampark.apache.org

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