aboutsummaryrefslogtreecommitdiffstats
path: root/vnfmarket-be/deployment/docker/docker-postgres
diff options
context:
space:
mode:
authorChris Donley <christopher.donley@huawei.com>2018-04-12 12:43:23 -0700
committerChris Donley <christopher.donley@huawei.com>2018-04-13 15:42:43 -0700
commitfeb2fddd4cffd634e48629cc3c7648a3e23ddc1b (patch)
tree76c91435e9d38b384a7ec3e8336c88c70907a2d0 /vnfmarket-be/deployment/docker/docker-postgres
parente345052ecaecde4835b9694251fbdb2110941d90 (diff)
Fix vnfsdk docker naming
updating docker names to include vnfsdk (refrepo, refrepo/postgres) Issue-ID: VNFSDK-251 Change-Id: I0e9843bb6e259a6374dbc61c8fdec3d20902bb54 Signed-off-by: Chris Donley <christopher.donley@huawei.com>
Diffstat (limited to 'vnfmarket-be/deployment/docker/docker-postgres')
-rw-r--r--vnfmarket-be/deployment/docker/docker-postgres/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/vnfmarket-be/deployment/docker/docker-postgres/pom.xml b/vnfmarket-be/deployment/docker/docker-postgres/pom.xml
index be4594c8..eb0b88c3 100644
--- a/vnfmarket-be/deployment/docker/docker-postgres/pom.xml
+++ b/vnfmarket-be/deployment/docker/docker-postgres/pom.xml
@@ -57,7 +57,7 @@
<skipDocker>${docker.skip}</skipDocker>
<images>
<image>
- <name>onap/refrepo/postgres</name>
+ <name>onap/vnfsdk/refrepo/postgres</name>
<alias>postgres</alias>
<build>
<cleanup>try</cleanup>
@@ -77,7 +77,7 @@
</goals>
<configuration>
<removeAll>true</removeAll>
- <image>onap/refrepo/postgres</image>
+ <image>onap/vnfsdk/refrepo/postgres</image>
</configuration>
</execution>
@@ -99,7 +99,7 @@
<goal>push</goal>
</goals>
<configuration>
- <image>onap/refrepo/postgres</image>
+ <image>onap/vnfsdk/refrepo/postgres</image>
</configuration>
</execution>
</executions>