From 60c63ceeaa95279c15467d7c76916933f36303e7 Mon Sep 17 00:00:00 2001 From: Taka Cho Date: Fri, 7 Sep 2018 11:23:45 -0400 Subject: [PATCH] change odl base image to 0.3.0-SNAPSHOT update Dockerfile for the lastest odlsli image Change-Id: Iffbc0fa24ff6e05a536315cd2695b2a2b2331ae3 Issue-ID: APPC-1201 Signed-off-by: Taka Cho --- installation/appc/src/main/docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installation/appc/src/main/docker/Dockerfile b/installation/appc/src/main/docker/Dockerfile index bc1c352..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-SNAPSHOT-STAGING-20180820T131143Z +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) -- 2.16.6