Skip to content

neetozone/neeto-deploy-paketo-bundle-install-buildpack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

570 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bundle-install

gcr.io/paketo-buildpacks/bundle-install

A Cloud Native Buildpack to install gems from a Gemfile

This will be providing gems.

Packaging

To package this buildpack for consumption:

./scripts/package.sh --version 0.8.18

This will build the buildpack for all target architectures specified in buildpack.toml (amd64 and arm64 by default) and create architecture-specific archives in the build/ directory.

Publishing

To publish this buildpack to a registry:

./scripts/publish.sh \
  --image-ref 348674388966.dkr.ecr.us-east-1.amazonaws.com/neeto-deploy/paketo/buildpack/bundle-install:0.8.18

The script will automatically:

  • Read target architectures from buildpack.toml
  • Detect architecture-specific buildpack archives
  • Publish each architecture separately
  • Create and push a multi-arch manifest list

About

A Cloud Native Buildpack to install gems from a Gemfile

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Go 83.7%
  • Shell 16.3%