You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2022/07/28 02:13:56 UTC

[GitHub] [rocketmq] luban8hao opened a new issue, #4704: build docker image

luban8hao opened a new issue, #4704:
URL: https://github.com/apache/rocketmq/issues/4704

   How to rebuild new Docker images after modifying the RocketMQ source code, based on our modified source code?
   


-- 
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: dev-unsubscribe@rocketmq.apache.org.apache.org

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


[GitHub] [rocketmq] luban8hao commented on issue #4704: build docker image

Posted by GitBox <gi...@apache.org>.
luban8hao commented on issue #4704:
URL: https://github.com/apache/rocketmq/issues/4704#issuecomment-1197693728

   > > Jars packaged with Maven do not have a bin directory
   > 
   > Did you follow this [BUILDING GUIDE](https://github.com/apache/rocketmq/blob/develop/BUILDING) ?
   
   yes


-- 
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: dev-unsubscribe@rocketmq.apache.org

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


[GitHub] [rocketmq] luban8hao commented on issue #4704: build docker image

Posted by GitBox <gi...@apache.org>.
luban8hao commented on issue #4704:
URL: https://github.com/apache/rocketmq/issues/4704#issuecomment-1197607598

   > you can look at [rocketmq-docker](https://github.com/apache/rocketmq-docker/tree/master/image-build), and edit the Dockerfile and replace the file `rocketmq-all-${ROCKETMQ_VERSION}-bin-release.zip`
   
   However, after we modified the source code and packaged it into a JAR package with Maven, the directory structure and contents of the ZIP package are different


-- 
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: dev-unsubscribe@rocketmq.apache.org

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


[GitHub] [rocketmq] HattoriHenzo commented on issue #4704: build docker image

Posted by "HattoriHenzo (via GitHub)" <gi...@apache.org>.
HattoriHenzo commented on issue #4704:
URL: https://github.com/apache/rocketmq/issues/4704#issuecomment-1546919778

   > you can look at [rocketmq-docker](https://github.com/apache/rocketmq-docker/tree/master/image-build), and edit the Dockerfile and replace the file `rocketmq-all-${ROCKETMQ_VERSION}-bin-release.zip`
   
   @ltamber Hi, can you please provide a sample file where you replace the remote version with the local one?


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

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


[GitHub] [rocketmq] ltamber commented on issue #4704: build docker image

Posted by GitBox <gi...@apache.org>.
ltamber commented on issue #4704:
URL: https://github.com/apache/rocketmq/issues/4704#issuecomment-1197615418

   >  Jars packaged with Maven do not have a bin directory
   
   Did you follow this [BUILDING GUIDE](https://github.com/apache/rocketmq/blob/develop/BUILDING) ?


-- 
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: dev-unsubscribe@rocketmq.apache.org

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


[GitHub] [rocketmq] brucebat commented on issue #4704: build docker image

Posted by GitBox <gi...@apache.org>.
brucebat commented on issue #4704:
URL: https://github.com/apache/rocketmq/issues/4704#issuecomment-1238306078

   > > Jars packaged with Maven do not have a bin directory
   > 
   > Did you follow this [BUILDING GUIDE](https://github.com/apache/rocketmq/blob/develop/BUILDING) ?
   
   It works, thanks. But it would be better to indicate where to get the ZIP file.


-- 
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: dev-unsubscribe@rocketmq.apache.org

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


[GitHub] [rocketmq] brucebat commented on issue #4704: build docker image

Posted by GitBox <gi...@apache.org>.
brucebat commented on issue #4704:
URL: https://github.com/apache/rocketmq/issues/4704#issuecomment-1238305097

   > 
   
   It works, thanks. But it would be better to indicate where to get the ZIP file.


-- 
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: dev-unsubscribe@rocketmq.apache.org

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


[GitHub] [rocketmq] lizhanhui commented on issue #4704: build docker image

Posted by GitBox <gi...@apache.org>.
lizhanhui commented on issue #4704:
URL: https://github.com/apache/rocketmq/issues/4704#issuecomment-1223919740

   With this [pull request merged](https://github.com/apache/rocketmq/pull/4865), building a new docker image on commit is pretty easy with [this rule](https://github.com/bazelbuild/rules_docker#java_image)


-- 
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: dev-unsubscribe@rocketmq.apache.org

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


[GitHub] [rocketmq] ltamber commented on issue #4704: build docker image

Posted by GitBox <gi...@apache.org>.
ltamber commented on issue #4704:
URL: https://github.com/apache/rocketmq/issues/4704#issuecomment-1238863391

   > > > Jars packaged with Maven do not have a bin directory
   > > 
   > > 
   > > Did you follow this [BUILDING GUIDE](https://github.com/apache/rocketmq/blob/develop/BUILDING) ?
   > 
   > It works, thanks. But it would be better to indicate where to get the ZIP file.
   
   the ZIP file is in the  `rocketmq/distribution/target`, and it would be great if you could submit a pr optimize the [BUILDING](https://github.com/apache/rocketmq/blob/develop/BUILDING)


-- 
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: dev-unsubscribe@rocketmq.apache.org

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


[GitHub] [rocketmq] luban8hao commented on issue #4704: build docker image

Posted by GitBox <gi...@apache.org>.
luban8hao commented on issue #4704:
URL: https://github.com/apache/rocketmq/issues/4704#issuecomment-1197608710

   > you can look at [rocketmq-docker](https://github.com/apache/rocketmq-docker/tree/master/image-build), and edit the Dockerfile and replace the file `rocketmq-all-${ROCKETMQ_VERSION}-bin-release.zip`
   
   Jars packaged with Maven do not have a bin directory


-- 
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: dev-unsubscribe@rocketmq.apache.org

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


[GitHub] [rocketmq] ltamber commented on issue #4704: build docker image

Posted by GitBox <gi...@apache.org>.
ltamber commented on issue #4704:
URL: https://github.com/apache/rocketmq/issues/4704#issuecomment-1197588207

   you can look at  [rocketmq-docker](https://github.com/apache/rocketmq-docker/tree/master/image-build), and replace the Dockerfile


-- 
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: dev-unsubscribe@rocketmq.apache.org

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