Move to harbor; bump build to use nodejs v11 (#69)

* Move to harbor; bump build to use nodejs v11
This commit is contained in:
Alexey 2019-03-19 19:26:39 +03:00 committed by GitHub
parent d99a693c26
commit 9a03e7c972
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 4 deletions

3
Jenkinsfile vendored
View File

@ -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')
}

View File

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