From 58d5a115f561efca3b32a03b1d6d496939e44411 Mon Sep 17 00:00:00 2001 From: Patrick Brady Date: Mon, 25 Feb 2019 14:52:16 -0800 Subject: [PATCH] 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 Issue-ID: APPC-1495 --- installation/appc/src/main/docker/Dockerfile | 2 +- installation/appc/src/main/scripts/installFeatures.sh | 2 +- 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 \ -- 2.16.6