-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
spring boot 3.2 jib build is not reproducible #4163
Comments
forcing the plugin version helped, but it would be great if dependencies for jib is embeded (not sure if it is possible) so people are not facing this issue (below code snippet in kotlin dsl)
|
This will probably be closed with #4142 |
@golosegor Quick update: jib-gradle-plugin:3.4.2 has been release with a fix. Please let us know if this addresses your issue? |
Closing due to lack of response and in light of #4204 being released. |
Environment:
Description of the issue:
Tar build is not reproducible since spring-boot 3.2.0 verison.
Below you could find a demo multi-module project to make a repro:
https://github.com/golosegor/spring-boot-3.2-build-reproducible-issue
Expected behavior:
After 2 execution tar has the same md5 hash code.
Steps to reproduce:
&&./gradlew -q clean jibBuildTar && md5sum user-backend/build/jib-image.tar
This bug is happening since spring-boot 3.2.0.
In version 3.1.7 no repro is happening.
If build is happening with buildpack - you won't see the issue. Looks like it is jib-related.
The text was updated successfully, but these errors were encountered: