spring-boot/spring-boot-project/spring-boot-tools
Scott Frederick 17bdc526f6 Avoid adding layers for buildpacks that exist in the builder
This commit adds validation of any buildpacks that are specified for
image building to match them against buildpacks that are bundled in
the builder. If an image buildpack's ID, version, and one layer
hash match the same information stored in a label on the builder
image, that buildpack won't be added and the buildpack bundled in
the builder will be used instead. This reduces the chance of adding to
the total count of layers in a builder image unnecessarily.

Fixes gh-31233
2022-06-30 14:35:34 -05:00
..
spring-boot-antlib Name custom task inputs 2021-11-19 15:35:39 +00:00
spring-boot-autoconfigure-processor Merge branch '2.3.x' into 2.4.x 2021-02-02 15:12:27 +00:00
spring-boot-buildpack-platform Avoid adding layers for buildpacks that exist in the builder 2022-06-30 14:35:34 -05:00
spring-boot-configuration-metadata Remove redundant throws declarations from internal APIs 2022-05-26 15:47:35 +01:00
spring-boot-configuration-processor Remove unnecessary throws 2022-06-24 15:02:58 +01:00
spring-boot-gradle-plugin Enable Links for the Javadoc of the Gradle Plugins 2022-06-13 15:51:08 +02:00
spring-boot-gradle-test-support Merge branch '2.5.x' into 2.6.x 2022-04-03 09:32:39 +02:00
spring-boot-jarmode-layertools Merge branch '2.4.x' into 2.5.x 2021-10-04 10:21:49 +01:00
spring-boot-loader Upgrade to Bouncycastle 1.71 2022-06-16 12:14:06 +01:00
spring-boot-loader-tools Polish 2022-05-26 17:30:39 +01:00
spring-boot-maven-plugin Upgrade integration tests to Apache Maven 3.8.5 2022-06-07 09:15:41 +02:00
spring-boot-test-support Prevent Logback from accidentally being used in Log4J2LoggingSystemTests 2022-06-16 15:35:32 -07:00