Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
CRS Catalog
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OSDU
OSDU Data Platform
System
Reference and Helper Services
CRS Catalog
Commits
0f65f138
Commit
0f65f138
authored
4 years ago
by
Aliaksandr Ramanovich (EPAM)
Committed by
Oleksandr Kosse (EPAM)
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
OSDU-GCP: parametrize containerization stage
parent
b006480f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
NOTICE
+15
-11
15 additions, 11 deletions
NOTICE
provider/crs-catalog-gcp/cloudbuild/cloudbuild.yaml
+4
-4
4 additions, 4 deletions
provider/crs-catalog-gcp/cloudbuild/cloudbuild.yaml
with
19 additions
and
15 deletions
NOTICE
+
15
−
11
View file @
0f65f138
...
...
@@ -264,7 +264,6 @@ The following software have components provided under the terms of this license:
- Plexus :: Default Container (from )
- Plexus Common Utilities (from http://plexus.codehaus.org/plexus-utils)
- jaxen (from http://jaxen.codehaus.org/)
- oro (from )
========================================================================
BSD-3-Clause
...
...
@@ -304,30 +303,36 @@ CC-BY-2.5
The following software have components provided under the terms of this license:
- Checker Qual (from https://checkerframework.org)
- FindBugs-jsr305 (from http://findbugs.sourceforge.net/)
========================================================================
C
C-BY-3
.0
C
DDL-1
.0
========================================================================
The following software have components provided under the terms of this license:
- FindBugs-jsr305 (from http://findbugs.sourceforge.net/)
- Java EE Transaction API (from http://jcp.org/en/jsr/detail?id=907)
- JavaMail API (from )
- Servlet Specification 2.5 API (from )
========================================================================
CDDL-1.
0
CDDL-1.
1
========================================================================
The following software have components provided under the terms of this license:
- Java EE Transaction API (from http://jcp.org/en/jsr/detail?id=907)
- JavaBeans(TM) Activation Framework (from http://java.sun.com/javase/technologies/desktop/javabeans/jaf/index.jsp)
- JavaMail API (from )
- Servlet Specification 2.5 API (from )
========================================================================
E
PL-1.0
C
PL-1.0
========================================================================
The following software have components provided under the terms of this license:
- JUnit (from http://junit.org)
========================================================================
EPL-1.0
========================================================================
The following software have components provided under the terms of this license:
- JUnit Jupiter (Aggregator) (from https://junit.org/junit5/)
- Jakarta WebSocket - Server API (from https://projects.eclipse.org/projects/ee4j.websocket)
- Java Servlet API (from https://projects.eclipse.org/projects/ee4j.servlet)
...
...
@@ -509,7 +514,6 @@ The following software have components provided under the terms of this license:
- JTidy (from http://jtidy.sourceforge.net)
- LatencyUtils (from http://latencyutils.github.io/LatencyUtils/)
- Plexus Common Utilities (from http://plexus.codehaus.org/plexus-utils)
- xml-apis (from )
========================================================================
SISSL-1.2
...
...
@@ -553,6 +557,7 @@ The following software have components provided under the terms of this license:
- LatencyUtils (from http://latencyutils.github.io/LatencyUtils/)
- Project Lombok (from https://projectlombok.org)
- Spring Web (from https://github.com/spring-projects/spring-framework)
- xml-apis (from )
========================================================================
unknown
...
...
@@ -560,6 +565,7 @@ unknown
The following software have components provided under the terms of this license:
- Byte Buddy (without dependencies) (from )
- JUnit (from http://junit.org)
- JUnit Jupiter (Aggregator) (from https://junit.org/junit5/)
- JavaBeans Activation Framework API jar (from )
- JavaMail API (from )
...
...
@@ -572,5 +578,3 @@ The following software have components provided under the terms of this license:
- org.junit.platform:junit-platform-engine (from http://junit.org/junit5/)
- org.junit.vintage:junit-vintage-engine (from http://junit.org/junit5/)
- xml-apis (from )
This diff is collapsed.
Click to expand it.
provider/crs-catalog-gcp/cloudbuild/cloudbuild.yaml
+
4
−
4
View file @
0f65f138
...
...
@@ -20,11 +20,11 @@ steps:
'
build'
,
'
--build-arg'
,
'
PROVIDER_NAME=${_PROVIDER_NAME}'
,
'
--build-arg'
,
'
PORT=${_PORT}'
,
'
-t'
,
'
gcr.io/$PROJECT_ID/
os-crs-catalog/crs-catalog
-${_PROVIDER_NAME}:${_SHORT_SHA}'
,
'
-t'
,
'
gcr.io/$PROJECT_ID/
os-crs-catalog/crs-catalog
-${_PROVIDER_NAME}:latest'
,
'
-f'
,
'
provider/
crs-catalog
-${_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-crs-catalog/crs-catalog
-${_PROVIDER_NAME}'
-
'
gcr.io/$PROJECT_ID/
${_APPLICATION_NAME}/${_GCP_SERVICE}
-${_PROVIDER_NAME}'
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment