Use the Paketo Jammy Base Stack instead.
See Paketo's stacks documentation.
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
This stack's build and run images are based on Ubuntu Bionic Beaver.
To see the list of all packages installed in the build or run image for a given release, see the
bionic-base-stack-{version}-build-receipt.cyclonedx.jsonandbionic-base-stack-{version}-run-receipt.cyclonedx.jsonattached 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.ociandrun.ociarchives, usescripts/receipts.sh.
Contribute changes to this stack via a Pull Request. Depending on the proposed changes, you may need to submit an RFC first.
Run scripts/test.sh.