From 90b8c41cbc7c73adaf700a1e5e3aa97a9ea2b130 Mon Sep 17 00:00:00 2001 From: ssube Date: Tue, 1 Sep 2020 19:45:13 -0500 Subject: [PATCH] update(build): image versions --- config/gitlab/ci-tools.yml | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/config/gitlab/ci-tools.yml b/config/gitlab/ci-tools.yml index 789f892..50f8b70 100644 --- a/config/gitlab/ci-tools.yml +++ b/config/gitlab/ci-tools.yml @@ -1,9 +1,17 @@ -.build-curl: +.build-base: image: apextoaster/base:1.2 tags: - platform:k8s - runner:shared +.build-aws: + extends: + - .build-base + +.build-curl: + extends: + - .build-base + .build-climate: image: apextoaster/code-climate:0.6 tags: @@ -16,7 +24,7 @@ GIT_COMMIT_SHA: "${CI_COMMIT_SHA}" .build-codecov: - image: apextoaster/codecov:3.1 + image: apextoaster/codecov:3.7 tags: - platform:k8s - runner:shared @@ -44,7 +52,7 @@ DOCKER_HOST: tcp://localhost:2375 .build-node: - image: apextoaster/node:10.1 + image: apextoaster/node:12.18 tags: - platform:k8s - runner:shared @@ -54,7 +62,7 @@ - echo "${NPM_SECRET}" | base64 -d > ${HOME}/.npmrc .build-sonar: - image: apextoaster/sonar-scanner:3.3 + image: apextoaster/sonar-scanner:4.4 tags: - platform:k8s - runner:shared