Update dockerfile for new odl 38/79138/2
authorPatrick Brady <patrick.brady@att.com>
Mon, 25 Feb 2019 22:52:16 +0000 (14:52 -0800)
committerPatrick Brady <patrick.brady@att.com>
Mon, 25 Feb 2019 22:55:27 +0000 (22:55 +0000)
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

installation/appc/src/main/docker/Dockerfile
installation/appc/src/main/scripts/installFeatures.sh

index 5e39eed..c0b18fa 100644 (file)
@@ -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)
index 1675a82..9ad6898 100644 (file)
@@ -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 \