Coder Social home page Coder Social logo

SpringBoot 3.2.4 is pulling docker.io/paketobuildpacks/builder-jammy-tiny:latest for native image while recommended is gcr.io/paketo-buildpacks/java-native-image about spring-boot HOT 1 CLOSED

KafkaProServerless avatar KafkaProServerless commented on May 2, 2024
SpringBoot 3.2.4 is pulling docker.io/paketobuildpacks/builder-jammy-tiny:latest for native image while recommended is gcr.io/paketo-buildpacks/java-native-image

from spring-boot.

Comments (1)

scottfrederick avatar scottfrederick commented on May 2, 2024

paketobuildpacks/builder-jammy-base:latest is a CNB builder, and paketo-buildpacks/java-native-image is a CNB buildpack. These two things do not perform the same function and are not interchangeable.

The Spring Boot Gradle plugin will default to using paketobuildpacks/builder-jammy-tiny:latest when the GraalVM Native Image plugin is applied to the project, and to paketobuildpacks/builder-jammy-base:latest otherwise. The Spring Boot Maven plugin will default to the tiny builder when the native profile is active, and to the base image otherwise.

Both the base and tiny builders include the paketo-buildpacks/java and paketo-buildpacks/java-native-image buildpacks. The java-native-image buildpack should be detected automatically when the build is configured according to the documentation.

If you have follow-up questions, please post to Stack Overflow. If you feel this is a genuine bug please provide additional information and we can re-open the issue if necessary.

from spring-boot.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.