Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 1.09 KB

README.md

File metadata and controls

39 lines (29 loc) · 1.09 KB

Toolforge buildpacks

This repository contains buildpacks for the Toolforge project.

See the push-to-deploy project for some more details.

Quickstart

You'll need to install pack first.

# Create the builder image
./make.sh
# Change directories to your tool
cd ../my-cool-tool
pack build my-cool-tool --builder toolforge-bullseye0-builder
docker run my-cool-tool

pack will try to always pull the latest build/run images from the registry. If you want to test against locally modified images, pass --pull-policy never to make.sh.

Debugging

If you want to debug why your app is not being built as you expect, enabling the verbose output might help see what buildpacks are being chosen to build your tool and their output:

pack build my-cool-tool --verbose --builder toolforge-bullseye0-builder

License

GPL v3, or any later version. See COPYING for more details.