-
Notifications
You must be signed in to change notification settings - Fork 810
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
Allocation Endpoint: Fix Makefile to correctly call docker build #2933
Allocation Endpoint: Fix Makefile to correctly call docker build #2933
Conversation
Build Failed 😱 Build Id: a50b42c6-26a7-4ab3-84fe-a14aa313be0b To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since we're fixing the image, we should also:
Increment the version number (0.3) here (and I can push up a new build once merged):
server_tag = $(REPOSITORY)/allocation-endpoint-proxy:0.2 |
And also in the Terraform here:
default = "us-docker.pkg.dev/agones-images/examples/allocation-endpoint-proxy:0.2" |
So that it's fixed everywhere.
Good catch!
Took the Makefile changes for a spin - all works correctly 👍🏻 |
I have updated the the version number in both the Makefile and the terraform variable.tf. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: abmarcum, markmandel The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
New changes are detected. LGTM label has been removed. |
Build Succeeded 👏 Build Id: 560f9098-f9d1-44a4-859e-f7fe1edd0cee The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
Build Succeeded 👏 Build Id: 9c27f238-0786-4246-9346-0a4da316acc5 The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
Build Succeeded 👏 Build Id: e0a3ec22-f972-44c1-aa5b-56da7ba40e5c The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
…gleforgames#2933) * Modify Makefile call of Dockerfile to fix docker build * Incremented allocation endpoint version number for the containter image
The Allocation Endpoint container image will not run due to the allocation-endpoint-proxy binary being incompletely built.
When you try to run the container image, the following error occurs:
This PR fixes the permission error by modifying the Makefile to include the correct build path when building the allocation-endpoint-proxy binary.
Once the PR has been merged, an account with the appropriate repository permissions will need to re-publish the Allocation Endpoint container image.