Skip to content

wikimedia/cloud-toolforge-buildpacks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Github mirror of "cloud/toolforge/buildpacks" - our actual code is hosted with Gerrit (please see https://www.mediawiki.org/wiki/Developer_access for contributing)

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages