From 9d82f222ae7d51cf4582f3fa1fc74b110d1eb87d Mon Sep 17 00:00:00 2001 From: Dmytro Makovey Date: Wed, 22 Mar 2023 05:11:21 +0000 Subject: [PATCH] Add k8s tooling to CNG build images --- .gitlab/ci/cng-images.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .gitlab/ci/cng-images.yml diff --git a/.gitlab/ci/cng-images.yml b/.gitlab/ci/cng-images.yml new file mode 100644 index 0000000..9f94b0f --- /dev/null +++ b/.gitlab/ci/cng-images.yml @@ -0,0 +1,23 @@ +# Used by GitLab: https://gitlab.com/gitlab-org/gitlab/blob/master/.gitlab-ci.yml +.gitlab-cng-matrix: + variables: + LFS: '2.9' + CHROME: '109' + NODE: '16.14' + YARN: '1.22' + GRAPHICSMAGICK: '1.3.36' + POSTGRESQL: '11' + RUBY: '2.7.patched' + GIT: '2.33' + GOLANG: '1.18' + KUBECTL: '1.23' + HELM: '3.5' + +gitlab-cng: + extends: + - .gitlab-cng-matrix + - .build_dynamic_image + rules: + - !reference [.build_dynamic_image, rules] + - changes: + - ".gitlab/ci/cng-images.yml"