aboutsummaryrefslogtreecommitdiffstats
path: root/cps-parent
diff options
context:
space:
mode:
authorRishi.Chail <rishi.chail@est.tech>2021-03-30 14:02:03 +0100
committerRishi.Chail <rishi.chail@est.tech>2021-03-31 11:12:22 +0100
commit475bab5e3448f3eb7f9c399b295fd2349339e43a (patch)
treee54725e3e7aa3c977e8d9def57ab89ca89c9095a /cps-parent
parent6f01b42f24d3d44febd09904d63d4afb43377cb5 (diff)
Use ONAP recommended base Java Docker image
Issue-ID: CPS-304 Signed-off-by: Rishi.Chail <rishi.chail@est.tech> Change-Id: I71db1d9c85225a33dd9fc4f2e5f7045d71ad3843
Diffstat (limited to 'cps-parent')
-rwxr-xr-xcps-parent/pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/cps-parent/pom.xml b/cps-parent/pom.xml
index a11b7f460..6536cc878 100755
--- a/cps-parent/pom.xml
+++ b/cps-parent/pom.xml
@@ -3,6 +3,7 @@
============LICENSE_START=======================================================
Copyright (c) 2021 Pantheon.tech.
Modifications Copyright (C) 2021 Bell Canada.
+ Modifications Copyright (C) 2021 Nordix Foundation.
================================================================================
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -36,7 +37,7 @@
<properties>
<app>org.onap.cps.Application</app>
- <base.image>openjdk:11-jre-slim</base.image>
+ <base.image>nexus3.onap.org:10001/onap/integration-java11:8.0.0</base.image>
<java.version>11</java.version>
<minimum-coverage>0.9</minimum-coverage>
<nexusproxy>https://nexus.onap.org</nexusproxy>