jib
jib copied to clipboard
🏗 Build container images for your Java applications.
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...
**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...
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
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...
#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...
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...
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...
**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**: -...
**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...