diff options
author | Jorge Hernandez <jh1730@att.com> | 2018-02-27 11:41:54 -0600 |
---|---|---|
committer | Jorge Hernandez <jh1730@att.com> | 2018-02-27 20:34:47 +0000 |
commit | bd14de825f1ad7ce911162c659bd81725226232d (patch) | |
tree | c6ee8fa12a6675604adc0b15280c0bc16212208b /README.md | |
parent | 7228882abaed47068a8efd400ca7d2a13bfa1c6b (diff) |
docker db image simplification
1. use mariadb image from docker registry to simplify set up.
2. remove harcoded root and user mariadb accounts
3. restrict access to user account to just specific databases.
Change-Id: Iaa916dbf2de2474fcc483a4be6167b4b92a2de61
Issue-ID: POLICY-650
Signed-off-by: Jorge Hernandez <jh1730@att.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -6,7 +6,6 @@ To build it using Maven 3, first build 'policy/common', 'policy/engine', 'policy - Copy the files under policy-drools to target/policy-drools - Run the 'docker build' command on the following directories, in order: policy-os - policy-db policy-nexus policy-base target/policy-pe @@ -14,7 +13,6 @@ To build it using Maven 3, first build 'policy/common', 'policy/engine', 'policy For example: docker build -t onap/policy/policy-os policy-os -docker build -t onap/policy/policy-db policy-db docker build -t onap/policy/policy-nexus policy-nexus docker build -t onap/policy/policy-base policy-base docker build -t onap/policy/policy-pe target/policy-pe |