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.
- Host: GitHub
- URL: https://github.com/robertograham/spring-boot-buildpack-bug
- Owner: RobertoGraham
- Created: 2024-11-12T19:04:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-12T19:23:30.000Z (over 1 year ago)
- Last Synced: 2024-11-12T20:19:24.691Z (over 1 year ago)
- Language: Java
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```