diff options
author | Taka Cho <tc012c@att.com> | 2018-09-07 11:23:45 -0400 |
---|---|---|
committer | Taka Cho <tc012c@att.com> | 2018-09-07 11:24:21 -0400 |
commit | 60c63ceeaa95279c15467d7c76916933f36303e7 (patch) | |
tree | f46e2df08a4ecca4a013560d887ed485f9aa7a4e /installation | |
parent | ac1ec7d7f53811eec6b07238e273fbf4b6242b6d (diff) |
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 <tc012c@att.com>
Diffstat (limited to 'installation')
-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 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) |