jib icon indicating copy to clipboard operation
jib copied to clipboard

🏗 Build container images for your Java applications.

Results 339 jib issues
Sort by recently updated
recently updated
newest added

Experiencing this issue when trying to Jib up the Groovy project at https://github.com/coollog/skaffold-code.one/tree/master/frontend-service ``` * What went wrong: Execution failed for task ':jib'. > java.lang.IllegalArgumentException (no error message) * Try:...

type:documentation
priority:p4

We found that right now we are not able to use Adoptiom/Temurin docker base image with the new version of Java 17 because they provide only full JDK docker images...

priority:p3
enhancement

**Description of the issue**: We use jib-core to implement tooling to deal with a large number of docker images. Some of these are large, build with the docker cli then...

area/jib-core
p3
kind/feature

It will be very convenient having jib-cli.jar to be published into maven central to be able to download it with maven dependency resolution tools.

p3
area/jib-cli
kind/feature

I've had to set the base image in quite a few integration tests. This will all work fine for a year or two, but we should back it out at...

p3
kind/tech debt

Thank you @chanseokoh for this thorough and well written explanation ! You've made clear, precise and wise points that have changed my mind :). We are using Jib with Spring...

area/jib-maven-plugin
p3
area/jib-gradle-plugin
kind/feature

TODO

area/jib-core
p3
kind/tech debt

**Environment**: - *Jib version:* 3.1.2 - *Build tool:* Maven 3.6.3 - *OS:* mac OS 10.15.7(19H2) **Description of the issue**: When I build(or dockerBuild) with below configuration shows up this error...

priority:p3
type: feature request

**Environment**: - *Jib version:* 3.0.0 - *Build tool:* `jib-gradle-plugin` - *OS:* Mac OSX 11.1 (20C69) **Description of the issue**: The gradle task `_jibSkaffoldFilesV2` (used by skaffold) fails when defining implementation...

priority:p3
area/jib-gradle-plugin
type:bug

The way we took to fix #727 and #523 was to add TAR archive entries to enumerate all parent directories of any given file and explicitly set permissions for those...

area/jib-maven-plugin
area/jib-core
priority:p4
area/jib-gradle-plugin
area/jib-cli
type:bug