⚡️ Catalyst is a self-hosted, open source incident response platform and ticket system that helps to automate alert handling and incident response processes
I noticed that catalyst version 0.11.0 can't startup anymore.
When trying to run the docker-compose file locally, I get the following errors:
docker logs catalyst-setup-0103-catalyst-1 ✔ 5s
/app/catalyst: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by /app/catalyst)
/app/catalyst: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by /app/catalyst)
I assume this is because of the version upgrade of some of catalyst's dependencies that came with the release of 0.11.0.
The ubuntu 18.04 base image only offers libc-2.27.so, which is the reason the app can't find this library
A upgrade of this base image probably should do the trick to fix this
I noticed that catalyst version 0.11.0 can't startup anymore. When trying to run the docker-compose file locally, I get the following errors:
I assume this is because of the version upgrade of some of catalyst's dependencies that came with the release of 0.11.0. The ubuntu 18.04 base image only offers libc-2.27.so, which is the reason the app can't find this library
A upgrade of this base image probably should do the trick to fix this