diff options
-rw-r--r-- | installation/appc/src/main/docker/Dockerfile | 2 | ||||
-rw-r--r-- | 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 \ |