Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Steinhardt <psteinhardt@gitlab.com>2022-07-07 08:08:10 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2022-07-07 08:08:10 +0300
commitf112b59b17480674d11b94e12d51701f21a78c96 (patch)
treed3dced056e87fb62f3cd3cea5425e11a898bed5b
parent9deccce765e2437e87563378f878b8604fc73a9a (diff)
ci: Upgrade build images to most recent ones
The GitLab Build Images created for Gitaly have been simplified to neither include Postgres nor PgBouncer given that both are not used by our CI pipelines anymore. Furthermore, while not really important to us, the Git version was bumped to v2.36.0. Update our default build image to switch to the most recent ones.
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 786ae3200..340777a2a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,7 +4,7 @@ stages:
- qa
default:
- image: registry.gitlab.com/gitlab-org/gitlab-build-images/debian-${DEBIAN_VERSION}-ruby-${RUBY_VERSION}-golang-${GO_VERSION}-postgresql-11:git-2.33
+ image: registry.gitlab.com/gitlab-org/gitlab-build-images/debian-${DEBIAN_VERSION}-ruby-${RUBY_VERSION}-golang-${GO_VERSION}:git-2.36
tags:
- gitlab-org