Closed RobertoGraham closed 1 week ago
Does this work when building the image with pack
?
Does this work when building the image with
pack
?
@mhalbritter, yes, running this command in the root of my reproducer repository works: pack build --builder paketobuildpacks/builder-jammy-base --buildpack paketo-buildpacks/java --buildpack docker.io/paketobuildpacks/new-relic --trust-extra-buildpacks --volume $(pwd)/paketo-bindings:/platform/bindings spring-boot-buildpack-bug
.
Spring Boot version: 3.2.6. Docker Engine version: 27.3.1.
When running Spring Boot Gradle Plugin's
bootBuildImage
task while providing the alternate set of buildpacks below, I observe a failure. Reproducer: https://github.com/RobertoGraham/spring-boot-buildpack-bug/tree/31900583887eb0a05730d89b50a1acaecb9eb822.