diff options
author | Patrick Brady <pb071s@att.com> | 2018-08-27 12:54:25 -0700 |
---|---|---|
committer | Patrick Brady <pb071s@att.com> | 2018-08-27 12:54:28 -0700 |
commit | 65b44f9c209b54b308b4b738c1077af53e1a871e (patch) | |
tree | 2bdb651e8e371c0052d687415dafc7dc917e8dd5 | |
parent | 164b7939fd3bc3e43c8dfdc00ee5827dc55adef2 (diff) |
Switch to working version of ccsdk image
Tempoary switch since the latest ccsdk odlsli docker
image is not working.
Change-Id: I778e1be1d2c30211a1a4a6af33884076beae3407
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-ID: CCSDK-489
-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 4800064..bc1c352 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.0-SNAPSHOT +FROM onap/ccsdk-odlsli-image:0.3.0-SNAPSHOT-STAGING-20180820T131143Z 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) |