From: Patrick Brady Date: Mon, 8 Oct 2018 22:06:30 +0000 (-0700) Subject: Change to released ccsdk docker image X-Git-Tag: 1.4.4~28 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F25%2F70025%2F1;p=appc%2Fdeployment.git Change to released ccsdk docker image Change-Id: I395b86f9583abf3261820cb7b26b354dcaf8a242 Signed-off-by: Patrick Brady Issue-ID: APPC-1212 --- diff --git a/installation/appc/src/main/docker/Dockerfile b/installation/appc/src/main/docker/Dockerfile index 2265ebf..de75705 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-STAGING-latest +FROM onap/ccsdk-odlsli-image:0.3.0 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)