paketo-buildpacks / java

A Cloud Native Buildpack with an order definition suitable for Java applications
Apache License 2.0
115 stars 26 forks source link

Bump gcr.io/paketo-buildpacks/bellsoft-liberica from 10.5.5 to 10.7.1 #1373

Closed paketo-bot closed 4 months ago

paketo-bot commented 6 months ago

Bumps gcr.io/paketo-buildpacks/bellsoft-liberica from 10.5.5 to 10.7.1.

KafkaProServerless commented 5 months ago

Hello team, I see "Merging is blocked" for this PR.

What can be done to unblock it?

This here seems to be merged: https://github.com/paketo-buildpacks/java-native-image/pull/800

Reason is that we are using SpringBoot buildpack, which uses builder-jammy-tiny 0.0.244 https://hub.docker.com/layers/paketobuildpacks/builder-jammy-tiny/0.0.244/images/sha256-dfddfeeeab31553d0f94eaf98095f62596ef5aac4b09ef95181ee0411c34a691?context=explore

Unfortunately, it is using an old version of paketo-buildpacks/bellsoft-liberica

Description: Tiny base image (Ubuntu Jammy Jellyfish build image, distroless-like run image) with buildpacks for Java, Java Native Image and Go

Created By:
  Name: Pack CLI
  Version: 0.33.2+git-f2cffc4.build-5562

Trusted: No

Stack:
  ID: io.buildpacks.stacks.jammy.tiny

Lifecycle:
  Version: 0.19.3
  Buildpack APIs:
    Deprecated: (none)
    Supported: 0.7, 0.8, 0.9, 0.10, 0.11
  Platform APIs:
    Deprecated: (none)
    Supported: 0.7, 0.8, 0.9, 0.10, 0.11, 0.12, 0.13

Run Images:
  index.docker.io/paketobuildpacks/run-jammy-tiny:latest

Buildpacks:
  ID                                                  NAME                                                   VERSION        HOMEPAGE
  paketo-buildpacks/apache-tomcat                     Paketo Buildpack for Apache Tomcat                     7.15.3         https://github.com/paketo-buildpacks/apache-tomcat
  paketo-buildpacks/apache-tomee                      Paketo Buildpack for Apache Tomee                      1.8.2          https://github.com/paketo-buildpacks/apache-tomee
  paketo-buildpacks/azure-application-insights        Paketo Buildpack for Azure Application Insights        5.18.3         https://github.com/paketo-buildpacks/azure-application-insights
  paketo-buildpacks/bellsoft-liberica                 Paketo Buildpack for BellSoft Liberica                 10.5.5         https://github.com/paketo-buildpacks/bellsoft-liberica

Look at this line: paketo-buildpacks/bellsoft-liberica Paketo Buildpack for BellSoft Liberica 10.5.5 https://github.com/paketo-buildpacks/bellsoft-liberica

There is a new version here: https://github.com/paketo-buildpacks/bellsoft-liberica/releases/tag/v10.7.0 (which has JDK22 support)

Would it be possible for builder-jammy-tiny to use this https://github.com/paketo-buildpacks/bellsoft-liberica/releases/tag/v10.7.0 instead?

Thank you

anthonydahanne commented 5 months ago

yep, we just released java-native-image last week. bear with us during this special transition with dualarch; we ll get to java soon enough; meanwhile nothing prevents you from using bellsoft-liberica using the -b paketobuildpacks/bellsoft-liberica:latest flag.