spring-boot/spring-boot-project
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 Upgrade to Spring Java Format 0.0.34 2022-06-24 12:57:52 +01:00
spring-boot-actuator Upgrade to Spring Java Format 0.0.34 2022-06-24 12:57:52 +01:00
spring-boot-actuator-autoconfigure Upgrade to Spring Java Format 0.0.34 2022-06-24 12:57:52 +01:00
spring-boot-autoconfigure Upgrade to Spring Java Format 0.0.34 2022-06-24 12:57:52 +01:00
spring-boot-cli Remove redundant throws declarations from internal APIs 2022-05-26 15:47:35 +01:00
spring-boot-dependencies Upgrade to Dependency Management Plugin 1.0.12.RELEASE 2022-06-30 19:45:40 +01:00
spring-boot-devtools Remove redundant throws declarations from internal APIs 2022-05-26 15:47:35 +01:00
spring-boot-docs Upgrade to Spring Java Format 0.0.34 2022-06-24 12:57:52 +01:00
spring-boot-parent Merge branch '2.5.x' into 2.6.x 2022-05-17 18:36:54 +01:00
spring-boot-properties-migrator
spring-boot-starters Merge branch '2.5.x' 2021-11-16 08:34:39 +01:00
spring-boot-test Polish 2022-05-26 17:30:39 +01:00
spring-boot-test-autoconfigure Upgrade to Spring Java Format 0.0.34 2022-06-24 12:57:52 +01:00
spring-boot-tools Avoid adding layers for buildpacks that exist in the builder 2022-06-30 14:35:34 -05:00