From 5b160738a9d5eba44155703ffaf5d1a05eafa54b Mon Sep 17 00:00:00 2001 From: Stan Hu Date: Thu, 10 Feb 2022 09:14:02 -0800 Subject: [PATCH] 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. --- .gitlab/ci/gitaly.images.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab/ci/gitaly.images.yml b/.gitlab/ci/gitaly.images.yml index c906596..9ec53f4 100644 --- a/.gitlab/ci/gitaly.images.yml +++ b/.gitlab/ci/gitaly.images.yml @@ -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: []