fix(build): pull images from nexus
This commit is contained in:
parent
74f76b538e
commit
50c6d4b2fb
|
@ -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,7 +62,7 @@
|
||||||
- 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
|
||||||
|
|
Loading…
Reference in New Issue