You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. I would have posted this as a discussion, not an issue.
I was confused to see the tests running against ankane/pgvector and not a matrix of all current supported Postgresql versions using the official images.
Any reasons why ankane/pgvector is better than postgresql image and making tests running like Laravel and PHP versions mixed with them?
The text was updated successfully, but these errors were encountered:
I recently introduced support for pg_vector so the image to run against needs to have that extension as well. And the prebuilt docker containers simply don't support the vast range of supported PG versions. I have to build custom docker images as service customers at some point but I didn't have the time yet to research how this works with Github Actions.
I recently introduced support for pg_vector so the image to run against needs to have that extension as well. And the prebuilt docker containers simply don't support the vast range of supported PG versions. I have to build custom docker images as service customers at some point but I didn't have the time yet to research how this works with Github Actions.
The official postgresql images are based on the official debian apt repositories from postgresql.org.
If you give me a list of required extensions and anything to run after to enable them, I can prepare a scheduled action that builds them on top of the official images and puts them public on Docker Hub. Once done, it will need very low maintenance.
The postgis/postgis image is done that way, except it doesn't yet support arm64.
With same idea, if tests should be done over a matrix of versions combinations, multiple images could be done this way to support that.
Hi. I would have posted this as a discussion, not an issue.
I was confused to see the tests running against
ankane/pgvector
and not a matrix of all current supported Postgresql versions using the official images.Any reasons why
ankane/pgvector
is better thanpostgresql
image and making tests running like Laravel and PHP versions mixed with them?The text was updated successfully, but these errors were encountered: