-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
paketo-buildpacks/[email protected]: stack io.buildpacks.stacks.jammy is not supported #235
Comments
Latest java buildpack (15.1.0) brings `ca-certificates` buildpack 3.8.2 which reports that the jammy stack is not supported. Thus the cluster builder never becomes ready see paketo-buildpacks/ca-certificates#235 Co-authored-by: Georgi Sabev <[email protected]>
Facing this same issue as well for one of our builders. Pinning java build pack to 15.0.0 as @danail-branekov has done as a temporary solution. |
Facing the same problem. Our CI pipeline is broken due to this. Pinning java build pack to 15.0.0 as a workaround. |
Just saw this on our pipline, had to backup dotnet-core to that v0.46 |
This was an accident, apologies. We'll be adding the wildcard stack back into the metadata and cutting a new release shortly. |
Could you please try the new version 3.8.3 - this should restore support for all stacks! |
Latest java buildpack (15.1.0) brings `ca-certificates` buildpack 3.8.2 which reports that the jammy stack is not supported. Thus the cluster builder never becomes ready see paketo-buildpacks/ca-certificates#235 Co-authored-by: Georgi Sabev <[email protected]> Co-authored-by: Danail Branekov <[email protected]>
Yes, it works with 3.8.3. Now we wait a java buildpack release to package this one. Thanks! |
Latest java buildpack (15.1.0) and ruby buildpack (0.47.0) bring `ca-certificates` buildpack 3.8.2 which reports that the jammy stack is not supported. Thus the cluster builder never becomes ready see paketo-buildpacks/ca-certificates#235 Co-authored-by: Georgi Sabev <[email protected]> Co-authored-by: Danail Branekov <[email protected]>
Latest java buildpack (15.1.0) and ruby buildpack (0.47.0) bring `ca-certificates` buildpack 3.8.2 which reports that the jammy stack is not supported. Thus the cluster builder never becomes ready see paketo-buildpacks/ca-certificates#235 Co-authored-by: Georgi Sabev <[email protected]> Co-authored-by: Danail Branekov <[email protected]>
It can be removed once this issue is fixed: paketo-buildpacks/ca-certificates#235
This is resolved in ca-certificates 3.8.3. |
Adopts the fix for paketo-buildpacks/ca-certificates#235
It seems that 3.8.2 does not support the jammy stack
Expected Behavior
Consider the following kpack builder configuration:
I would expect that the cluster builder becomes ready
Current Behavior
The cluster builder never becomes ready and the following error is reported to its status:
Possible Solution
I would speculate that the issue above is caused by removing the
stacks
tags in the buildpack.toml file in this commit: 0166c6f. Maybe bringing them back should fix it.Steps to Reproduce
Motivations
We would like our kpack builder to be able to use latest
ca-certificates
buildpack which does not seem to be the case anymore.As a workaround we have pinned the
java
buildpack (that brings theca-certificates
buildpack) to the previous release (gcr.io/paketo-buildpacks/java:15.0.0
)The text was updated successfully, but these errors were encountered: