From 9822179497af810c17d7f07ed0d85a5c7c5f73f8 Mon Sep 17 00:00:00 2001 From: Andrejs Cunskis Date: Sun, 1 May 2022 22:29:14 +0300 Subject: [PATCH] Set debian and add missing docker for custom build --- .gitlab/ci/qa.images.yml | 1 + scripts/lib/custom-docker.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab/ci/qa.images.yml b/.gitlab/ci/qa.images.yml index 845699d..4e1d836 100644 --- a/.gitlab/ci/qa.images.yml +++ b/.gitlab/ci/qa.images.yml @@ -1,6 +1,7 @@ # Used by gitlab e2e tests and other qa related tasks .qa: variables: + DEBIAN: bullseye LFS: '2.9' GIT: '2.33' RUBY: '2.7' diff --git a/scripts/lib/custom-docker.sh b/scripts/lib/custom-docker.sh index a790ca9..91a8978 100644 --- a/scripts/lib/custom-docker.sh +++ b/scripts/lib/custom-docker.sh @@ -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(){ local IMAGE_NAME