I have a multi-module gradle project and one of the modules is a webapp. I added Jib configuration within the webapp build.gradle file to generate the container images. Similarly I have a few modules for command-line applications and I use Jib jar config to create container images. I want to move the Jib specific configuration in new modules to unclutter
Tag: jib
No Main Class found when running a dockerizing image
I have a university project which consist of building a Java Spring Boot application that can handle multiple APIs that can start new docker containers running jar applications. For the moment, I was …
Problem with using jib maven plugin offline for building docker container
I’m following Spring Boot Docker Tutorial from here. I got the exact result while having an internet connection. Now I need to produce the same result in an environment without an internet connection….