HarshadRanganathan / spring-boot-example

Example project using Spring Boot
MIT License
0 stars 0 forks source link

Build image use different buildpack than bellsoft liberica runtime #39

Open HarshadRanganathan opened 1 year ago

HarshadRanganathan commented 1 year ago
                        <!-- override bellsoft-liberica jre buildpack and use amazon corretto -->
                        <buildpacks>
                            <buildpack>gcr.io/paketo-buildpacks/amazon-corretto:latest</buildpack>
                            <buildpack>gcr.io/paketo-buildpacks/executable-jar:latest</buildpack>
                            <buildpack>gcr.io/paketo-buildpacks/spring-boot:latest</buildpack>
                        </buildpacks>
HarshadRanganathan commented 1 year ago

[INFO] [creator] ===> DETECTING [INFO] [creator] ERROR: No buildpack groups passed detection. [INFO] [creator] ERROR: Please check that you are running against the correct path. [INFO] [creator] ERROR: failed to detect: no buildpacks participating

HarshadRanganathan commented 1 year ago

Pulling builder image 'docker.io/paketobuildpacks/builder:base'