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
ce4ff923
Commit
ce4ff923
authored
3 years ago
by
Oleksii Tsyganov (EPAM)
Browse files
Options
Downloads
Patches
Plain Diff
Disables unsafe subst for log4j
parent
3c8dad50
No related branches found
No related tags found
1 merge request
!87
Disables unsafe subst for log4j
Pipeline
#82700
failed
3 years ago
Stage: review
Stage: build
Stage: containerize
Stage: scan
Stage: deploy
Stage: integration
Stage: attribution
Changes
1
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
provider/crs-catalog-gcp/cloudbuild/Dockerfile.cloudbuild
+1
-1
1 addition, 1 deletion
provider/crs-catalog-gcp/cloudbuild/Dockerfile.cloudbuild
with
1 addition
and
1 deletion
provider/crs-catalog-gcp/cloudbuild/Dockerfile.cloudbuild
+
1
−
1
View file @
ce4ff923
...
...
@@ -10,4 +10,4 @@ ENV PORT $PORT
COPY data/crs_catalog_v2.json /mnt/crs_catalogs/crs_catalog_v2.json
COPY provider/crs-catalog-${PROVIDER_NAME}/crs-catalog-gke/target/crs-catalog-gke-*.jar crs-catalog-${PROVIDER_NAME}.jar
# Run the web service on container startup.
CMD java -Djava.security.egd=file:/dev/./urandom -Dserver.port=${PORT} -jar /app/crs-catalog-${PROVIDER_NAME}.jar
CMD java -Djava.security.egd=file:/dev/./urandom -Dserver.port=${PORT}
-Dlog4j.formatMsgNoLookups=true
-jar /app/crs-catalog-${PROVIDER_NAME}.jar
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