1
0
Fork 0

fix(build): pull images from nexus

This commit is contained in:
ssube 2020-12-29 12:42:26 -06:00
parent 4631912d4c
commit 7a4221a691
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
1 changed files with 7 additions and 7 deletions

View File

@ -1,5 +1,5 @@
.build-base: .build-base:
image: apextoaster/base:1.2 image: docker.artifacts.apextoaster.com/apextoaster/base:1.2
tags: tags:
- platform:k8s - platform:k8s
- runner:shared - runner:shared
@ -13,7 +13,7 @@
- .build-base - .build-base
.build-climate: .build-climate:
image: apextoaster/code-climate:0.6 image: docker.artifacts.apextoaster.com/apextoaster/code-climate:0.6
tags: tags:
- platform:k8s - platform:k8s
- runner:shared - runner:shared
@ -24,14 +24,14 @@
GIT_COMMIT_SHA: "${CI_COMMIT_SHA}" GIT_COMMIT_SHA: "${CI_COMMIT_SHA}"
.build-codecov: .build-codecov:
image: apextoaster/codecov:3.7 image: docker.artifacts.apextoaster.com/apextoaster/codecov:3.7
tags: tags:
- platform:k8s - platform:k8s
- runner:shared - runner:shared
allow_failure: false allow_failure: false
.build-docker: .build-docker:
image: apextoaster/docker:18.09 image: docker.artifacts.apextoaster.com/apextoaster/docker:18.09
services: services:
- apextoaster/docker-dind:18.09 - apextoaster/docker-dind:18.09
tags: tags:
@ -52,7 +52,7 @@
DOCKER_HOST: tcp://localhost:2375 DOCKER_HOST: tcp://localhost:2375
.build-node: .build-node:
image: apextoaster/node:12.18 image: docker.artifacts.apextoaster.com/apextoaster/node:12.18
tags: tags:
- platform:k8s - platform:k8s
- runner:shared - runner:shared
@ -62,8 +62,8 @@
- echo "${NPM_SECRET}" | base64 -d > ${HOME}/.npmrc - echo "${NPM_SECRET}" | base64 -d > ${HOME}/.npmrc
.build-sonar: .build-sonar:
image: apextoaster/sonar-scanner:4.4 image: docker.artifacts.apextoaster.com/apextoaster/sonar-scanner:4.4
tags: tags:
- platform:k8s - platform:k8s
- runner:shared - runner:shared
allow_failure: false allow_failure: false