-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMakefile
26 lines (20 loc) · 1.54 KB
/
Makefile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
default: build dockerize
build:
mvn clean package -U -Dmaven.test.skip=true
dockerize:
docker build -f spatialbenchmarkcontroller.docker -t git.project-hobbit.eu:4567/jsaveta1/spatialbenchmarkcontroller:2.0 .
docker build -f spatialdatagenerator.docker -t git.project-hobbit.eu:4567/jsaveta1/spatialdatagenerator:2.0 .
docker build -f spatialtaskgenerator.docker -t git.project-hobbit.eu:4567/jsaveta1/spatialtaskgenerator:2.0 .
docker build -f spatialevaluationmodule.docker -t git.project-hobbit.eu:4567/jsaveta1/spatialevaluationmodule:2.0 .
#docker build -f limessystemadapter.docker -t git.project-hobbit.eu:4567/jsaveta1/limessystemadapter .
#docker build -f silksystemadapter.docker -t git.project-hobbit.eu:4567/jsaveta1/silksystemadapter .
#docker build -f strabonsystemadapter.docker -t git.project-hobbit.eu:4567/jsaveta1/strabonsystemadapter/system .
#docker build -f strabon.docker -t git.project-hobbit.eu:4567/jsaveta1/strabonsystemadapter/strabon .
docker push git.project-hobbit.eu:4567/jsaveta1/spatialbenchmarkcontroller:2.0
docker push git.project-hobbit.eu:4567/jsaveta1/spatialdatagenerator:2.0
docker push git.project-hobbit.eu:4567/jsaveta1/spatialtaskgenerator:2.0
docker push git.project-hobbit.eu:4567/jsaveta1/spatialevaluationmodule:2.0
#docker push git.project-hobbit.eu:4567/jsaveta1/limessystemadapter
#docker push git.project-hobbit.eu:4567/jsaveta1/silksystemadapter
#docker push git.project-hobbit.eu:4567/jsaveta1/strabonsystemadapter/system
#docker push git.project-hobbit.eu:4567/jsaveta1/strabonsystemadapter/strabon