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
c82aa9cd
Commit
c82aa9cd
authored
Dec 28, 2020
by
Oleksandr Kosse (EPAM)
Browse files
Merge branch 'OSDU-GCP_parametrize_containerization' into 'master'
OSDU-GCP: parametrize containerization stage See merge request
!66
parents
36088a17
8d109284
Pipeline
#20449
passed with stages
in 37 minutes and 34 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
provider/indexer-gcp/cloudbuild/cloudbuild.yaml
View file @
c82aa9cd
...
...
@@ -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