Hacker News new | ask | show | jobs
by pillfill 2906 days ago
It'll be really interesting to see where this goes. We currently use Fabric8's Docker Maven Plugin (https://dmp.fabric8.io/) for our Java-based containers. It's a little verbose but works really well- it allows us to run our integration tests directly against the final container images (+ any container dependencies) as part of the standard Maven build.
2 comments

I wish fabric8 had Gradle support.

This ticket implies that it isn't "build tool agnostic" (https://github.com/fabric8io/fabric8-maven-plugin/issues/609...) and I found a few github repos that are "gradle plugins" for Fabric8 but they only had a few stars or were out of date.

The Fabric8 Maven plugin is awesome. It has some rough edges, but streamlines a ton of things.