From c83b7cb5a63e280bc4ca81b9fe20917a7029ef39 Mon Sep 17 00:00:00 2001 From: "Christopher Lott (cl778h)" Date: Wed, 11 Oct 2017 14:45:00 -0400 Subject: Drop DMaaP BC web GUI from Portal deployment DMaaP BC is not in Amsterdam release; no need for its GUI. Issue: PORTAL-126 Change-Id: I156e729ace41962fb9d3941deb2478357ea4616a Signed-off-by: Christopher Lott (cl778h) --- deliveries/Dockerfile.mariadb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'deliveries/Dockerfile.mariadb') diff --git a/deliveries/Dockerfile.mariadb b/deliveries/Dockerfile.mariadb index 9f8eb868..9424815b 100644 --- a/deliveries/Dockerfile.mariadb +++ b/deliveries/Dockerfile.mariadb @@ -2,7 +2,6 @@ FROM mariadb:latest ARG PORTAL_SCRIPT_DIR=${PORTAL_SCRIPT_DIR} ARG SDK_SCRIPT_DIR=${SDK_SCRIPT_DIR} -ARG DBC_SCRIPT_DIR=${DBC_SCRIPT_DIR} # constant #Add config file @@ -23,6 +22,3 @@ COPY ${SDK_SCRIPT_DIR}/EcompSdkDDLMySql_1710_Common.sql /docker-entrypoint COPY ${SDK_SCRIPT_DIR}/EcompSdkDDLMySql_1710_OS.sql /docker-entrypoint-initdb.d/ COPY ${SDK_SCRIPT_DIR}/EcompSdkDMLMySql_1710_Common.sql /docker-entrypoint-initdb.d/ COPY ${SDK_SCRIPT_DIR}/EcompSdkDMLMySql_1710_OS.sql /docker-entrypoint-initdb.d/ - -# DBC App combined DDL/DML, built by script -COPY ${DBC_SCRIPT_DIR}/dbca-complete-mysql-1707-os.sql /docker-entrypoint-initdb.d/ -- cgit 1.2.3-korg