diff options
author | mmis <michael.morris@ericsson.com> | 2018-03-14 12:35:35 +0000 |
---|---|---|
committer | mmis <michael.morris@ericsson.com> | 2018-03-14 14:11:37 +0000 |
commit | 6dc5a2487d476e204a5d350ac5eaf8eb42d988a8 (patch) | |
tree | 28cd6e049fbcb781d7f25cd77dec975c3ee4741d /README.md | |
parent | a4f7d7f89afa8296c892be8c906b23098aa7b0d0 (diff) |
Renamed docker images
Renamed from:
onap/policy/policy-nexus
to
onap/policy-nexus
and updated references to renamed onap/policy-pe and onap/policy-drools.
This enables consistent naming across nexus and docker hub
Issue-ID: POLICY-674
Change-Id: Id28ea0db973b58582bc368b0a6f92c552c54c2db
Signed-off-by: mmis <michael.morris@ericsson.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ To build the policy-nexus docker image, run the 'docker build' command on the fo policy-nexus For example: -docker build -t onap/policy/policy-nexus policy-nexus +docker build -t onap/policy-nexus policy-nexus In addition, this source repository contains a docker-compose.yml file and associated configuration files (in the 'config' directory) that can be used to start up the ONAP Policy Engine docker containers |