jib
jib copied to clipboard
🏗 Build container images for your Java applications.
As of now, we only support constructing and pushing a Docker manifest list. Also consider the case of `jib:dockerBuild` and `jib:buildTar` (#2743).
**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...
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.
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...
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.
**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...
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...
**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...
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...
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.