Skip to content
GitLab
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
Deployment and Operations
Backup Service
Commits
c59fee4f
Commit
c59fee4f
authored
Feb 16, 2021
by
Dmitriy Rudko
💬
Browse files
Fix GCP containerize stage
parent
81bfb572
Pipeline
#26900
failed with stage
in 8 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
provider/backup-gcp/cloudbuild/Dockerfile.cloudbuild
View file @
c59fee4f
...
...
@@ -7,6 +7,6 @@ ENV PROVIDER_NAME $PROVIDER_NAME
ARG PORT
ENV PORT $PORT
# Copy the jar to the production image from the builder stage.
COPY provider/backup-${PROVIDER_NAME}/target/backup-${PROVIDER_NAME}-*
-SNAPSHOT
.jar backup-${PROVIDER_NAME}.jar
COPY provider/backup-${PROVIDER_NAME}/target/backup-${PROVIDER_NAME}-*.jar backup-${PROVIDER_NAME}.jar
# Run the web service on container startup.
CMD java -Djava.security.egd=file:/dev/./urandom -Dserver.port=${PORT} -jar /app/backup-${PROVIDER_NAME}.jar
Dmitriy Rudko
💬
@Dmitriy_Rudko
mentioned in commit
7f95f121
·
Feb 16, 2021
mentioned in commit
7f95f121
mentioned in commit 7f95f121afc1fcc3a11212c29a64de075376644c
Toggle commit list
Dmitriy Rudko
💬
@Dmitriy_Rudko
mentioned in merge request
!8 (merged)
·
Feb 16, 2021
mentioned in merge request
!8 (merged)
mentioned in merge request !8
Toggle commit list
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment