summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMohammed Naser <mnaser@vexxhost.com>2018-04-16 10:02:48 -0700
committerMohammed Naser <mnaser@vexxhost.com>2018-04-16 10:09:42 -0700
commit6f66c913d1e7a23855f142ce5f87f3946cdc7016 (patch)
treed7b41ed01326e5657c66157d2a8d90d387570083
parent00e75cc74e5c93a25136d4576ffe23878ca1825c (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: I0ed6216a76058a27133ffbab4af50cb8b8bbcd9a Issue-ID: CIMAN-154 Signed-off-by: Mohammed Naser <mnaser@vexxhost.com>
-rw-r--r--distribution/pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/distribution/pom.xml b/distribution/pom.xml
index 4021bf9..5c8eb0b 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -289,6 +289,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>