diff options
author | Patrick Brady <pb071s@att.com> | 2018-05-02 10:35:13 -0700 |
---|---|---|
committer | Patrick Brady <pb071s@att.com> | 2018-05-02 10:35:21 -0700 |
commit | e57a4edf7a69fc1fc26e70721aed3ea355dd5766 (patch) | |
tree | 95e8b19f0b5ce5a08bed67ed32c79ac4123b7c77 | |
parent | 37e68e29be1b7bf30fec10adfc59c898c5dc0157 (diff) |
Change ccsdk docker version
Updating ccsdk docker version to match the ccsdk version
change that had to be made since the old snapshots have
expired from nexus.
Change-Id: Ib2cd7ef2c61182eb13cf4f641364bbd3c639bf69
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-ID: CCSDK-261
-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 6b5dbc8..bc82f7a 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.2.1-SNAPSHOT +FROM onap/ccsdk-odlsli-image:0.2.2-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) |