aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Brady <pb071s@att.com>2018-09-28 10:02:07 -0700
committerPatrick Brady <pb071s@att.com>2018-09-28 10:02:12 -0700
commiteed284744e91b768d7c5ddf994da66f16d921121 (patch)
treefd435308e1b280a0d3bd05d5b7bd6e9d57d40368
parent091fa0b5b88b1a3d0f4189d7be554c99505244b2 (diff)
Change ccsdk docker version
The 0.3.0-STAGING version does not work. This new version is the correct one to be using. Change-Id: I446bdcc1502af7ec818d4185bd67c5550c486452 Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-1209
-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 d3b4b09..2265ebf 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-STAGING
+FROM onap/ccsdk-odlsli-image:0.3-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)