mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
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.
54 lines
1.3 KiB
YAML
54 lines
1.3 KiB
YAML
danger:
|
|
extends: .build_static_image
|
|
|
|
gitlab-charts-build-base-helm-3.7:
|
|
extends: .build_static_image
|
|
|
|
gitlab-helm3.5-kubectl1.17:
|
|
extends: .build_static_image
|
|
|
|
gitlab-vscode-nodeless:
|
|
extends: .build_static_image
|
|
|
|
kaniko:
|
|
extends: .build_static_image
|
|
|
|
release-tools:
|
|
extends: .build_static_image
|
|
|
|
triage-ops-ruby-2.7:
|
|
extends: .build_static_image
|
|
|
|
sitespeed-gitlab:
|
|
extends: .build_static_image
|
|
|
|
ubi-release:
|
|
extends: .build_static_image
|
|
|
|
www-gitlab-com-debian-bullseye-ruby-3.0-node-16:
|
|
extends: .build_static_image
|
|
|
|
build-git:
|
|
extends: .build_static_image
|
|
|
|
# Used by GitLab: https://gitlab.com/gitlab-org/gitlab/-/blob/13-8-stable-ee/lib/gitlab/ci/templates/Terraform.gitlab-ci.yml
|
|
terraform:
|
|
extends: .build_static_image
|
|
|
|
# Used by go projects for linting https://gitlab.com/gitlab-org/gitlab/blob/master/doc/development/go_guide/index.md#automatic-linting
|
|
golangci-lint-alpine:
|
|
extends: .build_static_image
|
|
|
|
# Used by gitlab-operator: https://gitlab.com/gitlab-org/cloud-native/gitlab-operator
|
|
gitlab-operator-build-base-golang-1.18:
|
|
extends: .build_static_image
|
|
|
|
alpine-bash-jq-curl-git:
|
|
extends: .build_static_image
|
|
|
|
# Used by frontend related tasks for linting GraphQL
|
|
apollo:
|
|
extends: .build_static_image
|
|
|
|
zoekt-ci-image-1.0:
|
|
extends: .build_static_image
|