Vijay Modha
Vijay Modha
This seems to break because the url used in `build.sh` to determine `$BW_VERSION` no longer works: ``` $ curl -vvv https://go.btwrdn.co/bw-sh-versions * processing: https://go.btwrdn.co/bw-sh-versions * Could not resolve host: go.btwrdn.co...
Unfortunately, issue persists after bitwarden/mssql updates to mssql 2022, and with Kernel v6.7.5. OS Info: ``` $ uname -r 6.7.5-200.fc39.x86_64 $ cat /etc/fedora-release Fedora release 39 (Thirty Nine) $ docker...
Seems upstream is fixed: https://github.com/microsoft/mssql-docker/issues/868#issuecomment-1998288674. ``` $ uname -r 6.7.9-200.fc39.x86_64 $ docker pull mcr.microsoft.com/mssql/server:2022-CU12-ubuntu-22.04 $ docker run --rm -it -e ACCEPT_EULA=y mcr.microsoft.com/mssql/server:2022-CU12-ubuntu-22.04 ... 2024-03-14 21:05:52.25 spid22s Using 'dbghelp.dll' version '4.0.5'...
DKing from the Discord discussion from https://github.com/goauthentik/authentik/issues/5746#issuecomment-1775995668 posted a link to a PR that fixed my high CPU usage: https://github.com/goauthentik/authentik/pull/7762