Use openjdk:8 base image for genprocessor-job 52/101852/1
authorAndrew Gauld <agauld@att.com>
Mon, 17 Feb 2020 20:36:00 +0000 (20:36 +0000)
committerAndrew Gauld <agauld@att.com>
Mon, 17 Feb 2020 20:37:09 +0000 (20:37 +0000)
Change-Id: Ic2b451acd90b95d819c88f030f388124b71326c5
Issue-ID: DCAEGEN2-2083
Signed-off-by: Andrew Gauld <agauld@att.com>
mod/genprocessor/pom.xml

index a784ec5..6afc9de 100644 (file)
@@ -152,7 +152,7 @@ limitations under the License.
               <name>onap/${project.groupId}.${project.artifactId}-job</name>
               <registry>${onap.nexus.dockerregistry.daily}</registry>
               <build>
-                <from>openjdk:8-jre-alpine</from>
+                <from>openjdk:8</from>
                 <tags>
                   <tag>latest</tag>
                   <tag>${project.version}</tag>