Skip to content

Commit

Permalink
Pin jnr-unixsocket for Docker plugin to 0.13
Browse files Browse the repository at this point in the history
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]: spotify/docker-maven-plugin#379

Change-Id: Id79a08d71b4d60d156979fbcfc42a6ba390c9d1c
Issue-ID: CIMAN-154
Signed-off-by: Mohammed Naser <[email protected]>
  • Loading branch information
mnaser authored and foo1bus2 committed May 23, 2018
1 parent 91b69e6 commit b6e36ae
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,13 @@ 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>
Expand Down

0 comments on commit b6e36ae

Please sign in to comment.