From b6e36aeb27f0275e0f2e7668f49f817982914374 Mon Sep 17 00:00:00 2001 From: Mohammed Naser Date: Mon, 16 Apr 2018 12:57:21 -0700 Subject: [PATCH] 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/spotify/docker-maven-plugin/pull/379 Change-Id: Id79a08d71b4d60d156979fbcfc42a6ba390c9d1c Issue-ID: CIMAN-154 Signed-off-by: Mohammed Naser --- pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pom.xml b/pom.xml index 7c7b0d6..297ee8d 100644 --- a/pom.xml +++ b/pom.xml @@ -287,6 +287,13 @@ limitations under the License. com.spotify docker-maven-plugin 0.4.11 + + + com.github.jnr + jnr-unixsocket + 0.13 + + true docker-hub -- 2.16.6