Skip to content
Snippets Groups Projects
Commit 979b0b6e authored by gwen-soleil's avatar gwen-soleil
Browse files

fix build error 'Invalid buildpack reference...

fix build error 'Invalid buildpack reference 'gcr.io/paketo-buildpacks/health-checker:latest', see https://blog.paketo.io/posts/paketo-gcr-registry-sunset/
parent 3eb7f56b
Branches
No related tags found
No related merge requests found
......@@ -64,7 +64,7 @@
<!-- https://stackoverflow.com/questions/75885269/spring-boot-build-image-with-health-check -->
<buildpacks>
<buildpack>urn:cnb:builder:paketo-buildpacks/java</buildpack>
<buildpack>gcr.io/paketo-buildpacks/health-checker:latest</buildpack>
<buildpack>docker.io/paketobuildpacks/health-checker:latest</buildpack>
</buildpacks>
</image>
</configuration>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment