jib
jib copied to clipboard
๐ Build container images for your Java applications.
### 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...
## 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 ##...
## 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...
**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...
`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...
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...
Bumps org.sonarqube from 4.0.0.2929 to 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...
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...