jib
jib copied to clipboard
🏗 Build container images for your Java applications.
## Requirements - [ ] ⚠️ Ensure the release process has succeeded before proceeding ## GCS - [ ] Run `./jib-maven-plugin/scripts/update_gcs_latest.sh 3.4.4` script to update GCS with the latest version...
## Requirements - [ ] ⚠️ Ensure the release process has succeeded before proceeding ## GCS - [ ] Run `./jib-gradle-plugin/scripts/update_gcs_latest.sh 3.4.4` script to update GCS with the latest version...
## Requirements - [ ] ⚠️ Ensure the release process has succeeded before proceeding ## Github - [ ] Update [CHANGELOG.md](https://github.com/GoogleContainerTools/jib/blob/master/jib-core/CHANGELOG.md) - [ ] Update [README.md](https://github.com/GoogleContainerTools/jib/blob/master/jib-core/README.md) - [ ] Publish...
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: - [...
#4311 1. Fixed gradle and maven integration tests to make mock docker executable output OSType and Architecture. As discovered in https://github.com/GoogleContainerTools/jib/issues/4311#issuecomment-2405793374, Jib ran successfully when the `docker` client was used...
**Environment**: - *Jib version:* 3.4.3 - *Build tool:* Gradle 8.10 - *OS:* Mac OS **Description of the issue**: When multiple platforms are configured, Jib fails in `jibBuildTar` Gradle task when...
Officially moving https://github.com/GoogleContainerTools/jib/pull/4299 to an issue for better tracking. The `SingleProjectIntegrationTest#testBuild_dockerClient` test is getting stuck indefinitely with no progress: ``` 2024-08-26T10:48:27.892-0400 [DEBUG] [TestEventLogger] com.google.cloud.tools.jib.gradle.SingleProjectIntegrationTest > testBuild_dockerClient STARTED 2024-08-26T10:48:37.334-0400 [LIFECYCLE] [org.gradle.cache.internal.DefaultFileLockManager]...
Fixes #4067🛠️ I ran all tests using `./gradlew clean goJF build integrationTest`. I ran all tests but skipped `testBuild_dockerClient` and `testExecute_dockerClient` because these got stuck on my machine. Maybe related...
**Environment**: - *Jib version:* 3.3.1 - *Build tool:* Maven 3.8.1 - *OS:* macOS 13.2 **Description of the issue**: Configuring the `` element does not actually exclude the provided files and...