diff options
author | Patrick Brady <patrick.brady@att.com> | 2018-10-08 15:06:30 -0700 |
---|---|---|
committer | Patrick Brady <patrick.brady@att.com> | 2018-10-08 15:06:33 -0700 |
commit | dabc04fb1363f64a7e8d3a592b4607b506c20bac (patch) | |
tree | d21ccfe796e47e4b246b798363f7ce50bbf96d24 | |
parent | 2e42fdc74b73eb2817b66e7ea75980205c763cf2 (diff) |
Change to released ccsdk docker image
Change-Id: I395b86f9583abf3261820cb7b26b354dcaf8a242
Signed-off-by: Patrick Brady <patrick.brady@att.com>
Issue-ID: APPC-1212
-rw-r--r-- | installation/appc/src/main/docker/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
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) |