aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArul.Nambi <arul.nambi@amdocs.com>2018-08-13 11:08:26 -0400
committerArul.Nambi <arul.nambi@amdocs.com>2018-08-13 11:08:42 -0400
commit3d0feeb6c214fc38a5039f9866d0f786be1fd57a (patch)
tree4e851ce31a7308fc49f4367edf0e84871483bcee
parent0f03ce7eea220df68d84a7f0f088a38ebb088039 (diff)
Fixing the docker jenkins job
Issue-ID: AAI-1449 Change-Id: I2e09ae46d0c2c903fd587a45d9daee339ca79d34 Signed-off-by: Arul.Nambi <arul.nambi@amdocs.com>
-rw-r--r--pom.xml7
-rw-r--r--src/main/docker/Dockerfile2
2 files changed, 1 insertions, 8 deletions
diff --git a/pom.xml b/pom.xml
index 7b0a651..6294bbd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -341,13 +341,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>
diff --git a/src/main/docker/Dockerfile b/src/main/docker/Dockerfile
index 6ccffec..9ef6cb5 100644
--- a/src/main/docker/Dockerfile
+++ b/src/main/docker/Dockerfile
@@ -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