mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Upgrade to Git v2.28.0.rc1
Git v2.28.0.rc1 has been released. As the v2.28.0 release series is the first to contain support for the reference-transaction hook which is currently a focus for Gitaly, this commit adds the release candidate version so we can test the hook as part of Gitaly's CI.
This commit is contained in:
parent
3c146e671a
commit
3e75b17a99
3 changed files with 15 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ ENV PATH $PATH:/usr/local/go/bin
|
|||
|
||||
# Git
|
||||
ARG GIT_VERSION
|
||||
ARG GIT_DOWNLOAD_URL=https://www.kernel.org/pub/software/scm/git/git-${GIT_VERSION}.tar.gz
|
||||
ARG GIT_DOWNLOAD_URL
|
||||
ARG GIT_DOWNLOAD_SHA256
|
||||
|
||||
RUN if [ -n "$GIT_VERSION" ]; then /scripts/install-pcre2 && pcre2-config --version; fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue