summaryrefslogtreecommitdiffstats
path: root/artifactbroker/docker/artifact-dist.sh
AgeCommit message (Collapse)AuthorFilesLines
2019-09-06Fix copy-resource issue of artifactbrokerLiang Ding1-43/+0
-- modification should be made in packages/pom.xml instead of the one in artifactbroker root Change-Id: Ic2f3209b3a2249f7bbba1f4e6f08f6f20d964dcf Issue-ID: MULTICLOUD-806 Signed-off-by: Liang Ding <liang.ding@intel.com>
2019-04-12add support to generate docker image for artifactbrokerliboNet1-0/+43
. add Dockerfile to describe the docker image steps . add build_image.sh to wrap the generation of image . Use Alpine as base docker image in distribution to make it small Change-Id: I8a2c8321be176d549063e6ab296adcacb46b9ad3 Issue-ID: MULTICLOUD-548 Signed-off-by: liboNet <libo.zhu@intel.com>