-
Notifications
You must be signed in to change notification settings - Fork 827
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
Xonotic: gLibc incompatibility #3495
Xonotic: gLibc incompatibility #3495
Conversation
Xonotic image was previously broken with the following error: ``` ❯ kubectl logs xonotic-ggbpd-g22ww --container xonotic /home/xonotic/wrapper: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by /home/xonotic/wrapper) /home/xonotic/wrapper: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by /home/xonotic/wrapper) ``` Looks like it needed a newer version of debian to run inline with the updated golang update.
@Kalaiselvi84 can you please push this to production once it's approved and merged. It should unblock you on #3494 |
Here is a test run of the image locally to prove it works: docker run...
|
yes, will do it👍🏻 |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: gongmax, markmandel, zmerlynn 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: d914b1eb-b3ff-4471-b1b9-49a827a4aa8f 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:
|
What type of PR is this?
/kind bug
What this PR does / Why we need it:
Xonotic image was previously broken with the following error:
Looks like it needed a newer version of debian to run inline with the updated golang update.
Which issue(s) this PR fixes:
Should let #3494 pass once the new image is pushed to prod
Special notes for your reviewer:
Glad we're building the e2e tests now!