Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
nshmp-ws-static
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
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-ws-static
Commits
8b9ca089
Commit
8b9ca089
authored
2 years ago
by
Clayton, Brandon Scott
Browse files
Options
Downloads
Patches
Plain Diff
Remove gitlab token reference
parent
575d1d3c
No related branches found
No related tags found
2 merge requests
!124
Production Release | nshmp-ws-static
,
!123
Resolves - Remove GITLAB_TOKEN Requirement and AASHTO-2023 web service -- add CSV response
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Dockerfile
+1
-3
1 addition, 3 deletions
Dockerfile
README.md
+1
-4
1 addition, 4 deletions
README.md
with
2 additions
and
7 deletions
Dockerfile
+
1
−
3
View file @
8b9ca089
####
####
# Build locally:
# Build locally:
# docker build
# docker build -t nshmp-ws-static .
# --build-arg gitlab_token=<token>
# -t nshmp-ws-static .
####
####
ARG
BUILD_IMAGE=usgs/amazoncorretto:11
ARG
BUILD_IMAGE=usgs/amazoncorretto:11
...
...
This diff is collapsed.
Click to expand it.
README.md
+
1
−
4
View file @
8b9ca089
...
@@ -74,8 +74,5 @@ docker run -e SERVICE=aashto -p 8080:8080 usgs/nshmp-ws-static:production-latest
...
@@ -74,8 +74,5 @@ docker run -e SERVICE=aashto -p 8080:8080 usgs/nshmp-ws-static:production-latest
To build the Docker image locally run:
To build the Docker image locally run:
```
bash
```
bash
docker build
--build-arg
GITLAB_TOKEN
=
"{gitlab_token}"
-t
nshmp-ws-static .
docker build
-t
nshmp-ws-static .
```
```
> Replace `{gitlab_token}` with the GitLab API
> [access token](https://code.usgs.gov/-/profile/personal_access_tokens)
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