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

Feature: Bump ubuntu base image to focal-20231003 #55

Conversation

joeltimothyoh
Copy link
Member

@joeltimothyoh joeltimothyoh commented Nov 9, 2023

Doing so adds support for srcds/cs2 by circumventing the following error without breaking older games:

$ docker run --rm -it sourceservers/cs2 'game/bin/linuxsteamrt64/cs2 -dedicated +map de_dust2'
...
Launcher Error: FATAL: /server/game/bin/linuxsteamrt64/libtier0.so not loaded
        dlerror(): /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by /server/game/bin/linuxsteamrt64/libtier0.so)

@joeltimothyoh joeltimothyoh added this to the next-release milestone Nov 9, 2023
@joeltimothyoh joeltimothyoh self-assigned this Nov 9, 2023
@joeltimothyoh joeltimothyoh force-pushed the feature/bump-ubuntu-base-image-to-focal-20231003 branch from f854913 to 0c2c30d Compare November 9, 2023 12:07
@joeltimothyoh joeltimothyoh changed the title Feature: Bump ubuntu base image to focal-20231003 Feature: Bump ubuntu base image to focal-20231003 Nov 9, 2023
@joeltimothyoh joeltimothyoh force-pushed the feature/bump-ubuntu-base-image-to-focal-20231003 branch 2 times, most recently from 169effe to e23ee87 Compare November 9, 2023 12:15
Doing so adds support for `srcds/cs2` by circumventing the following error without breaking older games:

```
$ docker run --rm -it sourceservers/cs2 'game/bin/linuxsteamrt64/cs2 -dedicated +map de_dust2'
...
Launcher Error: FATAL: /server/game/bin/linuxsteamrt64/libtier0.so not loaded
        dlerror(): /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by /server/game/bin/linuxsteamrt64/libtier0.so)
```
@joeltimothyoh joeltimothyoh force-pushed the feature/bump-ubuntu-base-image-to-focal-20231003 branch from e23ee87 to 5fde5fd Compare November 9, 2023 12:20
@joeltimothyoh joeltimothyoh merged commit 3e29d71 into startersclan:master Nov 9, 2023
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant