You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
2 years ago
..
spring-boot-antlib Name custom task inputs 3 years ago
spring-boot-autoconfigure-processor Merge branch '2.3.x' into 2.4.x 4 years ago
spring-boot-buildpack-platform Avoid adding layers for buildpacks that exist in the builder 2 years ago
spring-boot-configuration-metadata Remove redundant throws declarations from internal APIs 3 years ago
spring-boot-configuration-processor Remove unnecessary throws 2 years ago
spring-boot-gradle-plugin Enable Links for the Javadoc of the Gradle Plugins 2 years ago
spring-boot-gradle-test-support Merge branch '2.5.x' into 2.6.x 3 years ago
spring-boot-jarmode-layertools Merge branch '2.4.x' into 2.5.x 3 years ago
spring-boot-loader Upgrade to Bouncycastle 1.71 2 years ago
spring-boot-loader-tools Polish 3 years ago
spring-boot-maven-plugin Upgrade integration tests to Apache Maven 3.8.5 2 years ago
spring-boot-test-support Prevent Logback from accidentally being used in Log4J2LoggingSystemTests 2 years ago