jib icon indicating copy to clipboard operation
jib copied to clipboard

๐Ÿ— Build container images for your Java applications.

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

### Summary This PR fixes the issue where the update check incorrectly reports an older version as a newer one. For example, it reported `3.4.6` as newer even when the...

**Environment**: - *Jib version:* 3.5.0 - *Build tool:* Maven - *OS:* Mac Tahoe 26.1 **Description of the issue**: When using jib-maven-plugin version 3.5.0, the plugin reports that 3.4.6 is a...

type:bug
priority: p3

To be merged after the release is complete.

PR: Merge After Release

## Requirements - [x] โš ๏ธ Ensure the release process has succeeded before proceeding ## GCS - [x] Run `./jib-maven-plugin/scripts/update_gcs_latest.sh 3.5.1` script to update GCS with the latest version number ##...

release
priority: p3
type: process

## Requirements - [ ] โš ๏ธ Ensure the release process has succeeded before proceeding ## GCS - [x] Run `./jib-gradle-plugin/scripts/update_gcs_latest.sh 3.5.1` script to update GCS with the latest version number...

priority:p3
release
type: process

**Environment**: - *Jib version:* 3.5.1 - *Build tool:* Gradle: 9.2.1 - *OS:* MacOS 15.7.1 **Description of the issue**: Projects compiling with Scala 2.13 and Java 25 fail main class inference...

priority: p2
type:bug

`skaffold dev` after upgrading to `Gradle 9.0.0` Skaffold calls out to this command which fails: ``` ./gradlew _skaffoldFailIfJibOutOfDate -Djib.requiredVersion=1.4.0 :_jibSkaffoldFilesV2 -q --console=plain ``` Error log: ``` ./gradlew _skaffoldFailIfJibOutOfDate -Djib.requiredVersion=1.4.0 :_jibSkaffoldFilesV2...

priority: p3
type: feature request

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 6. Release notes Sourced from actions/download-artifact's releases. v6.0.0 What's Changed BREAKING CHANGE: this update supports Node v24.x. This is not a breaking change per-se but...

dependencies
github_actions

Bumps org.sonarqube from 4.0.0.2929 to 7.0.1.6134. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.sonarqube&package-manager=gradle&previous-version=4.0.0.2929&new-version=7.0.1.6134)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands...

dependencies
java

Hi when enabling credentials over http and http fallback, ConnectTimeoutException doesn't seem to be handled so it never falls back. I assume it got broken in a dep upgrade maybe...

type:bug
priority: p3