mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
gitaly: Remove Postgres client from Gitaly images
We're currently building Gitaly images with three different Postgres versions. Ultimately though, Gitaly doesn't need Postgres installed in its images at all: the Postgres server is tied in as a service, and the only CI job that uses the the Postgres client is using a different image anyway. One part that had been using the Postgres client in the past was the logic to wait for Postgres to come up. But this has been migrated to instead rely on the health-checking logic provided by CI services in f89ffa3dc (ci: Stop waiting for Postgres manually, 2022-06-14) Stop installing Postgres in Gitaly images to reduce the number of images built.
This commit is contained in:
parent
d87b0be061
commit
2e13e8067c
1 changed files with 0 additions and 1 deletions
|
|
@ -10,4 +10,3 @@ gitaly:
|
|||
RUBY: ['2.7', '3.0']
|
||||
GOLANG: ['1.17', '1.18']
|
||||
GIT: ['2.33']
|
||||
POSTGRESQL: ['11', '12', '13'] # We only use the postgresql-client
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue