aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Brady <patrick.brady@att.com>2019-02-25 14:52:16 -0800
committerPatrick Brady <patrick.brady@att.com>2019-02-25 22:55:27 +0000
commit58d5a115f561efca3b32a03b1d6d496939e44411 (patch)
tree032edb4792c581653dabc5208536d3d1bca70f6a
parentdbf1e5309791c3c06da54b61c02e2d9cbbe7faa6 (diff)
Update dockerfile for new odl
Update the dockerfile to pull 0.4-STAGING-latest version of ccsdk which contains the new version of opendaylight. Change-Id: Ib343f85a48129e4971bb56b91136b66153323c8b Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1495
-rw-r--r--installation/appc/src/main/docker/Dockerfile2
-rw-r--r--installation/appc/src/main/scripts/installFeatures.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/installation/appc/src/main/docker/Dockerfile b/installation/appc/src/main/docker/Dockerfile
index 5e39eed..c0b18fa 100644
--- a/installation/appc/src/main/docker/Dockerfile
+++ b/installation/appc/src/main/docker/Dockerfile
@@ -21,7 +21,7 @@
# ============LICENSE_END============================================
# Base ubuntu with added packages needed for ONAP
-FROM onap/ccsdk-odlsli-image:0.3.3
+FROM onap/ccsdk-odlsli-alpine-image:0.4-STAGING-latest
MAINTAINER APP-C Team (appc@lists.openecomp.org)
# Set the Env. Variable in the container to add the APPC CONFIG DIR (the SDNC_CONFIG_DIR is inherited from SDNC Image)
diff --git a/installation/appc/src/main/scripts/installFeatures.sh b/installation/appc/src/main/scripts/installFeatures.sh
index 1675a82..9ad6898 100644
--- a/installation/appc/src/main/scripts/installFeatures.sh
+++ b/installation/appc/src/main/scripts/installFeatures.sh
@@ -83,7 +83,7 @@ APPC_FEATURES_1=" \
onap-appc-config-encryption-tool \
onap-appc-config-flow-controller \
onap-appc-config-params \
- onap-appc-artifact-handler
+ onap-appc-artifact-handler \
onap-appc-aai-client \
onap-appc-event-listener \
onap-appc-network-inventory-client \