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