aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Brady <pb071s@att.com>2018-08-24 14:46:51 -0700
committerPatrick Brady <pb071s@att.com>2018-08-24 14:46:57 -0700
commit164b7939fd3bc3e43c8dfdc00ee5827dc55adef2 (patch)
tree12b34750b24e971853c825b72dd2a9470a28e970
parent7aa0e5d33426ff2b9e92635c38d0041dfd17e687 (diff)
Change ccsdk image version
The version 0.3.0 does not exist. Switching to version 0.3.0-SNAPSHOT which does exist. Change-Id: I40e498c6b920ff91d4772c6e076d100db8ff4907 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-1175
-rw-r--r--installation/appc/src/main/docker/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/installation/appc/src/main/docker/Dockerfile b/installation/appc/src/main/docker/Dockerfile
index de75705..4800064 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
+FROM onap/ccsdk-odlsli-image:0.3.0-SNAPSHOT
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)