Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Question] Is there an official guide to configure and run eventmesh in Docker? #3808

Closed
1 task done
HattoriHenzo opened this issue Apr 23, 2023 · 4 comments
Closed
1 task done
Labels
question Further information is requested

Comments

@HattoriHenzo
Copy link
Contributor

Search before asking

  • I had searched in the issues and found no similar issues.

Question

Hello,

I tried to configure eventmesh and run it in Docker but I had some issues. I also follow this updated post, but still have issues.
Can you please provide a procedure to do this configuration on Windows and Linux.

Also, does a specific port is used to do a remote debug on the eventmesh Docker image?

@HattoriHenzo HattoriHenzo added the question Further information is requested label Apr 23, 2023
@mxsm
Copy link
Member

mxsm commented Apr 23, 2023

@HattoriHenzo The current official website only supports up to version 1.4, and there are no corresponding documents or Docker images for the latest version at the moment. We will update them later. If you want to use it, you can write a Dockerfile and package it with the latest code for deployment. You can refer to the ISSUE #3587 for more details.

@HattoriHenzo
Copy link
Contributor Author

@mxsm Thanks for your reply. I already tried this guideline but I have an issue with Docker. I gave more details about my issue here: #3587 (comment). Any help will be very appreciated.

@mxsm
Copy link
Member

mxsm commented Apr 24, 2023

@HattoriHenzo run this command first

./gradlew clean jar dist -x test -x checkstyleMain -x javaDoc && ./gradlew installPlugin && ./gradlew tar

then put dockerfile to build dirctory that has .tar.gz file

@Pil0tXia
Copy link
Member

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants