cloudfoundry / korifi

Cloud Foundry on Kubernetes
Apache License 2.0
311 stars 61 forks source link

Unpin java buildpack version #3362

Open danail-branekov opened 2 months ago

danail-branekov commented 2 months ago

In order to mitigate https://github.com/paketo-buildpacks/ca-certificates/issues/235 we had to pin java and ruby buildpacks in the Korifi cluster builder .

The issue in the ca-certificates buildpack is resolved and released, now we wait on a release of both the java and the ruby buildpacks that contain the fix

danail-branekov commented 2 months ago

The fix in the java buildpack is on their main, not released yet: https://github.com/paketo-buildpacks/java/commit/9044eb827c0daa4ea007ad2df3a36268764fa363

The bump in the ruby buildpack has been PR-ed, not merged yet though: https://github.com/paketo-buildpacks/ruby/pull/1116