summaryrefslogtreecommitdiffstats
path: root/standalone
diff options
context:
space:
mode:
authorMohammed Naser <mnaser@vexxhost.com>2018-04-16 10:19:51 -0700
committerMohammed Naser <mnaser@vexxhost.com>2018-04-16 10:21:38 -0700
commit555583b85e88b0767b877bd3cb30301571005884 (patch)
treec6bd18815c1d7ead75b21cbc0e71b2b5248c7121 /standalone
parent75fb4f1f47bfec02aff4b03b2e5ed5a94b86509a (diff)
Pin jnr-unixsocket for Docker plugin to 0.13
The current verison of jnr-unixsocket is 0.12 from the Docker plugin however in order to be able the images for ARM64, it needs the newer version which has support for it. There is work upstream to switch the version to 0.18[0] however it seems that this is still pending, so we can pin it for now until that merges. [0]: https://github.com/fabric8io/docker-maven-plugin/pull/770 Change-Id: I5340a2adad30f0d8cef22b9e67c21e1f36883c14 Issue-ID: CIMAN-154 Signed-off-by: Mohammed Naser <mnaser@vexxhost.com>
Diffstat (limited to 'standalone')
-rw-r--r--standalone/pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/standalone/pom.xml b/standalone/pom.xml
index b5b391b..47e85ec 100644
--- a/standalone/pom.xml
+++ b/standalone/pom.xml
@@ -225,6 +225,13 @@
<groupId>io.fabric8</groupId>
<artifactId>docker-maven-plugin</artifactId>
<version>0.16.5</version>
+ <dependencies>
+ <dependency>
+ <groupId>com.github.jnr</groupId>
+ <artifactId>jnr-unixsocket</artifactId>
+ <version>0.13</version>
+ </dependency>
+ </dependencies>
<inherited>false</inherited>
<configuration>
<images>