rkt
by coreos and their appc standard seem to be quite promising. Is there already a gradle plugin available to aid creating appc container images (preferably with spring boot integration)?
I'm not aware of a gradle plugin to do this.
The recommended way to build appc images is to use the acbuild tool. As this is designed to by scripted, it should be easy to create a script and execute that with Gradle.