Use test harness for image building integration tests
This commit modifies the integration tests for the Maven and Gradle image building goal and task to use a custom builder as a test harness to verify that the plugins invoke the builder as expected. Fixes gh-25838
This commit is contained in:
17
src/spring-boot-builder/builder/builder.toml
Normal file
17
src/spring-boot-builder/builder/builder.toml
Normal file
@@ -0,0 +1,17 @@
|
||||
# Buildpacks to include in builder
|
||||
[[buildpacks]]
|
||||
id = "spring-boot/test-info"
|
||||
version = "0.0.1"
|
||||
uri = "../buildpacks/test-info"
|
||||
|
||||
# Order used for detection
|
||||
[[order]]
|
||||
[[order.group]]
|
||||
id = "spring-boot/test-info"
|
||||
version = "0.0.1"
|
||||
|
||||
# Stack that will be used by the builder
|
||||
[stack]
|
||||
id = "io.paketo.stacks.tiny"
|
||||
build-image = "projects.registry.vmware.com/springboot/build:tiny-cnb"
|
||||
run-image = "projects.registry.vmware.com/springboot/run:tiny-cnb"
|
||||
Reference in New Issue
Block a user