Files
mattermost/server
Jesse Hallam c2120b7224 s/bookwork/bullseye to preserve glibc < 2.34 (#33546)
With glibc 2.34 and the [removal of libpthread](https://developers.redhat.com/articles/2021/12/17/why-glibc-234-removed-libpthread), binaries built using [Debian bookworm](https://www.debian.org/releases/bookworm/) aren't compatible with older but still supported operating systems like RHEL8. In those environments, Mattermost fails to start with errors like:
```
mattermost/bin/mattermost: /lib64/libc.so.6: version `GLIBC_2.32' not found (required by mattermost/bin/mattermost)
mattermost/bin/mattermost: /lib64/libc.so.6: version `GLIBC_2.34' not found (required by mattermost/bin/mattermost)
```

One option might be to generate a static build and avoid the glibc dependency, but this kind of change is out of scope for now. Let's just revert back to using [Debian bullseye](https://www.debian.org/releases/bullseye/), which remains supported until at least August 2026.
2025-08-06 17:24:01 -03:00
..
2025-07-22 20:40:55 +05:30
2025-08-04 20:18:28 +02:00
2025-07-31 09:35:29 +05:30
2025-01-30 15:18:09 +01:00
2025-04-25 11:08:39 +02:00
2025-07-31 09:35:29 +05:30
2025-07-22 20:40:55 +05:30
2025-07-31 09:35:29 +05:30
2025-07-28 15:17:25 -07:00
2024-05-15 12:05:13 -03:00