From e718f9a294abdbc16aab222632c13dd819c72f19 Mon Sep 17 00:00:00 2001 From: Dylan Griffith Date: Tue, 31 Jan 2023 11:55:33 +1100 Subject: [PATCH] Change zoekt-ci-image to be versioned zoekt-ci-image-1.0 Per https://gitlab.com/gitlab-org/gitlab/-/merge_requests/108937#note_1257390002 This renames `zoekt-ci-image` so that we can have a versioned `zoekt-ci-image-1.0`. This will allow us to make changes and bump the version if we end up with breaking changes. This still targets a fork of Zoekt because we're waiting on [1 more PR](https://github.com/sourcegraph/zoekt/pull/496) to be merged before we can target the main repository. At this point we'll change the cloning command and check out a stable SHA or tag from the main repo rather than tracking a branch like this is doing now. --- .gitlab/ci/custom.images.yml | 2 +- Dockerfile.zoekt-ci-image => Dockerfile.zoekt-ci-image-1.0 | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename Dockerfile.zoekt-ci-image => Dockerfile.zoekt-ci-image-1.0 (100%) diff --git a/.gitlab/ci/custom.images.yml b/.gitlab/ci/custom.images.yml index 24b03f6..704905d 100644 --- a/.gitlab/ci/custom.images.yml +++ b/.gitlab/ci/custom.images.yml @@ -50,5 +50,5 @@ alpine-bash-jq-curl-git: apollo: extends: .build_static_image -zoekt-ci-image: +zoekt-ci-image-1.0: extends: .build_static_image diff --git a/Dockerfile.zoekt-ci-image b/Dockerfile.zoekt-ci-image-1.0 similarity index 100% rename from Dockerfile.zoekt-ci-image rename to Dockerfile.zoekt-ci-image-1.0