- AWS Lambda buildpack - build an image to run with AWS Lambda container support
- Null buildpack - it works every time!
- sshd buildpack - run
sshd
in the background of your container - Web TTY buildpack - connect a terminal/ssh session in a browser to your container
- Minecraft buildpack - run Minecraft (plus mods or plugins) in a container
- No Secrets buildpack - scans source code for secrets
- ngrok buildpack - installs and runs ngrok
- Terraform buildpack - installs Terraform CLI
A list of apps that use buildpacks. These are helpful if you want to follow a template to setup an app with project.toml
and other config files.
- Pycraft - uses the Minecraft buildpack to create an image that exposes a Minecraft API you can program with Python