summaryrefslogtreecommitdiffstats
path: root/rulemgt-standalone/src/main/assembly/Dockerfile
AgeCommit message (Collapse)AuthorFilesLines
2017-09-07Add HOSTNAME to the DockerfileGuangrong Fu1-0/+2
Change-Id: I6782505970fc5750cf7801e3fe057332fd1c8cf2 Issue-ID: HOLMES-45 Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
2017-09-06Expose the port in the DockerfileGuangrong Fu1-0/+2
Change-Id: Ie0eb8cc415ae030872d7223440c5f3be21b777a7 Issue-ID: HOLMES-39 Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
2017-09-05Change the DB from MySQL to PostgreSQLGuangrong Fu1-1/+2
Change-Id: If3e82cca0b27c5e486762b22305c1575d76789fe Issue-ID: HOLMES-49 Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
2017-09-03Change the alpine to ubuntuGuangrong Fu1-34/+12
Change the image from alpine o ubuntu Change-Id: I55eaf8d113dd83cbc08cf453546c4c5833ccabf4 Issue-ID: HOLMES-39 Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
2017-08-26Change the command line from CMD to ENTRYPOINTGuangrong Fu1-1/+1
ENTRYPOINT as a substitute of CMD Change-Id: I4f65f2c0c362adff8c183ca8d6404e5854484980 Issue-ID: HOLMES-42 Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>
2017-08-22Add a Dockerfile for docker-makingGuangrong Fu1-0/+48
Change the package file from .zip to .tar.gz for linux Add a Dockerfile Change-Id: I31354fb5d4ffcd135b4f5574dea1ca4249d3c917 Issue-ID: HOLMES-39 Signed-off-by: Guangrong Fu <fu.guangrong@zte.com.cn>