Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
System
Notification
Commits
cb51b6a1
Commit
cb51b6a1
authored
Dec 16, 2021
by
Oleksii Tsyganov (EPAM)
Browse files
Disables unsafe subst for log4j
parent
088b056d
Pipeline
#82780
failed with stages
in 27 minutes and 20 seconds
Changes
1
Pipelines
6
Hide whitespace changes
Inline
Side-by-side
provider/notification-gcp/cloudbuild/Dockerfile.cloudbuild
View file @
cb51b6a1
...
...
@@ -9,4 +9,4 @@ ENV PORT $PORT
# Copy the jar to the production image from the builder stage.
COPY provider/notification-${PROVIDER_NAME}/target/notification-${PROVIDER_NAME}-*-spring-boot.jar notification-${PROVIDER_NAME}.jar
# Run the web service on container startup.
CMD java -Djava.security.egd=file:/dev/./urandom -Dserver.port=${PORT} -jar /app/notification-${PROVIDER_NAME}.jar
CMD java -Djava.security.egd=file:/dev/./urandom -Dserver.port=${PORT}
-Dlog4j.formatMsgNoLookups=true
-jar /app/notification-${PROVIDER_NAME}.jar
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment