summaryrefslogtreecommitdiffstats
path: root/auth/docker
diff options
context:
space:
mode:
authorManjunath Ranganathaiah <manjunath.ranganathaiah@intel.com>2018-08-24 12:44:52 -0700
committerManjunath Ranganathaiah <manjunath.ranganathaiah@intel.com>2018-09-04 13:29:13 +0000
commit69868d865a54038beb2fff0f09d7ee6c4a8c6990 (patch)
tree51a994061b8ebb649b362f8642540dc03e23b37f /auth/docker
parente0a2e0d0c79dcaf4532d0ca3aeefd3f5546af404 (diff)
Use base image from onap nexus repo
Now the base images are available in onap nexus repo and can be used from there. Also softhsm, tpm plugin and import tool are pre-installed in this image. Change-Id: I8ed88482ac6ccfd65bb6e2ccfaf9d028f2525143 Issue-ID: AAF-449 Signed-off-by: Manjunath Ranganathaiah <manjunath.ranganathaiah@intel.com>
Diffstat (limited to 'auth/docker')
-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}