Skip to content

paketo-buildpacks/jammy-base-stack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d3ad723 · Apr 10, 2025
Apr 1, 2025
Mar 28, 2023
Apr 10, 2025
Sep 6, 2023
Jun 24, 2022
May 10, 2022
Jun 24, 2022
Apr 8, 2024
Apr 7, 2025
Jun 19, 2024
Sep 6, 2023
May 10, 2023

Paketo Jammy Base Stack

What is a stack?

See Paketo's stacks documentation.

What is this stack for?

Ideal for:

  • Java apps and .NET Core apps
  • Go apps that require some C libraries
  • Node.js/Python/Ruby/etc. apps without many native extensions

What's in the build and run images of this stack?

This stack's build and run images are based on Ubuntu Jammy Jellyfish.

  • To see the list of all packages installed in the build or run image for a given release, see the jammy-base-stack-{version}-build-receipt.cyclonedx.json and jammy-base-stack-{version}-run-receipt.cyclonedx.json attached to each release. For a quick overview of the packages you can expect to find, see the stack descriptor file.

  • To generate a package receipt based on existing build.oci and run.oci archives, use scripts/receipts.sh.

How can I contribute?

Contribute changes to this stack via a Pull Request. Depending on the proposed changes, you may need to submit an RFC first.

How do I test the stack locally?

Run scripts/test.sh.