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
6dc2ac5f
Commit
6dc2ac5f
authored
Feb 12, 2021
by
Rustam Lotsmanenko (EPAM)
Browse files
Fix containerize CICD step
parent
d6e791cd
Pipeline
#26501
failed with stages
in 60 minutes and 48 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
provider/indexer-gcp/cloudbuild/Dockerfile.cloudbuild
View file @
6dc2ac5f
...
@@ -7,7 +7,7 @@ ENV PROVIDER_NAME $PROVIDER_NAME
...
@@ -7,7 +7,7 @@ ENV PROVIDER_NAME $PROVIDER_NAME
ARG PORT
ARG PORT
ENV PORT $PORT
ENV PORT $PORT
# Copy the jar to the production image from the builder stage.
# Copy the jar to the production image from the builder stage.
COPY provider/indexer-${PROVIDER_NAME}/target/indexer-${PROVIDER_NAME}-*-
SNAPSHOT-
spring-boot.jar indexer-${PROVIDER_NAME}.jar
COPY provider/indexer-${PROVIDER_NAME}/target/indexer-${PROVIDER_NAME}-*-spring-boot.jar indexer-${PROVIDER_NAME}.jar
# Run the web service on container startup.
# 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} -jar /app/indexer-${PROVIDER_NAME}.jar
Dmitriy Rudko
💬
@Dmitriy_Rudko
mentioned in commit
2e4c5b3b
·
Feb 12, 2021
mentioned in commit
2e4c5b3b
mentioned in commit 2e4c5b3b4e1e363ac9dc621b62593b6753e031c3
Toggle commit list
Dmitriy Rudko
💬
@Dmitriy_Rudko
mentioned in merge request
!88 (merged)
·
Feb 12, 2021
mentioned in merge request
!88 (merged)
mentioned in merge request !88
Toggle commit list
Write
Preview
Markdown
is supported
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