An open API service indexing awesome lists of open source software.

https://github.com/robertograham/spring-boot-buildpack-bug

Tiny Spring Boot Buildpack bug reproducer.
https://github.com/robertograham/spring-boot-buildpack-bug

Last synced: 12 months ago
JSON representation

Tiny Spring Boot Buildpack bug reproducer.

Awesome Lists containing this project

README

          

> [!NOTE]
> This does not work.

```sh
./gradlew bootBuildImage
```

> [!NOTE]
> This works.

```sh
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
```