Skip to content

Commit 1007061

Browse files
committed
Revert to jammy base when running system tests
These tests need a shell, which is not available in the noble tiny image. There are no non-tiny images for noble available yet. See gh-42711
1 parent 4f672b9 commit 1007061

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ application {
3939

4040
bootBuildImage {
4141
archiveFile = bootDistZip.archiveFile
42-
builder = "paketobuildpacks/builder-noble-java-tiny:latest"
42+
builder = "paketobuildpacks/builder-jammy-base:latest"
4343
environment = ['BP_JVM_VERSION': java.targetCompatibility.getMajorVersion()]
4444
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ application {
3939

4040
bootBuildImage {
4141
archiveFile = distZip.archiveFile
42-
builder = "paketobuildpacks/builder-noble-java-tiny:latest"
42+
builder = "paketobuildpacks/builder-jammy-base:latest"
4343
environment = ['BP_JVM_VERSION': java.targetCompatibility.getMajorVersion()]
4444
}

0 commit comments

Comments
 (0)