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>
diff --git a/docker_verify.sh b/docker_verify.sh
index 17eff0a..cc3cb0d 100755
--- a/docker_verify.sh
+++ b/docker_verify.sh
@@ -46,7 +46,7 @@
cp policy-pe/* target/policy-pe/
cp policy-drools/* target/policy-drools/
-for image in policy-os policy-nexus policy-db policy-base policy-drools policy-pe ; do
+for image in policy-os policy-nexus policy-base policy-drools policy-pe ; do
echo "Building $image"
mkdir -p target/$image
cp $image/* target/$image