Skip to content

Commit

Permalink
Temporarily pin java buildpack to 15.0.0
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
georgethebeatle and danail-branekov committed Jul 2, 2024
1 parent 4ef353b commit 0a64119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/korifi/kpack-image-builder/cluster-builder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
name: cf-default-buildpacks
spec:
sources:
- image: gcr.io/paketo-buildpacks/java
- image: gcr.io/paketo-buildpacks/java:15.0.0
- image: gcr.io/paketo-buildpacks/nodejs
- image: gcr.io/paketo-buildpacks/ruby
- image: gcr.io/paketo-buildpacks/procfile
Expand Down

0 comments on commit 0a64119

Please sign in to comment.