Skip to main content

Java

Accelerating Java Application Container Image Builds with Google JIB
·367 words·2 mins
JIB Overview # Jib is Google’s newly open-sourced tool for building Docker images for Java applications. It can generate images and push them to a registry directly via Gradle or Maven, without requiring a Dockerfile or any other plugins.