diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2017-02-20 10:37:15 -0500 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2017-02-20 14:56:57 -0500 |
commit | 95ed460ebc52baeaf51677b4f210b69ef84e3ff4 (patch) | |
tree | b860b6d51d40a51484d371889ad1d5ccdea769fd /policy-nexus/Dockerfile | |
parent | 5f42f21a6cf11d9ac1e912a213df2d62527d1e35 (diff) |
no hardcode nexus
Change-Id: I72f0c02e7d3b8a72502efa5e383b8e44c28d516b
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 68ee9178..6bfd01d7 100644 --- a/policy-nexus/Dockerfile +++ b/policy-nexus/Dockerfile @@ -1,4 +1,4 @@ -FROM ecomp-nexus:51220/policy/policy-os +FROM openecomp/policy/policy-os # note that in following command sequence, wget exit status is 1 even on success, |