Skip to content

project-aries/docker-java-shaded

Repository files navigation

docker-java-shaded

Shaded/Shadow/Uber/Fat/All version of the docker-java library

Status

Questions CI Release
Stack Overflow Build Status docker-java-shaded

Motivation

As the current maintainer of the gradle-docker-plugin project we had a need to use a shaded version of docker-java to get around various buildscript clobberring issues. As the folks at the docker-java project are busy with other things, and can't immediately make this happen, I decided to go ahead and code something myself until they have the free time in which to do so.

If a new release of docker-java happens that I miss, and you'd like a new version of this library spun up based on it, just open an ISSUE and ask.

If a security vulnerability arises, and an internal dependency needs to be bumped, and assuming the docker-java can't be easily updated, then just open an ISSUE and note the library and we can spin a new point release to accommadate you and the greater community.

Latest Release

Can be sourced from jcenter like so:

<dependency>
    <groupId>com.aries</groupId>
    <artifactId>docker-java-shaded</artifactId>
    <version>X.Y.Z</version>
</dependency>

Additional Resources