Skip to content
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

Add Oracle GraalVM #144

Merged
merged 5 commits into from
Dec 7, 2023
Merged

Add Oracle GraalVM #144

merged 5 commits into from
Dec 7, 2023

Commits on Dec 5, 2023

  1. Add Oracle GraalVM

    This PR adds Oracle GraalVM support to the Oracle buildpack. This allows you to use Oracle GraalVM to build your native-image applications. Presently, it does not allow you to build JVM based applications with GraalVM. Instead, it will use the Oracle JDK for this.
    
    Signed-off-by: Daniel Mikusa <dan@mikusa.com>
    dmikusa authored and anthonydahanne committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    9e2eaa8 View commit details
    Browse the repository at this point in the history
  2. Update GraalVM License

    Signed-off-by: Daniel Mikusa <dan@mikusa.com>
    dmikusa authored and anthonydahanne committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    ded704a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d8769f7 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. Updates README

    - Adds a note to the license section to remind users it is their responsibility to read, understand, and comply with licenses for the software being installed
    - Updates the behavior section
    - Updates the buildpack.toml description
    
    Signed-off-by: Daniel Mikusa <dan@mikusa.com>
    dmikusa committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    84bb3d7 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    Co-authored-by: Fabio Niephaus <code@fniephaus.com>
    dmikusa and fniephaus committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    26136cc View commit details
    Browse the repository at this point in the history