version: '2'
 services:
    mariadb:
-      image: ecomp-nexus:51220/policy/policy-db
-#      build:
-#         context: ./policy-db
+      image: openecomp/policy/policy-db
       container_name: mariadb
       hostname: mariadb
       ports:
        - "3306:3306"
    nexus:
-      image: ecomp-nexus:51220/policy/policy-nexus
-#      build:
-#         context: ./policy-nexus
+      image: openecomp/policy/policy-nexus
       container_name: nexus
       hostname: nexus
    pap:
-      image: ecomp-nexus:51220/policy/policy-pe
-#      build:
-#         context: ./policy-pe
+      image: openecomp/policy/policy-pe
       container_name: pap
       depends_on: 
        - mariadb
       volumes:
        - ./config/pe:/tmp/policy-install/config
    pdp:
-      image: ecomp-nexus:51220/policy/policy-pe
-#      build:
-#         context: ./policy-pe
+      image: openecomp/policy/policy-pe
       container_name: pdp
       depends_on: 
        - pap
       volumes:
        - ./config/pe:/tmp/policy-install/config
    pypdp:
-      image: ecomp-nexus:51220/policy/policy-pe
-#      build:
-#         context: ./policy-pe
+      image: openecomp/policy/policy-pe
       container_name: pypdp
       depends_on: 
        - pap
       volumes:
        - ./config/pe:/tmp/policy-install/config
    brmsgw:
-      image: ecomp-nexus:51220/policy/policy-pe
-#      build:
-#         context: ./policy-pe
+      image: openecomp/policy/policy-pe
       container_name: brmsgw
       depends_on: 
        - pap
       volumes:
        - ./config/pe:/tmp/policy-install/config
    drools:
-      image: ecomp-nexus:51220/policy/policy-drools
-#      build:
-#         context: ./policy-drools
+      image: openecomp/policy/policy-drools
       container_name: drools
       depends_on: 
        - mariadb
 
-FROM ecomp-nexus:51220/policy/policy-base
+FROM openecomp/policy/policy-base
 
 RUN mkdir -p /opt/app/policy /tmp/policy-install && chown policy /opt/app/policy /tmp/policy-install
 WORKDIR /tmp/policy-install
 
-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,
 
-FROM ecomp-nexus:51220/policy/policy-base
+FROM openecomp/policy/policy-base
 
 RUN mkdir -p /opt/app/policy /tmp/policy-install && chown policy /opt/app/policy /tmp/policy-install
 
 
        <name>Docker build</name>
        <description>OpenECOMP Policy Docker Build</description>
 
+       <properties>
+               <nexusproxy>https://nexus.openecomp.org</nexusproxy>
+       </properties>
+
        <repositories>
                <repository>
                        <id>central</id>