aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorToine Siebelink <toine.siebelink@est.tech>2021-04-01 11:40:06 +0000
committerGerrit Code Review <gerrit@onap.org>2021-04-01 11:40:06 +0000
commit2b0b0368cf6c62f8c05ed8a98a701e1102427861 (patch)
tree76db534d285c9a341937a71f30015602b7feec1b
parentff4832e4ed2a5b6aaf9093f7d229c27c5d5b9aa5 (diff)
parent475bab5e3448f3eb7f9c399b295fd2349339e43a (diff)
Merge "Use ONAP recommended base Java Docker image"
-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>