Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
portal-backend
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
HBP Medical Informatics Platform
portal-backend
Commits
c682a4af
Commit
c682a4af
authored
7 years ago
by
Ludovic Claude
Browse files
Options
Downloads
Patches
Plain Diff
Update openjdk and Postgres
parent
1bf5115e
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Dockerfile
+1
-1
1 addition, 1 deletion
Dockerfile
tests/pre-test-run.sh
+3
-3
3 additions, 3 deletions
tests/pre-test-run.sh
with
4 additions
and
4 deletions
Dockerfile
+
1
−
1
View file @
c682a4af
FROM
openjdk:8u1
2
1-jre-alpine
FROM
openjdk:8u1
3
1-jre-alpine
MAINTAINER
Mirco Nasuti <mirco.nasuti@chuv.ch>
ARG
BUILD_DATE
...
...
This diff is collapsed.
Click to expand it.
tests/pre-test-run.sh
+
3
−
3
View file @
c682a4af
...
...
@@ -32,9 +32,9 @@ fi
# Run databases containers
echo
"Running databases containers..."
docker run
--name
features-db-test
-p
65432:5432
-v
$(
pwd
)
/tests/features-db/sql:/docker-entrypoint-initdb.d/
-e
POSTGRES_USER
=
postgres
-d
postgres:9.
5
.3
docker run
--name
meta-db-test
-p
65433:5432
-v
$(
pwd
)
/tests/meta-db/sql:/docker-entrypoint-initdb.d/
-e
POSTGRES_USER
=
postgres
-d
postgres:9.
5
.3
docker run
--name
portal-db-test
-p
65434:5432
-e
POSTGRES_USER
=
postgres
-d
postgres:9.
5
.3
docker run
--name
features-db-test
-p
65432:5432
-v
$(
pwd
)
/tests/features-db/sql:/docker-entrypoint-initdb.d/
-e
POSTGRES_USER
=
postgres
-d
postgres:9.
6
.3
-alpine
docker run
--name
meta-db-test
-p
65433:5432
-v
$(
pwd
)
/tests/meta-db/sql:/docker-entrypoint-initdb.d/
-e
POSTGRES_USER
=
postgres
-d
postgres:9.
6
.3
-alpine
docker run
--name
portal-db-test
-p
65434:5432
-e
POSTGRES_USER
=
postgres
-d
postgres:9.
6
.3
-alpine
# Get gateway IP
...
...
This diff is collapsed.
Click to expand it.
Preview
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!
Save comment
Cancel
Please
register
or
sign in
to comment