From 0d85691073de0731e54a12e56b02b6b44807aa58 Mon Sep 17 00:00:00 2001 From: mmis Date: Mon, 5 Mar 2018 18:23:39 +0000 Subject: Remove policy-os and policy-base images Remove the policy-os and policy-base images in favour of including their contents directly in the policy-pdp and policy-pe images Issue-ID: POLICY-624 Change-Id: Ie4ef62d5a7fc0edb481be13891ee12cf9271674c Signed-off-by: mmis --- policy-base/Dockerfile | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 policy-base/Dockerfile (limited to 'policy-base/Dockerfile') diff --git a/policy-base/Dockerfile b/policy-base/Dockerfile deleted file mode 100644 index e6c4b1f5..00000000 --- a/policy-base/Dockerfile +++ /dev/null @@ -1,13 +0,0 @@ -FROM onap/policy/policy-os - - -# install MariaDB client -RUN \ - apt-get install -y apt-transport-https && \ - apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 0xcbcb082a1bb943db && \ - add-apt-repository 'deb [arch=amd64,i386,ppc64el] http://ftp.osuosl.org/pub/mariadb/repo/10.0/ubuntu trusty main' && \ - apt-get clean && \ - apt-get update && \ - apt-get install -y mariadb-client - - -- cgit 1.2.3-korg