summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Gathman <jonathan.gathman@att.com>2018-09-06 13:57:17 +0000
committerGerrit Code Review <gerrit@onap.org>2018-09-06 13:57:17 +0000
commitdcfbbb1be9bbdc8c9ddd68899ca185b39ebd81b8 (patch)
tree1b27d04893548ed73e8cda55ff85c0a1d13478d7
parent9a5816086a2a4bbd410852ce52726c43b3cb6e89 (diff)
parent69868d865a54038beb2fff0f09d7ee6c4a8c6990 (diff)
Merge "Use base image from onap nexus repo"
-rw-r--r--auth/docker/Dockerfile.client2
-rw-r--r--auth/docker/Dockerfile.config2
-rw-r--r--auth/docker/Dockerfile.core2
3 files changed, 3 insertions, 3 deletions
diff --git a/auth/docker/Dockerfile.client b/auth/docker/Dockerfile.client
index 64ed4c03..aed42212 100644
--- a/auth/docker/Dockerfile.client
+++ b/auth/docker/Dockerfile.client
@@ -1,4 +1,4 @@
-FROM rmannfv/aaf-base:xenial
+FROM nexus3.onap.org:10001/onap/aaf/aaf-base-xenial:latest
MAINTAINER AAF Team, AT&T 2018
ENV VERSION=${AAF_VERSION}
diff --git a/auth/docker/Dockerfile.config b/auth/docker/Dockerfile.config
index 60e82ad1..3402fe54 100644
--- a/auth/docker/Dockerfile.config
+++ b/auth/docker/Dockerfile.config
@@ -1,4 +1,4 @@
-FROM rmannfv/aaf-base:xenial
+FROM nexus3.onap.org:10001/onap/aaf/aaf-base-xenial:latest
MAINTAINER AAF Team, AT&T 2018
ENV VERSION=${AAF_VERSION}
diff --git a/auth/docker/Dockerfile.core b/auth/docker/Dockerfile.core
index b54dce77..c511563a 100644
--- a/auth/docker/Dockerfile.core
+++ b/auth/docker/Dockerfile.core
@@ -1,4 +1,4 @@
-FROM rmannfv/aaf-base:xenial
+FROM nexus3.onap.org:10001/onap/aaf/aaf-base-xenial:latest
MAINTAINER AAF Team, AT&T 2018
ENV VERSION=${AAF_VERSION}