diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2017-03-30 12:46:08 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2017-03-30 13:43:52 -0400 |
commit | 9bd4bf6ac4aa36b7c16ff002d5262e577f08c14f (patch) | |
tree | 7fc7de7f649c06e3af5bb38002d88e08d5a3cb18 /policy-nexus/Dockerfile | |
parent | 18882a02287cc431144612ac87a5a3473693c067 (diff) |
update Dockerfile to onap
Change-Id: I9c5229cdc79a7dfc5f74d919c58aa579084fef55
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'policy-nexus/Dockerfile')
-rw-r--r-- | policy-nexus/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/policy-nexus/Dockerfile b/policy-nexus/Dockerfile index 6bfd01d7..ab3e345f 100644 --- a/policy-nexus/Dockerfile +++ b/policy-nexus/Dockerfile @@ -1,4 +1,4 @@ -FROM openecomp/policy/policy-os +FROM onap/policy/policy-os # note that in following command sequence, wget exit status is 1 even on success, |