Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
nshmp-haz
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
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
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ghsc
National Seismic Hazard Model Project
nshmp-haz
Commits
5be225b6
Commit
5be225b6
authored
3 years ago
by
Clayton, Brandon Scott
Browse files
Options
Downloads
Patches
Plain Diff
add docker build args
parent
cfacea0b
No related branches found
No related tags found
1 merge request
!522
Updates
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+8
-0
8 additions, 0 deletions
.gitlab-ci.yml
with
8 additions
and
0 deletions
.gitlab-ci.yml
+
8
−
0
View file @
5be225b6
...
@@ -40,12 +40,20 @@ Build Image Haz:
...
@@ -40,12 +40,20 @@ Build Image Haz:
-
.docker-build
-
.docker-build
variables
:
variables
:
CI_PROJECT_NAME
:
nshmp-haz
CI_PROJECT_NAME
:
nshmp-haz
DOCKER_BUILD_ARGS
:
|
BUILD_IMAGE=${DEVOPS_REGISTRY}usgs/java:11
FROM_IMAGE=${DEVOPS_REGISTRY}usgs/java:11
ci_job_token=${CI_JOB_TOKEN}
Build Image WS
:
Build Image WS
:
extends
:
extends
:
-
.docker-build
-
.docker-build
variables
:
variables
:
CI_PROJECT_NAME
:
nshmp-haz-ws
CI_PROJECT_NAME
:
nshmp-haz-ws
DOCKER_BUILD_ARGS
:
|
BUILD_IMAGE=${DEVOPS_REGISTRY}usgs/java:11
FROM_IMAGE=${DEVOPS_REGISTRY}usgs/java:11
ci_job_token=${CI_JOB_TOKEN}
DOCKERFILE
:
ws.Dockerfile
DOCKERFILE
:
ws.Dockerfile
Build Lambda
:
Build Lambda
:
...
...
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