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
Indexer
Commits
57cd1048
Commit
57cd1048
authored
Dec 16, 2021
by
Oleksandr Kosse (EPAM)
Browse files
Merge branch 'GONRG-3982' into 'master'
Disables unsafe subst for log4j See merge request
!249
parents
5e7d6e98
9d284477
Pipeline
#83251
passed with stages
in 46 minutes and 54 seconds
Changes
1
Pipelines
5
Hide whitespace changes
Inline
Side-by-side
provider/indexer-gcp/cloudbuild/Dockerfile.cloudbuild
View file @
57cd1048
...
...
@@ -9,5 +9,5 @@ ENV PORT $PORT
# Copy the jar to the production image from the builder stage.
COPY provider/indexer-${PROVIDER_NAME}/target/indexer-${PROVIDER_NAME}-*-spring-boot.jar indexer-${PROVIDER_NAME}.jar
# Run the web service on container startup.
CMD java -Djava.security.egd=indexer:/dev/./urandom -Dserver.port=${PORT} -jar /app/indexer-${PROVIDER_NAME}.jar
CMD java -Djava.security.egd=indexer:/dev/./urandom -Dserver.port=${PORT}
-Dlog4j.formatMsgNoLookups=true
-jar /app/indexer-${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