|
|
@ -312,8 +312,10 @@ class PaketoBuilderTests {
|
|
|
|
.contains("paketo-buildpacks/ca-certificates", "paketo-buildpacks/bellsoft-liberica",
|
|
|
|
.contains("paketo-buildpacks/ca-certificates", "paketo-buildpacks/bellsoft-liberica",
|
|
|
|
"paketo-buildpacks/executable-jar", "paketo-buildpacks/spring-boot",
|
|
|
|
"paketo-buildpacks/executable-jar", "paketo-buildpacks/spring-boot",
|
|
|
|
"paketo-buildpacks/native-image");
|
|
|
|
"paketo-buildpacks/native-image");
|
|
|
|
metadata.processOfType("web").containsExactly("/workspace/example.ExampleApplication");
|
|
|
|
metadata.processOfType("web")
|
|
|
|
metadata.processOfType("native-image").containsExactly("/workspace/example.ExampleApplication");
|
|
|
|
.satisfiesExactly((command) -> assertThat(command).endsWith("/example.ExampleApplication"));
|
|
|
|
|
|
|
|
metadata.processOfType("native-image")
|
|
|
|
|
|
|
|
.satisfiesExactly((command) -> assertThat(command).endsWith("/example.ExampleApplication"));
|
|
|
|
});
|
|
|
|
});
|
|
|
|
assertImageHasDependenciesSbomLayer(imageReference, config, "native-image");
|
|
|
|
assertImageHasDependenciesSbomLayer(imageReference, config, "native-image");
|
|
|
|
}
|
|
|
|
}
|
|
|
|