Generate docker image for policy distribution 77/64677/1
authormmis <michael.morris@ericsson.com>
Wed, 5 Sep 2018 09:35:44 +0000 (10:35 +0100)
committermmis <michael.morris@ericsson.com>
Wed, 5 Sep 2018 10:16:04 +0000 (11:16 +0100)
commit461cafda67a99f4cc27ea41539d1748b6c87a79c
treefce1915efb9c15fbc2e4321733515252e1c78e4d
parent552a6f387e451af03ae120ddd056aeaf4d70f878
Generate docker image for policy distribution

Added generation of tarball of policy distribution jars and generation of
docker image using the tarball

Issue-ID: POLICY-923
Change-Id: I9e38143fee864b765fbfd567c7e52bc7b0be2c9a
Signed-off-by: mmis <michael.morris@ericsson.com>
packages/policy-distribution-docker/pom.xml [new file with mode: 0644]
packages/policy-distribution-docker/src/main/docker/Dockerfile [new file with mode: 0644]
packages/policy-distribution-docker/src/main/docker/policy-dist.sh [new file with mode: 0644]
packages/policy-distribution-tarball/pom.xml [new file with mode: 0644]
packages/policy-distribution-tarball/src/main/package/tarball/assembly.xml [new file with mode: 0644]
packages/policy-distribution-tarball/src/main/resources/etc/defaultConfig.json [new file with mode: 0644]
packages/policy-distribution-tarball/src/main/resources/etc/logback.xml [new file with mode: 0644]
packages/policy-distribution-tarball/src/main/resources/policyLogger.properties [new file with mode: 0644]
packages/pom.xml [new file with mode: 0644]
pom.xml