Use explicit PostgreSQL version for Gitaly images

Currently the Gitaly images install the PostgreSQL version available
to the Debian repository. The support scripts in Praefect currently
depend on specific versions of `psql`, so let's be explicit about the
versions used in the image and install PostgreSQL from the PGDG
repository.
This commit is contained in:
Stan Hu 2022-02-10 09:14:02 -08:00
parent 114463a3bc
commit 5b160738a9
No known key found for this signature in database
GPG key ID: 8D3931AD39CC7A20

View file

@ -7,6 +7,7 @@
GOLANG: ['1.16', '1.17']
GIT: ['2.31', '2.33']
PGBOUNCER: ['1.14', '']
POSTGRESQL: ['11', '12'] # We only use the postgresql-client
gitaly:test:
needs: []