Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
System
Indexer
Commits
8d109284
Commit
8d109284
authored
Dec 24, 2020
by
Aliaksandr Ramanovich (EPAM)
Browse files
GONRG-1475 - parametrize containerization stage
parent
36088a17
Pipeline
#20190
passed with stages
in 72 minutes and 32 seconds
Changes
1
Pipelines
6
Hide whitespace changes
Inline
Side-by-side
provider/indexer-gcp/cloudbuild/cloudbuild.yaml
View file @
8d109284
...
...
@@ -20,12 +20,12 @@ steps:
'
build'
,
'
--build-arg'
,
'
PROVIDER_NAME=${_PROVIDER_NAME}'
,
'
--build-arg'
,
'
PORT=${_PORT}'
,
'
-t'
,
'
gcr.io/$PROJECT_ID/
os-indexer/indexer
-${_PROVIDER_NAME}:${_SHORT_SHA}'
,
'
-t'
,
'
gcr.io/$PROJECT_ID/
os-indexer/indexer
-${_PROVIDER_NAME}:latest'
,
'
-f'
,
'
provider/
indexer
-${_PROVIDER_NAME}/cloudbuild/Dockerfile.cloudbuild'
,
'
-t'
,
'
gcr.io/$PROJECT_ID/
${_APPLICATION_NAME}/${_GCP_SERVICE}
-${_PROVIDER_NAME}:${_SHORT_SHA}'
,
'
-t'
,
'
gcr.io/$PROJECT_ID/
${_APPLICATION_NAME}/${_GCP_SERVICE}
-${_PROVIDER_NAME}:latest'
,
'
-f'
,
'
provider/
${_GCP_SERVICE}
-${_PROVIDER_NAME}/cloudbuild/Dockerfile.cloudbuild'
,
'
.'
]
images
:
-
'
gcr.io/$PROJECT_ID/
os-indexer/indexer
-${_PROVIDER_NAME}'
-
'
gcr.io/$PROJECT_ID/
${_APPLICATION_NAME}/${_GCP_SERVICE}
-${_PROVIDER_NAME}'
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment