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 able to experiment how Spring Boot works, so I built a simple jar to deploy a simple greeting API that returns “Hello World!” So I have built
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. I copied maven repositories and docker image into the new environment. I’m quite sure maven and docker is up and running. When I tried to run following