mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 18:12:55 +01:00
Add Rust lang
This commit is contained in:
parent
207a35971c
commit
2001e1f9f1
8 changed files with 72 additions and 1 deletions
|
|
@ -48,6 +48,7 @@ Major components define image path. Base image is defined by `OS` component. Sup
|
|||
1. `OS`
|
||||
1. `RUBY`
|
||||
1. `GOLANG`
|
||||
1. `RUST`
|
||||
1. `NODE`
|
||||
1. `POSTGRES`
|
||||
|
||||
|
|
@ -88,6 +89,7 @@ new_image:
|
|||
OS: 'debian:bullseye'
|
||||
RUBY: '3.0'
|
||||
GOLANG: '1.15'
|
||||
RUST: '1.65.0'
|
||||
GIT: '2.29'
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue