Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
nmaas Platform
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nmaas
nmaas Platform
Commits
3f7c15bb
Commit
3f7c15bb
authored
1 year ago
by
kbeyro
Browse files
Options
Downloads
Patches
Plain Diff
update to fit new application.properties
parent
aace1d43
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!9
update properties for docker flags
Pipeline
#87431
passed
1 year ago
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Dockerfile
+2
-1
2 additions, 1 deletion
Dockerfile
docker/run_platform.sh
+2
-2
2 additions, 2 deletions
docker/run_platform.sh
with
4 additions
and
3 deletions
Dockerfile
+
2
−
1
View file @
3f7c15bb
...
@@ -13,7 +13,8 @@ MAINTAINER nmaas@lists.geant.org
...
@@ -13,7 +13,8 @@ MAINTAINER nmaas@lists.geant.org
COPY
--from=builder /build/build/libs/*.jar /nmaas/platform/
COPY
--from=builder /build/build/libs/*.jar /nmaas/platform/
COPY
docker/run_platform.sh /nmaas/scripts/run_platform.sh
COPY
docker/run_platform.sh /nmaas/scripts/run_platform.sh
COPY
docker/nmaas-platform.properties.template /nmaas/platform/config/nmaas-platform.properties.template
# COPY docker/nmaas-platform.properties.template /nmaas/platform/config/nmaas-platform.properties.template
COPY
src/main/resources/application.properties /nmaas/platform/config/application.properties
COPY
docker/log4j2-spring.json /nmaas/platform/config/log4j2-spring.json
COPY
docker/log4j2-spring.json /nmaas/platform/config/log4j2-spring.json
COPY
docker/do-ntp.sh /etc/periodic/hourly/do-ntp.sh
COPY
docker/do-ntp.sh /etc/periodic/hourly/do-ntp.sh
COPY
docker/ssh-config /root/.ssh/config
COPY
docker/ssh-config /root/.ssh/config
...
...
This diff is collapsed.
Click to expand it.
docker/run_platform.sh
+
2
−
2
View file @
3f7c15bb
...
@@ -4,9 +4,9 @@ FILE=$(ls $DIR | grep .jar)
...
@@ -4,9 +4,9 @@ FILE=$(ls $DIR | grep .jar)
cd
$DIR
cd
$DIR
if
[[
-z
"
${
PLATFORM_PORT
}
"
]]
;
then
if
[[
-z
"
${
PLATFORM_PORT
}
"
]]
;
then
cp
$DIR
/config/
nmaas-platform
.properties
.default
$DIR
/nmaas-platform.properties
cp
$DIR
/config/
application
.properties
$DIR
/nmaas-platform.properties
else
else
envsubst <
$DIR
/config/
nmaas-platform
.properties
.template
>
$DIR
/nmaas-platform.properties
envsubst <
$DIR
/config/
application
.properties
>
$DIR
/nmaas-platform.properties
fi
fi
mkdir
-p
/root/.ssh
mkdir
-p
/root/.ssh
...
...
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