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

Use custom jammy paketo builder #1911

Merged
merged 4 commits into from
Aug 10, 2023
Merged

Commits on Aug 9, 2023

  1. chore: use custom jammy paketo builder

    Use our own modified jammy builder with additional buildpacks for
    GoFunc and Rust. This enables on cluster build for Go and Rust functions.
    Where possible (Go, Java) we use "tiny" variant, other runtimes use "base"
    variant.
    
    The updated task is new file instead of modifying existing task
    this is done for sake of keeping compatiblility.
    
    Signed-off-by: Matej Vasek <[email protected]>
    matejvasek committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    755fa2e View commit details
    Browse the repository at this point in the history
  2. fixup: remove unnecessary code per review request

    Signed-off-by: Matej Vasek <[email protected]>
    matejvasek committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    e1c9f49 View commit details
    Browse the repository at this point in the history
  3. fixup

    Signed-off-by: Matej Vasek <[email protected]>
    matejvasek committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    0e23489 View commit details
    Browse the repository at this point in the history
  4. fixup: podman test refers correct tkn task yamls

    Signed-off-by: Matej Vasek <[email protected]>
    matejvasek committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    2603e6a View commit details
    Browse the repository at this point in the history