Hi, thank you for maintaining the i2b2-docker project.
I noticed that the i2b2-data-pgsql and other images are currently based on Ubuntu 24.10.
Since Ubuntu 24.10 has already reached EOL, it is difficult to install PGroonga
(which only provides packages for Ubuntu 22.04 LTS and 24.04 LTS).
I’d like to use PGroonga to improve full-text search performance in i2b2.
Since PGroonga uses its own index and accelerates LIKE-based text search,
simply installing it and creating the index would allow i2b2 to benefit from it.
Would you consider switching the base image to Ubuntu 24.04 LTS?
This would allow users to install PGroonga and other packages that are not
available for 24.10.
If you consider updating the base image, I’d be happy to help test the updated Dockerfile or image.
Hi, thank you for maintaining the i2b2-docker project.
I noticed that the
i2b2-data-pgsqland other images are currently based on Ubuntu 24.10.Since Ubuntu 24.10 has already reached EOL, it is difficult to install PGroonga
(which only provides packages for Ubuntu 22.04 LTS and 24.04 LTS).
I’d like to use PGroonga to improve full-text search performance in i2b2.
Since PGroonga uses its own index and accelerates LIKE-based text search,
simply installing it and creating the index would allow i2b2 to benefit from it.
Would you consider switching the base image to Ubuntu 24.04 LTS?
This would allow users to install PGroonga and other packages that are not
available for 24.10.
If you consider updating the base image, I’d be happy to help test the updated Dockerfile or image.