build(gradle): Use TinyJib instead of Jib#4513
Draft
sschuberth wants to merge 2 commits intoeclipse-apoapsis:mainfrom
Draft
build(gradle): Use TinyJib instead of Jib#4513sschuberth wants to merge 2 commits intoeclipse-apoapsis:mainfrom
sschuberth wants to merge 2 commits intoeclipse-apoapsis:mainfrom
Conversation
pschichtel
suggested changes
Feb 17, 2026
Contributor
Author
|
Hmm, looks like some properties also need to be adjusted. |
Contributor
Author
Ah, I missed the "No support for property-based configuration" part from here 😬. |
|
tiny-jib does not itself read any properties, if you want to keep using jib's properties for dynamic configuration you can explicitly use |
This comment was marked as resolved.
This comment was marked as resolved.
Contributor
Author
Actually, I guess I have to use |
sschuberth
added a commit
to doubleopen-project/ort-server
that referenced
this pull request
Feb 19, 2026
This should be be necessary as the author of TinyJib "didn't wire through any logging to jib, so it should be pretty silent" [1]. [1]: eclipse-apoapsis#4513 (comment) Signed-off-by: Sebastian Schuberth <sebastian@doubleopen.org>
sschuberth
added a commit
to doubleopen-project/ort-server
that referenced
this pull request
Feb 19, 2026
This should be be necessary as the author of TinyJib "didn't wire through any logging to jib, so it should be pretty silent" [1]. [1]: eclipse-apoapsis#4513 (comment) Signed-off-by: Sebastian Schuberth <sebastian@doubleopen.org>
sschuberth
added a commit
to doubleopen-project/ort-server
that referenced
this pull request
Feb 19, 2026
This should be be necessary as the author of TinyJib "didn't wire through any logging to jib, so it should be pretty silent" [1]. [1]: eclipse-apoapsis#4513 (comment) Signed-off-by: Sebastian Schuberth <sebastian@doubleopen.org>
TinyJib is a modern, streamlined drop-in replacement for Jib, written in Kotlin. I fixes the long-standing issue with Jib not being compatible with Gradle's configuration cache [1], while dropping some legacy features [2]. [1]: GoogleContainerTools/jib#3132 (comment) [2]: https://github.com/pschichtel/tiny-jib?tab=readme-ov-file#features Signed-off-by: Sebastian Schuberth <sebastian@doubleopen.org>
This should be be necessary as the author of TinyJib "didn't wire through any logging to jib, so it should be pretty silent" [1]. [1]: eclipse-apoapsis#4513 (comment) Signed-off-by: Sebastian Schuberth <sebastian@doubleopen.org>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
TinyJib is a modern, streamlined drop-in replacement for Jib, written in Kotlin. I fixes the long-standing issue with Jib not being compatible with Gradle's configuration cache 1, while dropping some legacy features 2.