mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 18:12:55 +01:00
Set debian and add missing docker for custom build
This commit is contained in:
parent
1f15ec8684
commit
9822179497
2 changed files with 2 additions and 1 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
# Used by gitlab e2e tests and other qa related tasks
|
# Used by gitlab e2e tests and other qa related tasks
|
||||||
.qa:
|
.qa:
|
||||||
variables:
|
variables:
|
||||||
|
DEBIAN: bullseye
|
||||||
LFS: '2.9'
|
LFS: '2.9'
|
||||||
GIT: '2.33'
|
GIT: '2.33'
|
||||||
RUBY: '2.7'
|
RUBY: '2.7'
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
TOOLS=(DEBIAN RUBY BUNDLER GOLANG GIT LFS CHROME NODE YARN POSTGRESQL GRAPHICSMAGICK PGBOUNCER BAZELISK GCLOUD KUBECTL)
|
TOOLS=(DEBIAN RUBY BUNDLER GOLANG GIT LFS CHROME NODE YARN POSTGRESQL GRAPHICSMAGICK PGBOUNCER BAZELISK DOCKER GCLOUD KUBECTL)
|
||||||
|
|
||||||
function get_image_name(){
|
function get_image_name(){
|
||||||
local IMAGE_NAME
|
local IMAGE_NAME
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue