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
b2910ad3
Commit
b2910ad3
authored
2 years ago
by
Clayton, Brandon Scott
Browse files
Options
Downloads
Patches
Plain Diff
add build args
parent
ceab015e
No related branches found
No related tags found
2 merge requests
!613
Production Release | nshmp-haz
,
!612
Resolves - Add Version Info
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+4
-0
4 additions, 0 deletions
.gitlab-ci.yml
Dockerfile
+2
-0
2 additions, 0 deletions
Dockerfile
with
6 additions
and
0 deletions
.gitlab-ci.yml
+
4
−
0
View file @
b2910ad3
...
...
@@ -166,7 +166,9 @@ CHS Registry:
DOCKER_BUILD_ARGS
:
|
BUILD_IMAGE=${DEVOPS_REGISTRY}usgs/amazoncorretto:11
FROM_IMAGE=${DEVOPS_REGISTRY}usgs/amazoncorretto:11
CI_COMMIT_BRANCH=${CI_COMMIT_BRANCH}
CI_JOB_TOKEN=${CI_JOB_TOKEN}
CI_PROJECT_URL=${CI_PROJECT_URL}
UPSTREAM_PATH
:
ghsc/nshmp/nshmp-haz
Container Registry
:
...
...
@@ -190,7 +192,9 @@ Container Registry:
DOCKER_BUILD_ARGS
:
|
BUILD_IMAGE=${DEVOPS_REGISTRY}usgs/amazoncorretto:11
FROM_IMAGE=${DEVOPS_REGISTRY}usgs/amazoncorretto:11
CI_COMMIT_BRANCH=${CI_COMMIT_BRANCH}
CI_JOB_TOKEN=${CI_JOB_TOKEN}
CI_PROJECT_URL=${CI_PROJECT_URL}
UPSTREAM_PATH
:
ghsc/nshmp/nshmp-haz
Build Project
:
...
...
This diff is collapsed.
Click to expand it.
Dockerfile
+
2
−
0
View file @
b2910ad3
...
...
@@ -39,6 +39,8 @@ FROM ${BUILD_IMAGE} as builder
# Remove once nshmp-lib is public
ARG
GITLAB_TOKEN=null
ARG
CI_JOB_TOKEN=null
ARG
CI_PROJECT_URL=null
ARG
CI_COMMIT_BRANCH=null
WORKDIR
/app
...
...
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