mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-10 10:32:56 +01:00
Add Rust lang
This commit is contained in:
parent
207a35971c
commit
2001e1f9f1
8 changed files with 72 additions and 1 deletions
|
|
@ -9,8 +9,10 @@ gitaly:
|
|||
- OS: ['debian:bullseye']
|
||||
RUBY: ['2.7', '3.0']
|
||||
GOLANG: ['1.18', '1.19']
|
||||
RUST: ['1.65.0']
|
||||
GIT: ['2.36']
|
||||
- OS: ['ubi:8.6']
|
||||
RUBY: ['2.7']
|
||||
GOLANG: ['1.18']
|
||||
RUST: ['1.65.0']
|
||||
GIT: ['2.36']
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@ gitlab:
|
|||
GIT: ['2.36']
|
||||
POSTGRESQL: ['11', '12', '13']
|
||||
GOLANG: ['1.18', '1.19']
|
||||
RUST: ['1.65.0']
|
||||
NODE: ['16.14']
|
||||
CHROME: ['106', '107']
|
||||
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@ gitlab-kas:
|
|||
- .build_and_push
|
||||
variables:
|
||||
GOLANG: '1.19'
|
||||
RUST: '1.65.0'
|
||||
LFS: '2.9'
|
||||
CHROME: '107'
|
||||
NODE: '14.15'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue