Merge branch '2.6.x' into 2.7.x
Closes gh-29982
This commit is contained in:
@@ -125,6 +125,7 @@ class PaketoBuilderTests {
|
||||
container.waitingFor(Wait.forHttp("/test")).start();
|
||||
container.stop();
|
||||
}
|
||||
this.gradleBuild.expectDeprecationMessages("BOM table is deprecated in this buildpack api version");
|
||||
result = buildImage(imageName);
|
||||
assertThat(result.task(":bootBuildImage").getOutcome()).isEqualTo(TaskOutcome.SUCCESS);
|
||||
try (GenericContainer<?> container = new GenericContainer<>(imageName).withExposedPorts(8080)) {
|
||||
|
||||
Reference in New Issue
Block a user