Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
DBRepo
Manage
Activity
Members
Labels
Plan
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FAIR Data Austria DB Repository
DBRepo
Commits
b372809f
Commit
b372809f
authored
4 years ago
by
Martin Weise
Browse files
Options
Downloads
Patches
Plain Diff
updated readme for mtu, added submodule pull
parent
d41f92bf
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+1
-0
1 addition, 0 deletions
.gitlab-ci.yml
README.md
+16
-0
16 additions, 0 deletions
README.md
fda-container-managing-service/Dockerfile
+2
-2
2 additions, 2 deletions
fda-container-managing-service/Dockerfile
with
19 additions
and
2 deletions
.gitlab-ci.yml
+
1
−
0
View file @
b372809f
image
:
docker/compose:latest
before_script
:
-
git submodule update --init --recursive
-
docker version
-
docker-compose version
...
...
This diff is collapsed.
Click to expand it.
README.md
+
16
−
0
View file @
b372809f
...
...
@@ -24,6 +24,22 @@ docker-compose up
### Troubleshooting
##### FDA Runner
Hosted at TU Wien 128.130.202.89, only accessible from TU-Network
**Important**
Different MTU for HPC Cluster, edit for Docker to work with bridge mode the
`/etc/docker/daemon.json`
:
```
bash
{
"mtu"
: 1450
}
```
##### Virtual Machine
Ubuntu 20.04 LTS
Use openjdk-11...openjdk-8 does not work.
...
...
This diff is collapsed.
Click to expand it.
fda-container-managing-service/Dockerfile
+
2
−
2
View file @
b372809f
...
...
@@ -4,13 +4,13 @@ MAINTAINER Martin Weise <martin.weise@tuwien.ac.at>
COPY
./pom.xml ./
RUN
mvn
-fn
-B
dependency:go-offline
RUN
mvn
-fn
-B
dependency:go-offline
>
/dev/null
COPY
./api ./api
COPY
./rest-service ./rest-service
COPY
./services ./services
RUN
mvn
-q
clean package
RUN
mvn
-q
clean package
>
/dev/null
###### SECOND STAGE ######
FROM
openjdk:11-jre-slim
as
runtime
...
...
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