You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by GitBox <gi...@apache.org> on 2022/06/16 04:44:10 UTC

[GitHub] [incubator-inlong] lucaspeng12138 opened a new pull request, #4675: [INLONG-4673][Feature] Add arm docker images build script

lucaspeng12138 opened a new pull request, #4675:
URL: https://github.com/apache/incubator-inlong/pull/4675

   ### Prepare a Pull Request
   [INLONG-4673][Feature] Add arm docker images build script
   
   - Fixes #4673 
   
   ### Motivation
   Add arm docker images build script to make inlong can build aarch docker images.
   
   ### Modifications
   1. Add arm docker images build script.
   Because mvn-docker-plugin is not support on aarch env. So I add a script to operate as mvn-docker-plugin.
   
   2. Add ArmDockerfiles to make dependences suit aarch.
   Tubemq module has gcc and g++ compile operation. On aarch env, need cross compile.
   
   3. Change pom.xml to make it compile successfully on aarch. 
   Need change version to suit aarch env.
   
   4. Add docker-compose-arm.yml
   Mysql has no docker images for aarch, so may need user to build first. So does Pulsar.


-- 
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: commits-unsubscribe@inlong.apache.org

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


[GitHub] [incubator-inlong] GanfengTan commented on pull request #4675: [INLONG-4673][Docker] Support for building Docker images for the ARM architecture

Posted by GitBox <gi...@apache.org>.
GanfengTan commented on PR #4675:
URL: https://github.com/apache/incubator-inlong/pull/4675#issuecomment-1157298086

   Docker issue  https://github.com/distribution/distribution/pull/1281/ , the same image name has been implemented to pull different CPU architecture images according to the environment.
   
   The user normally does not need to perceive the difference between the images.


-- 
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: commits-unsubscribe@inlong.apache.org

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


[GitHub] [inlong] kuansix commented on pull request #4675: [INLONG-4673][Docker] Support for building Docker images for the ARM architecture

Posted by GitBox <gi...@apache.org>.
kuansix commented on PR #4675:
URL: https://github.com/apache/inlong/pull/4675#issuecomment-1171892680

   approved


-- 
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: commits-unsubscribe@inlong.apache.org

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


[GitHub] [inlong] dockerzhang merged pull request #4675: [INLONG-4673][Docker] Support for building Docker images for the ARM architecture

Posted by GitBox <gi...@apache.org>.
dockerzhang merged PR #4675:
URL: https://github.com/apache/inlong/pull/4675


-- 
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: commits-unsubscribe@inlong.apache.org

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