mirror of
https://github.com/valitydev/control-center.git
synced 2024-11-06 10:35:18 +00:00
Move to harbor; bump build to use nodejs v11 (#69)
* Move to harbor; bump build to use nodejs v11
This commit is contained in:
parent
d99a693c26
commit
9a03e7c972
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -12,7 +12,7 @@ build('control-center', 'docker-host') {
|
||||
withWsCache = load("${env.JENKINS_LIB}/withWsCache.groovy")
|
||||
}
|
||||
|
||||
pipeDefault() {
|
||||
def pipeline = {
|
||||
runStage('init') {
|
||||
withGithubSshCredentials {
|
||||
sh 'make wc_init'
|
||||
@ -37,4 +37,5 @@ build('control-center', 'docker-host') {
|
||||
}
|
||||
}
|
||||
}
|
||||
pipeDefault(pipeline, 'dr2.rbkmoney.com', 'jenkins_harbor')
|
||||
}
|
||||
|
6
Makefile
6
Makefile
@ -11,11 +11,13 @@ SERVICE_IMAGE_TAG ?= $(shell git rev-parse HEAD)
|
||||
# The tag for service image to be pushed with
|
||||
SERVICE_IMAGE_PUSH_TAG ?= $(SERVICE_IMAGE_TAG)
|
||||
|
||||
REGISTRY ?= dr2.rbkmoney.com
|
||||
|
||||
# Base image for the service
|
||||
BASE_IMAGE_NAME := service-fe
|
||||
BASE_IMAGE_TAG := 768cf0f40600e290060502e047dd2e86d4fd6020
|
||||
BASE_IMAGE_TAG := 2b4570bc1d9631c10aaed2132eb87eb9003f3471
|
||||
|
||||
BUILD_IMAGE_TAG := 1862224e600e34a9bd04327db7b3186fa4d31ceb
|
||||
BUILD_IMAGE_TAG := f3732d29a5e622aabf80542b5138b3631a726adb
|
||||
|
||||
GIT_SSH_COMMAND :=
|
||||
DOCKER_RUN_OPTS = -e GIT_SSH_COMMAND='$(GIT_SSH_COMMAND)'
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit c41dac7d702757deb29baa68ed1eba87359eafb5
|
||||
Subproject commit 9e92a504f08f2294e0451f4e902d376763d38180
|
Loading…
Reference in New Issue
Block a user