jib
jib copied to clipboard
🏗 Build container images for your Java applications.
Using `${project.version}` as tag in maven is common but `SNAPSHOT` can fail on OCI registry cause uppercase, idea would be to automatically lowercase the tag in jib itself.
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. Release notes Sourced from actions/checkout's releases. v5.0.0 What's Changed Update actions checkout to use node 24 by @salmanmkc in actions/checkout#2226 Prepare v5.0.0 release by...
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3 to 5. Release notes Sourced from actions/setup-java's releases. v5.0.0 What's Changed Breaking Changes Upgrade to node 24 by @salmanmkc in actions/setup-java#888 Make sure your runner is...
**Environment**: - *Jib version:* `jib-core` 0.27.3 - *Build tool:* Gradle 8.14.3 - *OS:* Doesn't matter, fails on CI and on different developer systems **Description of the issue**: With the move...
**Environment:** Jib version: 3.4.6 Build tool: Maven 3.9.6 OS: Ubuntu 24.04 LTS (Linux amd64) JDK: Temurin 24.0.1 **Description of the issue:** Attempting to build a Java 24 project using jib-maven-plugin...
Closes https://github.com/GoogleContainerTools/jib/issues/4231
Bumps [com.uber.nullaway:nullaway](https://github.com/uber/NullAway) from 0.10.7 to 0.12.10. Release notes Sourced from com.uber.nullaway:nullaway's releases. NullAway 0.12.10 This release contains significant improvements to inference support for generic method calls in JSpecify mode (#1075)....
Thank you for your interest in contributing! For general guidelines, please refer to the [contributing guide](https://github.com/GoogleContainerTools/jib/blob/master/CONTRIBUTING.md). Please follow the guidelines below before opening an issue or a PR: - [...
Would it be possible to reduce container startup time for images built with JIB by adding a SOCI (Seekable OCI) index? Integrated support in JIB, if that is possible, would...
**Environment**: - *Jib version:* 3.3.1 - *Build tool:* Gradle 7.4 - *OS:* macOS 12 **Description of the issue**: When packaging a Java application with `jib-gradle-plugin` and running the resulting docker...