FR-706: Update image tag (#46)

This commit is contained in:
Rinat Arsaev 2021-08-10 15:51:46 +03:00 committed by GitHub
parent 8135ac3dc4
commit 7f1bea126b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9573 additions and 26 deletions

2
Jenkinsfile vendored
View File

@ -34,6 +34,6 @@ build('tokenizer.js', 'docker-host') {
}
}
}
pipeDefault(pipeline, 'dr2.rbkmoney.com', 'jenkins_harbor')
pipeDefault(pipeline)
}

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 := 2b4570bc1d9631c10aaed2132eb87eb9003f3471
BASE_IMAGE_TAG := 647d66a59ba89ea42b326ca5156f5d1e1395febc
BUILD_IMAGE_TAG := a3d509385d655f6a5ada4b37c5884d5423aeb78b
BUILD_IMAGE_TAG := 25c031edd46040a8745334570940a0f0b2154c5c
CALL_W_CONTAINER := init build clean submodules

@ -1 +1 @@
Subproject commit ea4aa042f482551d624fd49a570d28488f479e93
Subproject commit a7655bc60c877a65cdfe3d9b668021d970d88a76

9589
package-lock.json generated

File diff suppressed because it is too large Load Diff