-
Notifications
You must be signed in to change notification settings - Fork 337
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
Tutorial: How to build a basic Matchmaker cannot build container image #1470
Comments
I'll send PR to fix this. |
Hey @govargo , Would you like to try once this tutorial on either |
Thank you! I didn't notice that Is this as expected? |
Yes, The documentation for tutorial instruction is to be updated very soon to try on |
Thank you. I already sent PR, but I'll update the PR to use |
I updated the PR to use Thank you. |
@govargo Thanks for the PR. Closing this issue as it is resolved. |
What happened:
I'm new to OpenMatch and I tried the first tutorial How to build a basic Matchmaker.
When I tried the building images of frontend, director, matchfunction, I could not build these with the error.
What you expected to happen:
I can build the images of frontend, director, matchfunction.
How to reproduce it (as minimally and precisely as possible):
I described the frontend image, however, the director and matchfunction also have build problem.
Anything else we need to know?:
The reason why the build failed is
go.mod
specified open-match root directory, however, docker build context doesn't include the root directory.docker build command
docker build -t $REGISTRY/mm101-tutorial-frontend frontend/
specifies onlyfrontend/
directory.To fix this, we have to fix build context path and file copy path.
I think this issue is similar to #1171.
Output of
kubectl version
:Cloud Provider/Platform (AKS, GKE, Minikube etc.):
Minikube v1.25.2
Open Match Release Version:
v1.24.0-rc
Install Method(yaml/helm):
YAML
https://open-match.dev/site/docs/installation/yaml/
The text was updated successfully, but these errors were encountered: