File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11FROM openjdk:8-jre-alpine
22EXPOSE 8888
33
4+ LABEL version="0.5.0-alpha1"
5+
46ADD conf/ece.conf ece.conf
57ADD target/elastest-cost-engine-0.0.2-SNAPSHOT.jar ece.jar
68ADD run.sh run.sh
79
810RUN chmod +x run.sh
911
10- CMD ["/bin/ash" , "run.sh" ]
12+ CMD ["/bin/ash" , "run.sh" ]
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ node('docker') {
2020
2121 stage " Build image - Package"
2222 echo (" Building ECE Image" )
23- def myimage = docker. build ' elastest/ece'
23+ def myimage = docker. build ' elastest/ece:0.5.0-alpha1 '
2424
2525 stage " Run image"
2626 myimage. run()
Original file line number Diff line number Diff line change @@ -10,6 +10,6 @@ services:
1010 - POSTGRES_PASSWORD=elastestpassword
1111 - POSTGRES_DB=ece
1212 ece :
13- image : elastest/ece
13+ image : elastest/ece:0.5.0-alpha1
1414 ports :
1515 - 8888:8888
You can’t perform that action at this time.
0 commit comments