Top "Jib" questions

Jib is a container image builder that handles all the steps of packaging your application into a container image.

How to pass credentials for jenkins to push a docker image to my own registry?

JHipster now uses the maven-jib-plugin. Before that, my jenkins server running in a docker-container was able to build a docker …

jenkins-pipeline jhipster jib
How to build the docker image using jib-maven-plugin, but not push by default?

I have a simple SpringBoot application and I want to build docker image using Jib Maven plugin. Following is my …

spring-boot maven jib
Jib - How to use environmental variables from base image

I have a base java image with some pre defined java_opts as a environmental variable. How can I use …

maven jib