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

[GitHub] [rocketmq-exporter] chinaboy007 opened a new issue, #122: where is rocketmq-exporter Dockerfile?

chinaboy007 opened a new issue, #122:
URL: https://github.com/apache/rocketmq-exporter/issues/122

   **Is your feature request related to a problem? Please describe.**
   A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
   
   **Describe the solution you'd like**
   A clear and concise description of what you want to happen.
   
   **Describe alternatives you've considered**
   A clear and concise description of any alternative solutions or features you've considered.
   
   **Additional context**
   Add any other context or screenshots about the feature request here.
   


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

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


[GitHub] [rocketmq-exporter] chinaboy007 commented on issue #122: where is rocketmq-exporter Dockerfile?

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

   FROM java:8
   MAINTAINER breeze
   ADD rocketmq-exporter-master/target/rocketmq-exporter-0.0.2-SNAPSHOT-exec.jar quickstart.jar
   EXPOSE 5557
   ENTRYPOINT ["java","-jar","quickstart.jar"]


-- 
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-exporter] chuqiao8250 commented on issue #122: where is rocketmq-exporter Dockerfile?

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

   src/main/docker


-- 
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-exporter] chinaboy007 commented on issue #122: where is rocketmq-exporter Dockerfile?

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

   已解决 ,我的系统是arm64 
   
   Dockerfile
   ```
    FROM arm64v8/openjdk:8u332-jdk 
   #MAINTAINER breeze
   ADD rocketmq-exporter-0.0.2-SNAPSHOT-exec.jar quickstart.jar
   EXPOSE 5557
   ENTRYPOINT ["java","-jar","quickstart.jar"]
   ```


-- 
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-exporter] chinaboy007 commented on issue #122: where is rocketmq-exporter Dockerfile?

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

   docker build -t chinaboy007/rocketmq-exporter:test2 .
   Sending build context to Docker daemon  39.13MB
   Step 1/5 : FROM java:8
   manifest for java:8 not found: manifest unknown: manifest unknown


-- 
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