jib icon indicating copy to clipboard operation
jib copied to clipboard

🏗 Build container images for your Java applications.

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

As of now, we only support constructing and pushing a Docker manifest list. Also consider the case of `jib:dockerBuild` and `jib:buildTar` (#2743).

area/jib-maven-plugin
area/jib-core
priority:p4
area/jib-gradle-plugin
enhancement

**Description of the issue**: The docker build requires docker CLI to load the image built by jib to the docker daemon. It would be great if you could remove this...

area/jib-maven-plugin
area/jib-core
priority:p3
area/jib-gradle-plugin
enhancement

Please see here: https://youtrack.jetbrains.com/issue/IDEA-293673/IDEA-does-not-provide-auto-completion-for-Jib-s-properties-e-g-c#focus=Comments-27-6059779.0-0.

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

In a persistant VM I can get my jib build process down to 6-12 sec thanks to Gradle daemon already running. In an ephemeral CI/CD Docker container (Github Actions) my...

p3
discuss

I think this is a low priority work at the moment. For multi-platform image building, the user may want to provide different binaries and files for different platforms.

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

**Environment**: - *Jib version: 3.2.1 - *Build tool:* Gradle 7.4.0 - *OS:* Windows **Description of the issue**: A gradle sourceSet has a common output as sourceSets.main.output When an additional output...

priority:p3
discuss
enhancement

It would be nice if `networkaddress.cache.ttl` could easily be specified for jib-based images. Currently the `java.security` policy file simply contains `-1`, which is the default behavior (which may be "cache...

priority:p3
discuss

**Environment**: - *Jib version:* 2.5.0 - *Build tool:* gradle - *OS:* macos/linux **Description of the issue**: When `containerizingMode = "packaged"` is enabled jib tasks fail with `Obtaining project build output...

p4
kind/user-question
area/jib-gradle-plugin
good first issue
kind/feature

As discussed in a few issues, I've been kicking around ways to solve for some of the constraints i've bumped into using Jib and the OOTB jib gradle plugin, and...

p4

fixes #2195 Would like more time to work on this, moving to 2.2.0 milestone. I'd rather not accidentally break anyone to push this change in.

PR: Not Ready
cla: yes