https://github.com/paketo-buildpacks/ruby
https://github.com/paketo-buildpacks/ruby
cnb ruby
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/paketo-buildpacks/ruby
- Owner: paketo-buildpacks
- License: apache-2.0
- Created: 2020-05-11T18:43:40.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2026-04-13T18:03:39.000Z (12 days ago)
- Last Synced: 2026-04-13T20:05:34.238Z (12 days ago)
- Topics: cnb, ruby
- Language: Go
- Homepage:
- Size: 1.16 MB
- Stars: 20
- Watchers: 0
- Forks: 10
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Notice: NOTICE
Awesome Lists containing this project
README
# Ruby Paketo Buildpack
## `gcr.io/paketo-buildpacks/ruby`
The Ruby Paketo Buildpack provides a set of collaborating buildpacks that
enable the building of a Ruby-based application. These buildpacks include:
- [Bundle Install](https://github.com/paketo-buildpacks/bundle-install)
- [Bundler](https://github.com/paketo-buildpacks/bundler)
- [MRI](https://github.com/paketo-buildpacks/mri)
- [Node Engine](https://github.com/paketo-buildpacks/node-engine)
- [Passenger](https://github.com/paketo-buildpacks/passenger)
- [Puma](https://github.com/paketo-buildpacks/puma)
- [Rackup](https://github.com/paketo-buildpacks/rackup)
- [Rails Assets](https://github.com/paketo-buildpacks/rails-assets)
- [Rake](https://github.com/paketo-buildpacks/rake)
- [Thin](https://github.com/paketo-buildpacks/thin)
- [Unicorn](https://github.com/paketo-buildpacks/unicorn)
- [Yarn Install](https://github.com/paketo-buildpacks/yarn-install)
- [Yarn](https://github.com/paketo-buildpacks/yarn)
The buildpack supports building simple Ruby applications or applications which
utilize [Bundler](https://bundler.io/) for managing their dependencies. Usage
examples can be found in the
[`samples` repository under the `ruby` directory](https://github.com/paketo-buildpacks/samples/tree/main/ruby).
#### The Ruby buildpack is compatible with the following builder(s):
- [Paketo Jammy Full Builder](https://github.com/paketo-buildpacks/builder-jammy-full)
- [Paketo Jammy Base Builder](https://github.com/paketo-buildpacks/builder-jammy-base)