Skip to content

Commit 3eb61bf

Browse files
Use Paketo early access buildpack in Paketo native system tests
Closes gh-32828
1 parent 7db93ae commit 3eb61bf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

spring-boot-system-tests/spring-boot-image-tests/src/systemTest/resources/org/springframework/boot/image/paketo/PaketoBuilderTests-nativeApp.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,8 @@ bootJar {
3636
bootBuildImage {
3737
builder = 'paketobuildpacks/builder:tiny'
3838
environment = ['BP_NATIVE_IMAGE': 'true']
39+
buildpacks = [
40+
"gcr.io/paketo-buildpacks/bellsoft-liberica:9.9.0-ea",
41+
"urn:cnb:builder:paketo-buildpacks/java-native-image"
42+
]
3943
}

0 commit comments

Comments
 (0)