mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 18:12:55 +01:00
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:
parent
114463a3bc
commit
5b160738a9
1 changed files with 1 additions and 0 deletions
|
|
@ -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: []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue