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

Similar to what #2727 did for image name and tags, it would be great to be able to have lazy evaluation for `creationTime` and `filesModificationTime`, e.g. to set times to...

p3
area/jib-gradle-plugin
kind/feature

**Environment**: MacOS, Windows, Linux - *Jib version:* 0.10.0 - *Build tool*: Gradle 7.3.3 - *OS:* MacOS **Description of the issue**: Distribute jib via SDKMAN! **Expected behavior**: The jib CLI ZIP...

p3
kind/feature

Continuation of https://github.com/GoogleContainerTools/jib/issues/3518 I'm interested in being able to configure `enablePlatformTags` via the gradle plugin. I think this is the path to do that as described in https://github.com/GoogleContainerTools/jib/pull/3523#issuecomment-1050424524.

Create integration tests once the system is fully integrated - [ ] BuildFiles.createJibContainerBuilder

p3
good first issue
kind/tech debt
area/jib-cli

hello guys, I use `jib-maven-plugin` to build my springboot project, it works well, but `Container entrypoint set to [java, -cp, @/app/jib-classpath-file ` will lock and spend a long time, about...

area/jib-maven-plugin
p4
kind/user-question
area/jib-gradle-plugin

#3415 downgraded Google HTTP libraries to resolve #3058 and #3409. However, we cannot delay upgrading libraries indefinitely. Moreover, even if we downgraded them, Gradle and Maven can still pull in...

p2
kind/bug
help wanted
upcoming

Today the `jib.to.image` is configured statically in a Gradle task or via cli arguments. This only works in very simple scenarios where Gradle is really only build/pushing the image or...

p4
team starter bug

Although jib is thread-safe, it should be smarter. Jib doesn't currently lock the base image cache when downloading a base image, but instead downloads into a temporary directory and then...

area/jib-core
p3
kind/feature

**Environment**: - *Jib version:* 3.2.1 - *Build tool:* Gradle - *OS:* MacOS, M1 **Description of the issue**: The `jibBuildTar` is UP-TO-DATE although the `compileJava` task is not. **Expected behavior**: -...

p2
kind/bug
team starter bug

**Environment**: - *Jib version:* `3.2.1` - *Build tool:* Gradle - *OS:* Mac OS Monterey 12.4, M1 **Description of the issue**: The property reference `jib.container.appRoot` returns root container directory instead of...

PR: Not Ready
priority:p4
enhancement