1
0
Fork 0

update(build): image versions

This commit is contained in:
ssube 2020-09-01 19:45:13 -05:00
parent 45fc125929
commit 90b8c41cbc
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
1 changed files with 12 additions and 4 deletions

View File

@ -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