# Used by Gitaly: https://gitlab.com/gitlab-org/gitaly/blob/master/.gitlab-ci.yml .gitaly-base: extends: - .build_dynamic_image stage: gitaly rules: - !reference [.build_dynamic_image, rules] - changes: - "scripts/lib/custom-docker-build" - "scripts/install-essentials" - "scripts/install-git" - "scripts/install-golang" - ".gitlab/ci/gitaly.images.yml" gitaly: extends: - .gitaly-base parallel: matrix: - OS: ['debian:bookworm'] GOLANG: ['1.21', '1.22'] RUST: ['1.73'] GIT: ['2.36'] - OS: ['ubi:8.6'] GOLANG: ['1.21', '1.22'] RUST: ['1.73'] GIT: ['2.36']