Update Gitaly build images

- Adds Git v2.25 and v2.27 (see https://gitlab.com/gitlab-org/gitaly/-/issues/2773)
- Removes Git v2.22 (no longer used by Gitaly)
- Removes Go v1.12 (no longer used by Gitaly)
This commit is contained in:
Paul Okstad 2020-06-02 07:10:08 +00:00 committed by Zeger-Jan van de Weg
parent 3e90ad55e1
commit 15756dc1b9
2 changed files with 16 additions and 11 deletions

View file

@ -81,10 +81,18 @@ function print_git_args() {
GIT_VERSION=2.24.3
GIT_DOWNLOAD_SHA256=ef6d1d1de1d7921a54d23d07479bd2766f050d6435cea5d3b5322aa4897cb3d7
;;
2.25)
GIT_VERSION=2.25.4
GIT_DOWNLOAD_SHA256=1b11d0ee481c6735e9f7d81a3576ef0989bde7843cb4adcdef578c0593d279ab
;;
2.26)
GIT_VERSION=2.26.2
GIT_DOWNLOAD_SHA256=e1c17777528f55696815ef33587b1d20f5eec246669f3b839d15dbfffad9c121
;;
2.27)
GIT_VERSION=2.27.0
GIT_DOWNLOAD_SHA256=77ded85cbe42b1ffdc2578b460a1ef5d23bcbc6683eabcafbb0d394dffe2e787
;;
*) echo "Unknown git version $1"; exit 1;
esac