Skip to content

golosegor/spring-boot-3.2-build-reproducible-issue

Repository files navigation

Spring boot reproducible issue demonstration

to check if build is reproducible

Compare the hash manually

./gradlew -q clean jibBuildTar && md5sum user-backend/build/jib-image.tar \
&&./gradlew -q clean jibBuildTar && md5sum user-backend/build/jib-image.tar

if we use spring version 3.1.7 -> md5hash of tar is the same if we upgrade to 3.2.0 -> md5hash will be different

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages