You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
jakub-bochenski
changed the title
docker:build should use the project.build.outputTimestamp to set image
docker:build should use the project.build.outputTimestamp to set image creation time
Dec 13, 2024
what if you use a moving tag as your from image, then it would still get the same date although the underlying image was switched from e.g. Java 17 to 21.
So maybe if both the property is set and the from-image uses a digest would that be a good default? The from image could be set in settings.xml or on the command-line via a property as well.
See https://maven.apache.org/guides/mini/guide-reproducible-builds.html
See also: https://github.com/GoogleContainerTools/jib/blob/master/jib-gradle-plugin/README.md#reproducible-build-timestamps
The text was updated successfully, but these errors were encountered: