Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
Notification
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
Notification
Commits
cb0b4dd6
Commit
cb0b4dd6
authored
1 year ago
by
Rustam Lotsmanenko (EPAM)
Browse files
Options
Downloads
Patches
Plain Diff
add run args
parent
6bbb4235
No related branches found
No related tags found
1 merge request
!438
Solxget/java 17 test
Checking pipeline status
Changes
1
Pipelines
5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
provider/notification-gc/cloudbuild/Dockerfile.cloudbuild
+5
-1
5 additions, 1 deletion
provider/notification-gc/cloudbuild/Dockerfile.cloudbuild
with
5 additions
and
1 deletion
provider/notification-gc/cloudbuild/Dockerfile.cloudbuild
+
5
−
1
View file @
cb0b4dd6
...
@@ -12,4 +12,8 @@ RUN groupadd -g 10001 -r nonroot \
...
@@ -12,4 +12,8 @@ RUN groupadd -g 10001 -r nonroot \
# Run as non-root user
# Run as non-root user
USER 10001:10001
USER 10001:10001
# Run the web service on container startup.
# Run the web service on container startup.
CMD java -Djava.security.egd=file:/dev/./urandom -Dserver.port=${PORT} -Dlog4j.formatMsgNoLookups=true -jar /app/notification-${PROVIDER_NAME}.jar
CMD java --add-opens java.base/java.lang=ALL-UNNAMED \
--add-opens java.base/java.lang.reflect=ALL-UNNAMED \
-Djava.security.egd=file:/dev/./urandom -Dserver.port=${PORT} \
-Dlog4j.formatMsgNoLookups=true -jar \
/app/notification-${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