Fixing the docker jenkins job 35/60335/1
authorArul.Nambi <arul.nambi@amdocs.com>
Mon, 13 Aug 2018 15:14:16 +0000 (11:14 -0400)
committerArul.Nambi <arul.nambi@amdocs.com>
Mon, 13 Aug 2018 15:14:42 +0000 (11:14 -0400)
Issue-ID: AAI-1449
Change-Id: I4f4e03f4db51a01d6f50b74bcb365e99844d0068
Signed-off-by: Arul.Nambi <arul.nambi@amdocs.com>
pom.xml
src/main/docker/Dockerfile

diff --git a/pom.xml b/pom.xml
index f2ccb0d..7420475 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -369,13 +369,6 @@ limitations under the License.
                 <groupId>com.spotify</groupId>
                 <artifactId>docker-maven-plugin</artifactId>
                 <version>0.4.11</version>
-                <dependencies>
-                    <dependency>
-                        <groupId>com.github.jnr</groupId>
-                        <artifactId>jnr-unixsocket</artifactId>
-                        <version>0.13</version>
-                    </dependency>
-                </dependencies>
                 <configuration>
                     <verbose>true</verbose>
                     <serverId>docker-hub</serverId>
index c643b2e..1652d90 100644 (file)
@@ -10,7 +10,7 @@ RUN apt-get update && apt-get install -y software-properties-common
 ## sudo -E is required to preserve the environment. If you remove that line, it will most like freeze at this step
 RUN sudo -E add-apt-repository ppa:openjdk-r/ppa && apt-get update && apt-get install -y openjdk-8-jdk
 ## Setup JAVA_HOME, this is useful for docker commandline
-ENV JAVA_HOME /usr/lib/jvm/java-8-openjdk-$(dpkg --print-architecture)
+ENV JAVA_HOME /usr/lib/jvm/java-8-openjdk--amd64
 RUN export JAVA_HOME
 
 # Build up the deployment folder structure