Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
E
Entitlements
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
Security and Compliance
Entitlements
Merge requests
!160
log4j-fix-azure
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
log4j-fix-azure
log4j-fix-azure
into
master
Overview
3
Commits
4
Pipelines
10
Changes
2
All threads resolved!
Hide all comments
Merged
Dmitrii Gerashchenko
requested to merge
log4j-fix-azure
into
master
3 years ago
Overview
3
Commits
4
Pipelines
10
Changes
2
All threads resolved!
Hide all comments
Expand
Part of
#91 (closed)
series
osdu/platform&11 (closed)
Edited
3 years ago
by
Dmitrii Gerashchenko
0
0
Merge request reports
Compare
version 1
version 3
476948a8
3 years ago
version 2
b2021802
3 years ago
version 1
15c23b0a
3 years ago
master (base)
and
latest version
latest version
6a79b485
4 commits,
3 years ago
version 3
476948a8
3 commits,
3 years ago
version 2
b2021802
2 commits,
3 years ago
version 1
15c23b0a
1 commit,
3 years ago
Show latest version
2 files
+
53
−
52
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
provider/entitlements-v2-jdbc/cloudbuild/Dockerfile.cloudbuild
+
1
−
1
Options
@@ -11,4 +11,4 @@ ENV PORT $PORT
## Copy the jar to the production image from the builder stage.
COPY provider/entitlements-v2-${PROVIDER_NAME}/target/entitlements-v2-${PROVIDER_NAME}-*-spring-boot.jar entitlements-${PROVIDER_NAME}.jar
# Run the web service on container startup.
CMD java -Djava.security.egd=file:/dev/./urandom -Dserver.port=${PORT} -jar entitlements-${PROVIDER_NAME}.jar
CMD java -Djava.security.egd=file:/dev/./urandom -Dserver.port=${PORT}
-Dlog4j.formatMsgNoLookups=true
-jar entitlements-${PROVIDER_NAME}.jar
Loading